use_legacy_order property
FindReplaceOptions.use_legacy_order property
True indicates that a text search is performed sequentially from top to bottom considering the text boxes.
Default value is False
.
@property
def use_legacy_order(self) -> bool:
...
@use_legacy_order.setter
def use_legacy_order(self, value: bool):
...
See Also
- module aspose.words.replacing
- class FindReplaceOptions