Aspose::Cells::SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName method

SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName(const U16String&, const U16String&) method

Sets the locale dependent function name according to given standard function name.

void Aspose::Cells::SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName(const U16String &localfontStyleName, const U16String &standardName)
ParameterTypeDescription
localfontStyleNameconst U16String&Locale font style name for Header/Footer.
standardNameconst U16String&Standard(en-US locale) function name.

See Also

SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName(const char16_t*, const char16_t*) method

Sets the locale dependent function name according to given standard function name.

void Aspose::Cells::SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName(const char16_t *localfontStyleName, const char16_t *standardName)
ParameterTypeDescription
localfontStyleNameconst char16_t*Locale font style name for Header/Footer.
standardNameconst char16_t*Standard(en-US locale) function name.

See Also