vectorize_text property

vectorize_text property

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

Definition:

@property
def vectorize_text(self):
    ...

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

See Also