Table of Contents

Enum OdtNodeType

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Defines high-level node categories emitted by the streaming ODT reader. 表示 ODT 流式讀取器目前讀取到的文字元素類型。

public enum OdtNodeType

Fields

Heading = 1

標題段落。

ListItem = 2

清單專案。

Other = 4

其他未分類元素。

Paragraph = 0

一般段落。

TableCell = 3

表格儲存格。