FindReplaceOptions Properties |
The FindReplaceOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ApplyFont |
Text formatting applied to new content.
|
![]() ![]() | ApplyParagraphFormat |
Paragraph formatting applied to new content.
|
![]() ![]() | Direction |
Selects direction for replace. Default value is Forward.
|
![]() ![]() | FindWholeWordsOnly |
True indicates the oldValue must be a standalone word.
|
![]() | IgnoreDeleted |
Gets or sets a boolean value indicating either to ignore text inside delete revisions.
The default value is false.
|
![]() | IgnoreFields |
Gets or sets a boolean value indicating either to ignore text inside fields.
The default value is false.
|
![]() | IgnoreInserted |
Gets or sets a boolean value indicating either to ignore text inside insert revisions.
The default value is false.
|
![]() ![]() | MatchCase |
True indicates case-sensitive comparison, false indicates case-insensitive comparison.
|
![]() ![]() | PreserveMetaCharacters |
True indicates that meta-characters beginning with "&" are preserved.
Default value is false.
|
![]() ![]() | ReplacingCallback |
The user-defined method which is called before every replace occurrence.
|
![]() ![]() | UseLegacyOrder |
True indicates that a text search is performed sequentially from top to bottom considering the text boxes.
Default value is false.
|