vectorize_text property

vectorize_text property #

Determines whether the text on a slide will be saved as graphics. Read/write bool. Default value is false.

Definition: #

@property
def vectorize_text(self):
    ...

@vectorize_text.setter
def vectorize_text(self, value):
    ...

See Also #