|
|||||||||
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.xlschartdatalabelarea
public class xlschartdatalabelarea
constructor summary | |
---|---|
xlschartdatalabelarea(java.lang.object parent)
|
method summary | |
---|---|
java.awt.font |
generatenativefont()
generates .net font object corresponding to the current font. |
chartbackgroundmode |
getbackgroundmode()
display mode of the background. |
java.awt.color |
getcolor()
gets color. |
java.lang.string |
getfontname()
returns or sets the font name. |
ichartframeformat |
getframeformat()
return frame format. |
excelcolors |
getknowncolor()
returns or sets the primary color of the object. |
double |
getsize()
returns 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 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 |
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 |
setbackgroundmode(chartbackgroundmode value)
display mode of the background. |
void |
setcolor(java.awt.color value)
gets color. |
void |
setfont(excelfont font)
sets font |
void |
setfontname(java.lang.string value)
sets the type of underline applied to the font. |
void |
setknowncolor(excelcolors value)
returns or sets the primary color of the object. |
void |
setsize(double value)
sets the size of the font. |
void |
setstrikethroughtype(java.lang.string value)
represents the textarea strikethroughtype |
void |
settext(java.lang.string value)
sets text. |
void |
settextrotationangle(int value)
text rotation angle. |
void |
setunderline(fontunderlinetype value)
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.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
constructor detail |
---|
public xlschartdatalabelarea(java.lang.object parent)
method detail |
---|
public boolean isbold()
isbold
in interface ifont
public void isbold(boolean value)
isbold
in interface ifont
public excelcolors getknowncolor()
getknowncolor
in interface ifont
public void setknowncolor(excelcolors value)
setknowncolor
in interface ifont
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.awt.font generatenativefont()
generatenativefont
in interface ifont
public java.lang.string getstrikethroughtype()
getstrikethroughtype
in interface ifont
public void setstrikethroughtype(java.lang.string value)
setstrikethroughtype
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 void settextrotationangle(int value)
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface icharttextarea
public void setbackgroundmode(chartbackgroundmode value)
public boolean isautomode()
isautomode
in interface icharttextarea
public void setfont(excelfont font)
font
- excelfont
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |