Office.CustomXMLNodeType enum
指定 XML 节点的类型。
字段
Attribute | 节点为属性。 |
CData | 节点为 CData。 |
Element | 节点为元素。 |
NodeComment | 节点为注释。 |
NodeDocument | 节点为 Document 元素。 |
ProcessingInstruction | 节点为处理指令。 |
Text | 节点为文本。 |