目錄 / Table of Contents

Class OdfTextQueryOptions

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Configures task-oriented text searches. 設定任務導向文字搜尋。

public sealed class OdfTextQueryOptions
Inheritance
OdfTextQueryOptions
Inherited Members

Constructors

OdfTextQueryOptions()

public OdfTextQueryOptions()

Properties

Default

Gets the default text query options. 取得預設文字查詢選項。

public static OdfTextQueryOptions Default { get; }

Property Value

OdfTextQueryOptions

MatchCase

Gets or sets whether matching is case-sensitive. 取得或設定比對是否區分大小寫。

public bool MatchCase { get; set; }

Property Value

bool

MaxResults

Gets or sets the maximum number of matches to return. 取得或設定要回傳的符合項目數量上限。

public int MaxResults { get; set; }

Property Value

int

WholeWord

Gets or sets whether matches must be bounded by non-word characters. 取得或設定符合項目是否必須以非單字字元為邊界。

public bool WholeWord { get; set; }

Property Value

bool