Enum NodeType

NodeType enumeration

指定节点的类型。

public enum NodeType

价值观

姓名价值描述
Document0指定该节点是一个Document.
Section1指定该节点是一个Section.
Page2指定该节点是一个Page.
PageSeries3指定该节点是一个PageSeries.
Title4指定该节点是一个Title.
Outline5指定该节点是一个Outline.
OutlineElement6指定该节点是一个OutlineElement.
Image7指定该节点是一个Image.
RichText8指定该节点是一个RichText.
OutlineGroup9指定该节点是一个OutlineGroup.
AttachedFile10指定该节点是一个AttachedFile.
Table11指定该节点是一个Table.
TableRow12指定该节点是一个TableRow.
TableCell13指定该节点是一个TableCell.

也可以看看