|
|||||||||
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.xlschartlegendarea
public class xlschartlegendarea
xls chart legend area this class for xls chart legend area operation
constructor summary | |
---|---|
xlschartlegendarea(java.lang.object parent)
|
method summary | |
---|---|
chartbackgroundmode |
getbackgroundmode()
display mode of the background. |
java.awt.color |
getcolor()
gets color. |
xlsfont |
getfont()
returns fontimpl for current font. |
java.lang.string |
getfontname()
returns or sets the font name. |
ichartframeformat |
getframeformat()
return frame format. |
double |
getsize()
returns or sets the size of the font. |
java.lang.string |
getstrikethroughtype()
represents the textarea strikethroughtype |
java.lang.string |
gettext()
gets text. |
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 |
setcolor(java.awt.color value)
sets 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 |
settext(java.lang.string value)
sets text. |
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.ifont |
---|
generatenativefont, getknowncolor, isbold, isbold, setknowncolor, setstrikethroughtype |
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
constructor detail |
---|
public xlschartlegendarea(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 java.lang.string getstrikethroughtype()
getstrikethroughtype
in interface ifont
public java.lang.string gettext()
gettext
in interface icharttextarea
public void settext(java.lang.string value)
public ichartframeformat getframeformat()
getframeformat
in interface icharttextarea
public int gettextrotationangle()
gettextrotationangle
in interface icharttextarea
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface icharttextarea
public boolean isautomode()
isautomode
in interface icharttextarea
public xlsfont getfont()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |