replacement_format property
FindReplaceOptions.replacement_format property
Specifies format of the replacement. Default is ReplacementFormat.TEXT.
@property
def replacement_format(self) -> aspose.words.replacing.ReplacementFormat:
...
@replacement_format.setter
def replacement_format(self, value: aspose.words.replacing.ReplacementFormat):
...
Remarks
Has effect only when using in Replacer
See Also
- module aspose.words.replacing
- class FindReplaceOptions