Exemple #1
0
 public virtual void AddNode(NetOffice.OfficeApi.CustomXMLNode parent, object name, object namespaceURI)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddNode", parent, name, namespaceURI);
 }
Exemple #2
0
 public virtual void AddNode(NetOffice.OfficeApi.CustomXMLNode parent, object name, object namespaceURI, object nextSibling, object nodeType)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddNode", new object[] { parent, name, namespaceURI, nextSibling, nodeType });
 }
Exemple #3
0
 public virtual void NodeAfterInsert(NetOffice.OfficeApi.CustomXMLNode newNode, bool inUndoRedo)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "NodeAfterInsert", newNode, inUndoRedo);
 }
Exemple #4
0
 public virtual void AddNode(NetOffice.OfficeApi.CustomXMLNode parent)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddNode", parent);
 }
Exemple #5
0
 public virtual void NodeAfterDelete(NetOffice.OfficeApi.CustomXMLNode oldNode, NetOffice.OfficeApi.CustomXMLNode oldParentNode, NetOffice.OfficeApi.CustomXMLNode oldNextSibling, bool inUndoRedo)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "NodeAfterDelete", oldNode, oldParentNode, oldNextSibling, inUndoRedo);
 }
Exemple #6
0
 public virtual void NodeAfterReplace(NetOffice.OfficeApi.CustomXMLNode oldNode, NetOffice.OfficeApi.CustomXMLNode newNode, bool inUndoRedo)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "NodeAfterReplace", oldNode, newNode, inUndoRedo);
 }
Exemple #7
0
 public virtual void Add(NetOffice.OfficeApi.CustomXMLNode node, string errorName, object errorText)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Add", node, errorName, errorText);
 }
Exemple #8
0
 public virtual void ReplaceChildSubtree(string xML, NetOffice.OfficeApi.CustomXMLNode oldNode)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildSubtree", xML, oldNode);
 }
Exemple #9
0
 public virtual void ReplaceChildNode(NetOffice.OfficeApi.CustomXMLNode oldNode, object name, object namespaceURI, object nodeType)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildNode", oldNode, name, namespaceURI, nodeType);
 }
Exemple #10
0
 public virtual void ReplaceChildNode(NetOffice.OfficeApi.CustomXMLNode oldNode)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildNode", oldNode);
 }
Exemple #11
0
 public virtual void RemoveChild(NetOffice.OfficeApi.CustomXMLNode child)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "RemoveChild", child);
 }