font_format property
HtmlFixedSaveOptions.font_format property
Gets or sets ExportFontFormat used for font exporting. Default value is ExportFontFormat.WOFF.
@property
def font_format(self) -> aspose.words.saving.ExportFontFormat:
...
@font_format.setter
def font_format(self, value: aspose.words.saving.ExportFontFormat):
...
See Also
- module aspose.words.saving
- class HtmlFixedSaveOptions