枚举 NodeType

NodeType enumeration

指定节点的类型。

public enum NodeType

名称描述
Document0指定该节点是文档。
Section1指定该节点是节。
Page2指定该节点是页面。
PageSeries3指定该节点是页面系列。
Title4指定该节点是标题。
Outline5指定该节点是大纲。
OutlineElement6指定该节点是 OutlineElement。
Image7指定该节点是 Image。
RichText8指定该节点是 RichText。
OutlineGroup9指定该节点是 OutlineGroup。
AttachedFile10指定该节点是 AttachedFile。
Table11指定该节点是 Table。
TableRow12指定该节点是 TableRow。
TableCell13指定该节点是 TableCell。
InkDrawing14指定该节点是 InkDrawing。
InkParagraph15指定该节点是 InkParagraph。
InkWord16指定该节点是 InkWord。
Loop17指定该节点是 Loop。

另请参阅