direction property

FindReplaceOptions.direction property

Selects direction for replace. Default value is FindReplaceDirection.FORWARD.

@property
def direction(self) -> aspose.words.replacing.FindReplaceDirection:
    ...

@direction.setter
def direction(self, value: aspose.words.replacing.FindReplaceDirection):
    ...

See Also