Class OdfTextReplaceResult
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
matchesIReadOnlyList<OdfTextMatch>The matches observed before replacement. / 取代前找到的符合項目。
Properties
Matches
Gets the matches observed before replacement. 取得取代前找到的符合項目。
public IReadOnlyList<OdfTextMatch> Matches { get; }
Property Value
ReplacementCount
Gets the replacement count. 取得取代次數。
public int ReplacementCount { get; }