TextOptions Class

TextOptions class

Represents the text options.


type TextOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTextOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets and sets the name of the shape.
SetNameGets and sets the name of the shape.
GetLanguageCodeGets and sets the user interface language.
SetLanguageCodeGets and sets the user interface language.
GetLatinNameGets and sets the latin name.
SetLatinNameGets and sets the latin name.
GetFarEastNameGets and sets the FarEast name.
SetFarEastNameGets and sets the FarEast name.
GetFillRepresents the fill format of the text.
GetOutlineRepresents the outline format of the text.
GetShadowRepresents a ShadowEffect object that specifies shadow effect for the chart element or shape.
GetUnderlineColorGets or sets the color of underline.
SetUnderlineColorGets or sets the color of underline.
GetKerningSpecifies the minimum font size at which character kerning will occur for this text run.
SetKerningSpecifies the minimum font size at which character kerning will occur for this text run.
GetSpacingSpecifies the spacing between characters within a text run.
SetSpacingSpecifies the spacing between characters within a text run.
GetCharsetRepresent the character set.
SetCharsetRepresent the character set.
IsItalicGets or sets a value indicating whether the font is italic.
SetIsItalicGets or sets a value indicating whether the font is italic.
IsBoldGets or sets a value indicating whether the font is bold.
SetIsBoldGets or sets a value indicating whether the font is bold.
GetCapsTypeGets and sets the text caps type.
SetCapsTypeGets and sets the text caps type.
GetStrikeTypeGets the strike type of the text.
SetStrikeTypeGets the strike type of the text.
IsStrikeoutGets or sets a value indicating whether the font is single strikeout.
SetIsStrikeoutGets or sets a value indicating whether the font is single strikeout.
GetScriptOffsetGets and sets the script offset,in unit of percentage
SetScriptOffsetGets and sets the script offset,in unit of percentage
IsSuperscriptGets or sets a value indicating whether the font is super script.
SetIsSuperscriptGets or sets a value indicating whether the font is super script.
IsSubscriptGets or sets a value indicating whether the font is subscript.
SetIsSubscriptGets or sets a value indicating whether the font is subscript.
GetUnderlineGets or sets the font underline type.
SetUnderlineGets or sets the font underline type.
GetDoubleSizeGets and sets the double size of the font.
SetDoubleSizeGets and sets the double size of the font.
GetSizeGets or sets the size of the font.
SetSizeGets or sets the size of the font.
GetThemeColorGets and sets the theme color.
SetThemeColorGets and sets the theme color.
GetColorGets or sets the Color of the font.
SetColorGets or sets the Color of the font.
GetArgbColorGets and sets the color with a 32-bit ARGB value.
SetArgbColorGets and sets the color with a 32-bit ARGB value.
EqualsChecks if two fonts are equals.
IsNormalizeHeightsIndicates whether the normalization of height that is to be applied to the text run.
SetIsNormalizeHeightsIndicates whether the normalization of height that is to be applied to the text run.
GetSchemeTypeGets and sets the scheme type of the font.
SetSchemeTypeGets and sets the scheme type of the font.
ToStringReturns a string represents the current Cell object.