FindReplaceOptions constructor
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
direction | FindReplaceDirection | The 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)
Parameter | Type | Description |
---|---|---|
replacingCallback | IReplacingCallback | The 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)
Parameter | Type | Description |
---|---|---|
direction | FindReplaceDirection | The direction of the find and replace operation. |
replacingCallback | IReplacingCallback | The callback to use for replacing found text. |
See Also
- module Aspose.Words.Replacing
- class FindReplaceOptions