HtmlSaveOptionsDefaultFontName 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.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string DefaultFontName { get; set; }
Public Property DefaultFontName As String
Get
Set
public:
property String^ DefaultFontName {
String^ get ();
void set (String^ value);
}
member DefaultFontName : string with get, set
Property Value
Type:
String
See Also