TextOptions class

TextOptions class

Represents the text options.

Inheritance: TextOptionsFont

The TextOptions type exposes the following members:

Properties

PropertyDescription
charsetRepresent the character set.
is_italicGets or sets a value indicating whether the font is italic.
is_boldGets or sets a value indicating whether the font is bold.
caps_typeGets and sets the text caps type.
strike_typeGets the strike type of the text.
is_strikeoutGets or sets a value indicating whether the font is single strikeout.
script_offsetGets and sets the script offset,in unit of percentage
is_superscriptGets or sets a value indicating whether the font is super script.
is_subscriptGets or sets a value indicating whether the font is subscript.
underlineGets or sets the font underline type.
nameGets and sets the name of the shape.
double_sizeGets and sets the double size of the font.
sizeGets or sets the size of the font.
theme_colorGets and sets the theme color.
colorGets or sets the Color of the font.
argb_colorGets and sets the color with a 32-bit ARGB value.
is_normalize_heightsIndicates whether the normalization of height that is to be applied to the text run.
scheme_typeGets and sets the scheme type of the font.
language_codeGets and sets the user interface language.
latin_nameGets and sets the latin name.
far_east_nameGets and sets the FarEast name.
fillRepresents the fill format of the text.
outlineRepresents the outline format of the text.
shadowRepresents a ShadowEffect object that specifies shadow effect for the chart element or shape.
underline_colorGets or sets the color of underline.
kerningSpecifies the minimum font size at which character kerning will occur for this text run.
spacingSpecifies the spacing between characters within a text run.

Methods

MethodDescription
equalsChecks if two fonts are equals.

See Also