Aspose::Cells::PaginatedSaveOptions::SetDefaultFont method
Contents
[
Hide
]PaginatedSaveOptions::SetDefaultFont(const U16String&) method
When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters.
void Aspose::Cells::PaginatedSaveOptions::SetDefaultFont(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class PaginatedSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
PaginatedSaveOptions::SetDefaultFont(const char16_t*) method
When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters.
void Aspose::Cells::PaginatedSaveOptions::SetDefaultFont(const char16_t *value)
See Also
- Class Vector
- Class PaginatedSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++