FindReplaceManagerデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Current | 現在の Infragistics.Documents.RichText.FindMatch を返すか、現在の Infragistics.Documents.RichText.FindMatch がない場合に null 値を返します。 |
![]() | FindMatchesCount | 最近の検索操作によって検索した一致の数を返します。(読み取り専用) |
![]() | HighlightMatchesCount | 現在の強調表示項目のカウントを返します。(読み取り専用) |
![]() | IsFindReplaceDialogActive | 検索/変換ダイアログがアクティブであるかどうかを取得または設定します。 |
![]() | RichTextEditor | 関連付けられた XamRichTextEditor を返します。(読み取り専用) |
名前 | 解説 | |
---|---|---|
![]() | ClearHighlighting | 強調表示された項目のリストをクリアします。 |
![]() | ClearResults | 以前の検索操作の結果をクリアします。 |
![]() | Dispose | 列挙子を破棄します。 |
![]() | FindInDocument | 現在の Infragistics.Documents.RichText.RichTextDocument で指定したテキストと一致する文字列をすべて検索します。 |
![]() | FindInSelection | 現在の XamRichTextEditor.Selection で指定したテキストと一致する文字列をすべて検索します。 |
![]() | FindInSpan | 指定した Infragistics.Documents.RichText.DocumentSpan で指定したテキストと一致する文字列をすべて検索します。 |
![]() | FindInSpans | Infragistics.Documents.RichText.DocumentSpan の指定した配列で指定したテキストと一致する文字列をすべて検索します。 |
![]() | GetEnumerator | コレクションで反復する列挙体を返します。 |
![]() | Highlight | 指定したテキストと一致する文字列をすべて検索し、強調表示します。アクティブな選択がある場合、選択のみで検索します。それ以外の場合、ドキュメントを全体検索します。 |
![]() | MoveNext | 列挙子を次の Infragistics.Documents.RichText.FindMatch へ移動します。 |
![]() | MovePrevious | 列挙子を以前の Infragistics.Documents.RichText.FindMatch へ移動します。 |
![]() | MoveToNearestMatchFollowingOffset | 開始オフセットが指定したオフセットの後にある列挙子の最初の一致に移動します。 |
![]() | MoveToNearestMatchPreceedingOffset | 開始オフセットが指定したオフセットの後にある列挙子の最初の一致に移動します。 |
![]() | ReplaceAll | textToFind のすべての一致を replacementText と置換します。 |
![]() | ReplaceCurrent | 現在の検索一致を指定したテキストと変換します。現在の検索一致がない場合は何もしません。 |
![]() | Reset | 最初の Infragistics.Documents.RichText.FindMatch の前の位置に列挙子をリセットします。 |
![]() | SelectAllMatches | すべての現在の検索一致を XamRichTextEditor.Selection で選択します。 |
![]() | SelectCurrentMatch | 現在の検索一致 (ある場合) を XamRichTextEditor.Selection で選択します。 |
![]() | SelectNextMatch | 次の検索一致 (ある場合) を XamRichTextEditor.Selection で選択します。 |
![]() | SelectPreviousMatch | 前の検索一致 (ある場合) を XamRichTextEditor.Selection で選択します。 |
名前 | 解説 | |
---|---|---|
![]() | PropertyChanged | このオブジェクトのプロパティが変化すると発生するイベント。 |