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