Word.CustomXmlNodeType enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the type of a Word.CustomXmlNode.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |