目錄 / Table of Contents

Class OdfTextReplaceResult

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Reports a task-oriented text replacement operation. 回報任務導向文字取代作業。

public sealed class OdfTextReplaceResult
Inheritance
OdfTextReplaceResult
Inherited Members

Constructors

OdfTextReplaceResult(IReadOnlyList<OdfTextMatch>)

Reports a task-oriented text replacement operation. 回報任務導向文字取代作業。

public OdfTextReplaceResult(IReadOnlyList<OdfTextMatch> matches)

Parameters

matches IReadOnlyList<OdfTextMatch>

The matches observed before replacement. / 取代前找到的符合項目。

Properties

Matches

Gets the matches observed before replacement. 取得取代前找到的符合項目。

public IReadOnlyList<OdfTextMatch> Matches { get; }

Property Value

IReadOnlyList<OdfTextMatch>

ReplacementCount

Gets the replacement count. 取得取代次數。

public int ReplacementCount { get; }

Property Value

int