TextOptions class
TextOptions class
Represents the text options.
Inheritance: TextOptions
→
Font
The TextOptions type exposes the following members:
Properties
Property | Description |
---|---|
charset | Represent the character set. |
is_italic | Gets or sets a value indicating whether the font is italic. |
is_bold | Gets or sets a value indicating whether the font is bold. |
caps_type | Gets and sets the text caps type. |
strike_type | Gets the strike type of the text. |
is_strikeout | Gets or sets a value indicating whether the font is single strikeout. |
script_offset | Gets and sets the script offset,in unit of percentage |
is_superscript | Gets or sets a value indicating whether the font is super script. |
is_subscript | Gets or sets a value indicating whether the font is subscript. |
underline | Gets or sets the font underline type. |
name | Gets and sets the name of the shape. |
double_size | Gets and sets the double size of the font. |
size | Gets or sets the size of the font. |
theme_color | Gets and sets the theme color. |
color | Gets or sets the Color of the font. |
argb_color | Gets and sets the color with a 32-bit ARGB value. |
is_normalize_heights | Indicates whether the normalization of height that is to be applied to the text run. |
scheme_type | Gets and sets the scheme type of the font. |
language_code | Gets and sets the user interface language. |
latin_name | Gets and sets the latin name. |
far_east_name | Gets and sets the FarEast name. |
fill | Represents the fill format of the text. |
outline | Represents the outline format of the text. |
shadow | Represents a ShadowEffect object that specifies shadow effect for the chart element or shape. |
underline_color | Gets or sets the color of underline. |
kerning | Specifies the minimum font size at which character kerning will occur for this text run. |
spacing | Specifies the spacing between characters within a text run. |
Methods
Method | Description |
---|---|
equals | Checks if two fonts are equals. |
See Also
- module
aspose.cells.drawing.texts
- class
Font
- class
ShadowEffect
- class
TextOptions