FindReplaceOptions Properties

The FindReplaceOptions type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleApplyFont
Text formatting applied to new content.
Public propertyCode exampleApplyParagraphFormat
Paragraph formatting applied to new content.
Public propertyCode exampleDirection
Selects direction for replace. Default value is Forward.
Public propertyCode exampleFindWholeWordsOnly
True indicates the oldValue must be a standalone word.
Public propertyIgnoreDeleted
Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false.
Public propertyIgnoreFields
Gets or sets a boolean value indicating either to ignore text inside fields. The default value is false.
Public propertyIgnoreInserted
Gets or sets a boolean value indicating either to ignore text inside insert revisions. The default value is false.
Public propertyCode exampleMatchCase
True indicates case-sensitive comparison, false indicates case-insensitive comparison.
Public propertyCode examplePreserveMetaCharacters
True indicates that meta-characters beginning with "&" are preserved. Default value is false.
Public propertyCode exampleReplacingCallback
The user-defined method which is called before every replace occurrence.
Public propertyCode exampleUseLegacyOrder
True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false.
See Also