目錄 / Table of Contents

Class OdfTextExtractionOptions

Namespace
OdfKit.Core
Assembly
OdfKit.dll

Controls plain-text extraction from an ODF document. 控制從 ODF 文件擷取純文字時所包含的內容與分隔方式。

public sealed class OdfTextExtractionOptions
Inheritance
OdfTextExtractionOptions
Inherited Members

Constructors

OdfTextExtractionOptions()

public OdfTextExtractionOptions()

Properties

BlockSeparator

Gets or sets the separator inserted between logical blocks. 取得或設定邏輯內容區塊之間插入的分隔字串。

public string BlockSeparator { get; set; }

Property Value

string

Default

Gets the default text-extraction options. 取得預設文字擷取選項。

public static OdfTextExtractionOptions Default { get; }

Property Value

OdfTextExtractionOptions

IncludeAnnotations

Gets or sets whether annotation text is included. 取得或設定是否包含註解文字。

public bool IncludeAnnotations { get; set; }

Property Value

bool

IncludePresentationNotes

Gets or sets whether presentation notes are included. 取得或設定是否包含簡報備忘稿。

public bool IncludePresentationNotes { get; set; }

Property Value

bool

IncludeTrackedChanges

Gets or sets whether tracked-change definition text, including deleted content, is included. 取得或設定是否包含追蹤修訂定義中的文字,包括已刪除內容。

public bool IncludeTrackedChanges { get; set; }

Property Value

bool