default_font_name property

default_font_name property

Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null.

Definition:

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

See Also