FindReplaceOptions constructor

FindReplaceOptions()

Initializes a new instance of the FindReplaceOptions class with default settings.

FindReplaceOptions()

FindReplaceOptions(direction)

Initializes a new instance of the FindReplaceOptions class with the specified direction.

FindReplaceOptions(direction: Aspose.Words.Replacing.FindReplaceDirection)
ParameterTypeDescription
directionFindReplaceDirectionThe direction of the find and replace operation.

FindReplaceOptions(replacingCallback)

Initializes a new instance of the FindReplaceOptions class with the specified replacing callback.

FindReplaceOptions(replacingCallback: Aspose.Words.Replacing.IReplacingCallback)
ParameterTypeDescription
replacingCallbackIReplacingCallbackThe callback to use for replacing found text.

FindReplaceOptions(direction, replacingCallback)

Initializes a new instance of the FindReplaceOptions class with the specified direction and replacing callback.

FindReplaceOptions(direction: Aspose.Words.Replacing.FindReplaceDirection, replacingCallback: Aspose.Words.Replacing.IReplacingCallback)
ParameterTypeDescription
directionFindReplaceDirectionThe direction of the find and replace operation.
replacingCallbackIReplacingCallbackThe callback to use for replacing found text.

See Also