Aspose::Cells::SettableGlobalizationSettings::SetStandardHeaderFooterFontStyleName method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
localfontStyleName | const U16String& | Locale font style name for Header/Footer. |
standardName | const U16String& | Standard(en-US locale) function name. |
See Also
- Class Vector
- Class U16String
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
localfontStyleName | const char16_t* | Locale font style name for Header/Footer. |
standardName | const char16_t* | Standard(en-US locale) function name. |
See Also
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++