Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.CustomXmlPartScopedCollectionLoadOptions interface
- Package:
- word
Contains the collection of Word.CustomXmlPart objects with a specific namespace.
Properties
| $all | Specifying |
| builtIn | For EACH ITEM in the collection: Gets whether the |
| documentElement | For EACH ITEM in the collection: Gets the root element of a bound region of data in the document. If the region is empty, the property returns |
| id | For EACH ITEM in the collection: Gets the ID of the custom XML part. |
| namespaceUri | For EACH ITEM in the collection: Gets the namespace URI of the custom XML part. |
| xml | For EACH ITEM in the collection: Gets the XML representation of the current |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
builtIn
For EACH ITEM in the collection: Gets whether the CustomXmlPart is built-in.
builtIn?: boolean;
Property Value
boolean
Remarks
documentElement
For EACH ITEM in the collection: Gets the root element of a bound region of data in the document. If the region is empty, the property returns Nothing.
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
Property Value
Remarks
id
For EACH ITEM in the collection: Gets the ID of the custom XML part.
id?: boolean;
Property Value
boolean
Remarks
namespaceUri
For EACH ITEM in the collection: Gets the namespace URI of the custom XML part.
namespaceUri?: boolean;
Property Value
boolean
Remarks
xml
For EACH ITEM in the collection: Gets the XML representation of the current CustomXmlPart object.
xml?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
