Aspose::Cells::SettableGlobalizationSettings::GetStandardHeaderFooterFontStyleName method

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)
ParameterTypeDescription
localfontStyleNameconst U16String&Locale font style name for Header/Footer.

ReturnValue

Standard English font style name(Regular, Bold, Italic)

See Also

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)
ParameterTypeDescription
localfontStyleNameconst char16_t*Locale font style name for Header/Footer.

ReturnValue

Standard English font style name(Regular, Bold, Italic)

See Also