Aspose::Cells::Font::SetName method

Font::SetName(const U16String&, FontSchemeType) method

Sets name and scheme of the font.

void Aspose::Cells::Font::SetName(const U16String &name, FontSchemeType type)
ParameterTypeDescription
nameconst U16String&
typeFontSchemeType

See Also

Font::SetName(const char16_t*, FontSchemeType) method

Sets name and scheme of the font.

void Aspose::Cells::Font::SetName(const char16_t *name, FontSchemeType type)
ParameterTypeDescription
nameconst char16_t*
typeFontSchemeType

See Also

Font::SetName(const U16String&) method

Gets or sets the name of the Font.

void Aspose::Cells::Font::SetName(const U16String &value)

Remarks

If this property is used to set the name of the font, the Font.SchemeType will be updated to FontSchemeType.None

See Also

Font::SetName(const char16_t*) method

Gets or sets the name of the Font.

void Aspose::Cells::Font::SetName(const char16_t *value)

Remarks

If this property is used to set the name of the font, the Font.SchemeType will be updated to FontSchemeType.None

See Also