|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ifont
method summary | |
---|---|
java.awt.font |
generatenativefont()
generates .net font object corresponding to the current font. |
java.awt.color |
getcolor()
gets / sets font color. |
java.lang.string |
getfontname()
returns or sets the font name. |
excelcolors |
getknowncolor()
returns or sets the primary color of the object, as shown in the following table. |
double |
getsize()
returns or sets the size of the font. |
java.lang.string |
getstrikethroughtype()
strikethrough type. |
fontunderlinetype |
getunderline()
returns or sets the type of underline applied to the font. |
fontvertialalignmenttype |
getverticalalignment()
gets / sets font vertical alignment. |
boolean |
isautocolor()
indicates whether color is automatically selected. |
boolean |
isbold()
true if the font is bold. |
void |
isbold(boolean value)
true if the font is bold. |
boolean |
isitalic()
true if the font style is italic. |
void |
isitalic(boolean value)
true if the font style is italic. |
boolean |
isstrikethrough()
true if the font is struck through with a horizontal line. |
void |
isstrikethrough(boolean value)
true if the font is struck through with a horizontal line. |
boolean |
issubscript()
true if the font is formatted as subscript. |
void |
issubscript(boolean value)
true if the font is formatted as subscript. |
boolean |
issuperscript()
true if the font is formatted as superscript. |
void |
issuperscript(boolean value)
true if the font is formatted as superscript. |
void |
setcolor(java.awt.color value)
gets / sets font color. |
void |
setfontname(java.lang.string value)
returns or sets the font name. |
void |
setknowncolor(excelcolors value)
returns or sets the primary color of the object, as shown in the following table. |
void |
setsize(double value)
returns or sets the size of the font. |
void |
setstrikethroughtype(java.lang.string value)
strikethrough type. |
void |
setunderline(fontunderlinetype value)
returns or sets the type of underline applied to the font. |
void |
setverticalalignment(fontvertialalignmenttype value)
gets / sets font vertical alignment. |
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
method detail |
---|
boolean isbold()
void isbold(boolean value)
excelcolors getknowncolor()
void setknowncolor(excelcolors value)
java.awt.color getcolor()
void setcolor(java.awt.color value)
boolean isitalic()
void isitalic(boolean value)
double getsize()
void setsize(double value)
boolean isstrikethrough()
void isstrikethrough(boolean value)
boolean issubscript()
void issubscript(boolean value)
java.lang.string getstrikethroughtype()
void setstrikethroughtype(java.lang.string value)
boolean issuperscript()
void issuperscript(boolean value)
fontunderlinetype getunderline()
void setunderline(fontunderlinetype value)
java.lang.string getfontname()
void setfontname(java.lang.string value)
fontvertialalignmenttype getverticalalignment()
void setverticalalignment(fontvertialalignmenttype value)
boolean isautocolor()
java.awt.font generatenativefont()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |