CustomXMLPart Members (Office)
Represents a single CustomXMLPart in a CustomXMLParts collection.
Methods
Name |
Description |
---|---|
Adds a node to the XML tree. |
|
Deletes the current CustomXMLPart from the data store (IXMLDataStore interface). |
|
Allows the template author to populate a CustomXMLPart from an existing file. Returns True if the load was successful. |
|
Allows the template author to populate a CustomXMLPart object from an XML string. Returns True if the load was successful. |
|
Selects a collection of nodes from a custom XML part. |
|
Selects a single node within a custom XML part matching an XPath expression. |
Properties
Name |
Description |
---|---|
Gets an Application object that represents the container application for the CustomXMLPart object. Read-only. |
|
Gets a value that indicates whether the CustomXMLPart is built-in. Read-only |
|
Gets a 32-bit integer that indicates the application in which the CustomXMLPart object was created. Read-only. |
|
Gets the root element of a bound region of data in a document. If the region is empty, the property returns Nothing. Read-only. |
|
Gets a CustomXMLValidationErrors object that provides access to any XML validation errors, if any exists. If no validation errors exist, this property returns Nothing. Read-only. |
|
Gets a String containing the GUID assigned to the current CustomXMLPart object. Read-only. |
|
Gets the set of namespace prefix mappings used against the current CustomXMLPart object. Read-only. |
|
Gets the unique address identifier for the namespace of the CustomXMLPart object. Read-only. |
|
Gets the Parent object for the CustomXMLPart object. Read-only. |
|
Gets or sets a CustomXMLSchemaCollection object representing the set of schemas attached to a bound region of data in a document. Read/write. |
|
Gets the XML representation of the current CustomXMLPart object. Read-only. |
Events
Name |
Description |
---|---|
Occurs after a node is deleted in a CustomXMLPart object. |
|
Occurs after a node is inserted in a CustomXMLPart object. |
|
Occurs just after a node is replaced in a CustomXMLPart object. |