fonts property
fonts property
Gets or sets an unordered array of fonts that are used in the document (including any in contained documents).
Definition:
@property
def fonts(self):
...
@fonts.setter
def fonts(self, value):
...
Gets or sets an unordered array of fonts that are used in the document (including any in contained documents).
@property
def fonts(self):
...
@fonts.setter
def fonts(self, value):
...