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.

関連項目