Property Getters/Setters Summary | ||
---|---|---|
method | getArgbColor() | |
method | setArgbColor(value) | |
Gets and sets the color with a 32-bit ARGB value. | ||
method | getCapsType() | |
method | setCapsType(value) | |
Gets and sets the text caps type. The value of the property is TextCapsType integer constant. | ||
method | getCharset() | |
method | setCharset(value) | |
Represent the character set. | ||
method | getColor() | |
method | setColor(value) | |
Gets or sets the |
||
method | getDoubleSize() | |
method | setDoubleSize(value) | |
Gets and sets the double size of the font. | ||
method | getFarEastName() | |
method | setFarEastName(value) | |
Gets and sets the FarEast name. | ||
method | getFill() | |
Represents the fill format of the text.
|
||
method | isBold() | |
method | setBold(value) | |
Gets or sets a value indicating whether the font is bold. | ||
method | isItalic() | |
method | setItalic(value) | |
Gets or sets a value indicating whether the font is italic. | ||
method | isNormalizeHeights() | |
method | setNormalizeHeights(value) | |
Indicates whether the normalization of height that is to be applied to the text run. | ||
method | isStrikeout() | |
method | setStrikeout(value) | |
Gets or sets a value indicating whether the font is single strikeout. | ||
method | isSubscript() | |
method | setSubscript(value) | |
Gets or sets a value indicating whether the font is subscript. | ||
method | isSuperscript() | |
method | setSuperscript(value) | |
Gets or sets a value indicating whether the font is super script. | ||
method | getKerning() | |
method | setKerning(value) | |
Specifies the minimum font size at which character kerning will occur for this text run. | ||
method | getLanguageCode() | |
method | setLanguageCode(value) | |
Gets and sets the user interface language. The value of the property is CountryCode integer constant. | ||
method | getLatinName() | |
method | setLatinName(value) | |
Gets and sets the latin name. | ||
method | getName() | |
method | setName(value) | |
Gets and sets the name of the shape. | ||
method | getOutline() | |
Represents the outline format of the text.
|
||
method | getSchemeType() | |
method | setSchemeType(value) | |
Gets and sets the scheme type of the font. The value of the property is FontSchemeType integer constant. | ||
method | getScriptOffset() | |
method | setScriptOffset(value) | |
Gets and sets the script offset,in unit of percentage | ||
method | getShadow() | |
Represents a |
||
method | getSize() | |
method | setSize(value) | |
Gets or sets the size of the font. | ||
method | getSpacing() | |
method | setSpacing(value) | |
Specifies the spacing between characters within a text run. | ||
method | getStrikeType() | |
method | setStrikeType(value) | |
Gets the strike type of the text. The value of the property is TextStrikeType integer constant. | ||
method | getThemeColor() | |
method | setThemeColor(value) | |
Gets and sets the theme color. | ||
method | getUnderline() | |
method | setUnderline(value) | |
Gets or sets the font underline type. The value of the property is FontUnderlineType integer constant. | ||
method | getUnderlineColor() | |
method | setUnderlineColor(value) | |
Gets or sets the color of underline. |
Method Summary | ||
---|---|---|
method | equals(font) | |
Checks if two fonts are equals.
|
||
method | toString() | |
Returns a string represents the current Cell object.
|
String getName() / setName(value)
int getLanguageCode() / setLanguageCode(value)
String getLatinName() / setLatinName(value)
String getFarEastName() / setFarEastName(value)
FillFormat getFill()
LineFormat getOutline()
ShadowEffect getShadow()
CellsColor getUnderlineColor() / setUnderlineColor(value)
float getKerning() / setKerning(value)
float getSpacing() / setSpacing(value)
int getCharset() / setCharset(value)
boolean isItalic() / setItalic(value)
boolean isBold() / setBold(value)
int getCapsType() / setCapsType(value)
int getStrikeType() / setStrikeType(value)
boolean isStrikeout() / setStrikeout(value)
float getScriptOffset() / setScriptOffset(value)
boolean isSuperscript() / setSuperscript(value)
boolean isSubscript() / setSubscript(value)
int getUnderline() / setUnderline(value)
float getDoubleSize() / setDoubleSize(value)
int getSize() / setSize(value)
ThemeColor getThemeColor() / setThemeColor(value)
Color getColor() / setColor(value)
int getArgbColor() / setArgbColor(value)
boolean isNormalizeHeights() / setNormalizeHeights(value)
int getSchemeType() / setSchemeType(value)