Class OdfTextBody
Exposes high-level accessors for the body of a text document. 提供文字文件本文的高階操作入口。
public sealed class OdfTextBody
- Inheritance
-
OdfTextBody
- Inherited Members
Constructors
OdfTextBody(TextDocument)
Initializes a new instance of the OdfTextBody class. 初始化 OdfTextBody 類別的新執行個體。
public OdfTextBody(TextDocument document)
Parameters
documentTextDocumentThe owning text document. / 所屬文字文件。
Properties
Headings
Gets the heading collection. 取得標題集合。
public OdfHeadingCollection Headings { get; }
Property Value
Images
Gets the image collection. 取得圖片集合。
public OdfTextImageCollection Images { get; }
Property Value
Lists
Gets the list collection. 取得清單集合。
public OdfListCollection Lists { get; }
Property Value
Paragraphs
Gets the paragraph collection. 取得段落集合。
public OdfParagraphCollection Paragraphs { get; }
Property Value
Sections
Gets the collection of all sections in the document. 取得文件中的所有區段(Section)集合。
public IReadOnlyList<OdfSection> Sections { get; }
Property Value
Tables
Gets the table collection. 取得表格集合。
public OdfTextTableCollection Tables { get; }