ignore_shapes property

FindReplaceOptions.ignore_shapes property

Gets or sets a boolean value indicating either to ignore shapes within a text.

The default value is False.

@property
def ignore_shapes(self) -> bool:
    ...

@ignore_shapes.setter
def ignore_shapes(self, value: bool):
    ...

See Also