public virtual void AddNode(NetOffice.OfficeApi.CustomXMLNode parent, object name, object namespaceURI) { InvokerService.InvokeInternal.ExecuteMethod(this, "AddNode", parent, name, namespaceURI); }
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 }); }
public virtual void NodeAfterInsert(NetOffice.OfficeApi.CustomXMLNode newNode, bool inUndoRedo) { InvokerService.InvokeInternal.ExecuteMethod(this, "NodeAfterInsert", newNode, inUndoRedo); }
public virtual void AddNode(NetOffice.OfficeApi.CustomXMLNode parent) { InvokerService.InvokeInternal.ExecuteMethod(this, "AddNode", parent); }
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); }
public virtual void NodeAfterReplace(NetOffice.OfficeApi.CustomXMLNode oldNode, NetOffice.OfficeApi.CustomXMLNode newNode, bool inUndoRedo) { InvokerService.InvokeInternal.ExecuteMethod(this, "NodeAfterReplace", oldNode, newNode, inUndoRedo); }
public virtual void Add(NetOffice.OfficeApi.CustomXMLNode node, string errorName, object errorText) { InvokerService.InvokeInternal.ExecuteMethod(this, "Add", node, errorName, errorText); }
public virtual void ReplaceChildSubtree(string xML, NetOffice.OfficeApi.CustomXMLNode oldNode) { InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildSubtree", xML, oldNode); }
public virtual void ReplaceChildNode(NetOffice.OfficeApi.CustomXMLNode oldNode, object name, object namespaceURI, object nodeType) { InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildNode", oldNode, name, namespaceURI, nodeType); }
public virtual void ReplaceChildNode(NetOffice.OfficeApi.CustomXMLNode oldNode) { InvokerService.InvokeInternal.ExecuteMethod(this, "ReplaceChildNode", oldNode); }
public virtual void RemoveChild(NetOffice.OfficeApi.CustomXMLNode child) { InvokerService.InvokeInternal.ExecuteMethod(this, "RemoveChild", child); }