|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.charts.xlscharttitlearea
public class xlscharttitlearea
this class for xls chart title area operation
constructor summary | |
---|---|
xlscharttitlearea(java.lang.object parent)
|
method summary | |
---|---|
chartbackgroundmode |
getbackgroundmode()
display mode of the background. |
java.awt.color |
getcolor()
gets color. |
java.lang.string |
getfontname()
returns or sets the font name. |
double |
getsize()
returns or sets the size of the font. |
int |
gettextrotationangle()
text rotation angle. |
fontunderlinetype |
getunderline()
returns or sets the type of underline applied to the font. |
fontvertialalignmenttype |
getverticalalignment()
returns or sets font vertical alignment. |
boolean |
isautocolor()
indicates whether color has automatic color. |
boolean |
isautomode()
true if background is set to automatic. |
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 |
setbackgroundmode(chartbackgroundmode value)
display mode of the background. |
void |
setcolor(java.awt.color value)
gets color. |
void |
setfontname(java.lang.string value)
returns or sets the font name. |
void |
setsize(double value)
returns or sets the size of the font. |
void |
settextrotationangle(int value)
text rotation angle. |
void |
setunderline(fontunderlinetype value)
returns or sets the type of underline applied to the font. |
void |
setverticalalignment(fontvertialalignmenttype value)
returns or sets font vertical alignment. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.icharttextarea |
---|
getframeformat, gettext |
methods inherited from interface com.spire.xls.core.ifont |
---|
generatenativefont, getknowncolor, getstrikethroughtype, isbold, isbold, setknowncolor, setstrikethroughtype |
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
constructor detail |
---|
public xlscharttitlearea(java.lang.object parent)
method detail |
---|
public java.awt.color getcolor()
getcolor
in interface ifont
public void setcolor(java.awt.color value)
setcolor
in interface ifont
public boolean isitalic()
isitalic
in interface ifont
public void isitalic(boolean value)
isitalic
in interface ifont
public double getsize()
getsize
in interface ifont
public void setsize(double value)
setsize
in interface ifont
public boolean isstrikethrough()
isstrikethrough
in interface ifont
public void isstrikethrough(boolean value)
isstrikethrough
in interface ifont
public boolean issubscript()
issubscript
in interface ifont
public void issubscript(boolean value)
issubscript
in interface ifont
public boolean issuperscript()
issuperscript
in interface ifont
public void issuperscript(boolean value)
issuperscript
in interface ifont
public fontunderlinetype getunderline()
getunderline
in interface ifont
public void setunderline(fontunderlinetype value)
setunderline
in interface ifont
public java.lang.string getfontname()
getfontname
in interface ifont
public void setfontname(java.lang.string value)
setfontname
in interface ifont
public fontvertialalignmenttype getverticalalignment()
getverticalalignment
in interface ifont
public void setverticalalignment(fontvertialalignmenttype value)
setverticalalignment
in interface ifont
public boolean isautocolor()
isautocolor
in interface ifont
public int gettextrotationangle()
gettextrotationangle
in interface icharttextarea
public void settextrotationangle(int value)
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface icharttextarea
public void setbackgroundmode(chartbackgroundmode value)
public boolean isautomode()
isautomode
in interface icharttextarea
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |