text_as_shapes property

text_as_shapes property

Gets or sets a value indicating whether text must be converted as shapes. By default text will be converted as shapes.

Definition:

@property
def text_as_shapes(self):
    ...
@text_as_shapes.setter
def text_as_shapes(self, value):
    ...

See Also