Aspose::Cells::HtmlSaveOptions::SetDefaultFontName method
Contents
[
Hide
]HtmlSaveOptions::SetDefaultFontName(const U16String&) method
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.
void Aspose::Cells::HtmlSaveOptions::SetDefaultFontName(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
HtmlSaveOptions::SetDefaultFontName(const char16_t*) method
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.
void Aspose::Cells::HtmlSaveOptions::SetDefaultFontName(const char16_t *value)
See Also
- Class Vector
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++