CustomXMLNodeType enumeration
Specifies the node type.
| Hosts: | Word |
| Last changed in | 1.1 |
Office.CustomXMLNodeType
Members
Values
| Enumeration | Value | Description |
|---|---|---|
| Office.CustomXMLNodeType.Attribute | "attribute" | The node is an attribute. |
| Office.CustomXMLNodeType.CData | "CData" | The node is a CData type. |
| Office.CustomXMLNodeType.NodeComment | "comment" | The node is a comment. |
| Office.CustomXMLNodeType.Element | "element" | The node is an element. |
| Office.CustomXMLNodeType.NodeDocument | "nodeDocument" | The node is a Document element. |
| Office.CustomXMLNodeType.ProcessingInstruction | "processingInstruction" | The node is a processing instruction. |
| Office.CustomXMLNodeType.Text | "text" | The node is a text node. |
Support details
A capital Y in the following matrix indicates that this enumeration is supported in the corresponding Office host application. An empty cell indicates that the Office host application doesn't support this enumeration.
For more information about Office host application and server requirements, see Requirements for running Office Add-ins.
Supported hosts, by platform
| Office for Windows desktop | Office Online (in browser) | Office for iPad | |
|---|---|---|---|
| Word | Y | Y | Y |
| Add-in types | Task pane |
| Library | Office.js |
| Namespace | Office |
Support history
| Version | Changes |
|---|---|
| 1.1 | Added support for Word in Office for iPad. |
| 1.0 | Introduced |