Word.CustomXmlNodeType enum
Represents the type of a Word.CustomXmlNode.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| attribute = "attribute" | Represents an XML attribute node. |
| cData = "cData" | Represents an XML CDATA section node. |
| comment = "comment" | Represents an XML comment node. |
| document = "document" | Represents an XML document node. |
| element = "element" | Represents an XML element node. |
| processingInstruction = "processingInstruction" | Represents an XML processing instruction node. |
| text = "text" | Represents an XML text node. |