Aspose::Cells::SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName method
Contents
[
Hide
]SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName(const U16String&) method
Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
U16String Aspose::Cells::SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName(const U16String &localfontStyleName)
Parameter | Type | Description |
---|---|---|
localfontStyleName | const U16String& | Locale font style name for Header/Footer. |
ReturnValue
Standard English font style name(Regular, Bold, Italic)
See Also
- Class U16String
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName(const char16_t*) method
Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
U16String Aspose::Cells::SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName(const char16_t *localfontStyleName)
Parameter | Type | Description |
---|---|---|
localfontStyleName | const char16_t* | Locale font style name for Header/Footer. |
ReturnValue
Standard English font style name(Regular, Bold, Italic)
See Also
- Class U16String
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++