|
|||||||||
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.charts.charttextarea
public class charttextarea
this class create xls test document text area
constructor summary | |
---|---|
charttextarea(icharttextarea textarea,
xlsworkbook book)
|
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 font color. |
java.lang.string |
getdelimiter()
delimeter. |
fontwrapper |
getfont()
returns font impl for current font. |
java.lang.string |
getfontname()
returns or sets the font name. |
ichartframeformat |
getframeformat()
return format of the text area. |
horizontalaligntype |
gethorizontalaligntype()
|
int |
getindex()
returns font index. |
excelcolors |
getknowncolor()
returns or sets the primary color of the object, as shown in the following table. |
java.lang.string |
getnumberformat()
gets or sets number format for the text area. |
int |
getnumberformatindex()
gets index to the number format. |
ocolor |
getocolor()
returns textarea's color object. |
java.lang.object |
getparent()
|
xlsworkbook |
getparentworkbook()
returns parent workbook object. |
datalabelpositiontype |
getposition()
represents data labels position. |
boolean |
getshowleaderlines()
indicates whether leader lines is in data labels. |
double |
getsize()
returns the size of the font. |
java.lang.string |
getstrikethroughtype()
strikethrough type. |
java.lang.string |
gettext()
area's text. |
int |
gettextrotationangle()
text rotation angle. |
fontunderlinetype |
getunderline()
returns or sets the type of underline applied to the font. |
fontvertialalignmenttype |
getverticalalignment()
gets / sets font vertical alignment. |
float |
getx()
|
float |
gety()
|
boolean |
hasbubblesize()
indicates whether buble size is in data labels. |
void |
hasbubblesize(boolean value)
indicates whether buble size is in data labels. |
boolean |
hascategoryname()
indicates whether category name is in data labels. |
void |
hascategoryname(boolean value)
indicates whether category name is in data labels. |
boolean |
hasdatalabels()
indicates whether contain datalabels . |
boolean |
haslegendkey()
indicates whether legend key is in data labels. |
void |
haslegendkey(boolean value)
indicates whether legend key is in data labels. |
boolean |
haspercentage()
indicates whether percentage is in data labels. |
void |
haspercentage(boolean value)
indicates whether percentage is in data labels. |
boolean |
hasseriesname()
indicates whether series name is in data labels. |
void |
hasseriesname(boolean value)
indicates whether series name is in data labels. |
boolean |
hasvalue()
indicates whether value is in data labels. |
void |
hasvalue(boolean value)
indicates whether value is in data labels. |
boolean |
isautocolor()
indicates whether color is automatically selected. |
boolean |
isautomode()
true if background is set to automatic. |
boolean |
isbold()
true if the font is bold. |
void |
isbold(boolean isbold)
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 |
isshowlabelpercent()
indicates whether to show category label and value as percentage. |
void |
isshowlabelpercent(boolean value)
indicates whether to show category label and value as percentage. |
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. |
boolean |
istrend()
indicates if current text assign to trend object. |
void |
istrend(boolean value)
indicates if current text assign to trend object. |
void |
setbackgroundmode(chartbackgroundmode value)
display mode of the background. |
void |
setcolor(java.awt.color color)
sets font color. |
void |
setdelimiter(java.lang.string value)
delimeter. |
void |
setfont(excelfont font)
sets internal font according to the font. |
void |
setfontname(java.lang.string value)
returns or sets the font name. |
void |
sethorizontalaligntype(horizontalaligntype value)
|
void |
setknowncolor(excelcolors value)
returns or sets the primary color of the object, as shown in the following table. |
void |
setnumberformat(java.lang.string value)
gets or sets number format for the text area. |
void |
setposition(datalabelpositiontype value)
represents data labels position. |
void |
setsize(double size)
sets the size of the font. |
void |
setstrikethroughtype(java.lang.string value)
strikethrough type. |
void |
settext(java.lang.string value)
area's text. |
void |
settextrotationangle(int textrotationangle)
sets text rotation angle. |
void |
setunderline(fontunderlinetype value)
returns or sets the type of underline applied to the font. |
void |
setverticalalignment(fontvertialalignmenttype value)
gets / sets font vertical alignment. |
void |
setx(float value)
|
void |
sety(float value)
|
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.ichartdatalabels |
---|
setshowleaderlines |
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
constructor detail |
---|
public charttextarea(icharttextarea textarea, xlsworkbook book)
method detail |
---|
public java.lang.string gettext()
gettext
in interface icharttextarea
public void settext(java.lang.string value)
public int gettextrotationangle()
gettextrotationangle
in interface icharttextarea
public void settextrotationangle(int textrotationangle)
public ichartframeformat getframeformat()
getframeformat
in interface icharttextarea
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface icharttextarea
public void setbackgroundmode(chartbackgroundmode value)
public boolean isautomode()
isautomode
in interface icharttextarea
public java.lang.object getparent()
getparent
in class xlsobject
public boolean isbold()
isbold
in interface ifont
public void isbold(boolean isbold)
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 color)
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 size)
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 java.lang.string getstrikethroughtype()
getstrikethroughtype
in interface ifont
public void setstrikethroughtype(java.lang.string value)
setstrikethroughtype
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 ocolor getocolor()
public java.lang.string getdelimiter()
getdelimiter
in interface ichartdatalabels
public void setdelimiter(java.lang.string value)
setdelimiter
in interface ichartdatalabels
public boolean hasbubblesize()
hasbubblesize
in interface ichartdatalabels
public void hasbubblesize(boolean value)
hasbubblesize
in interface ichartdatalabels
public boolean hascategoryname()
hascategoryname
in interface ichartdatalabels
public void hascategoryname(boolean value)
hascategoryname
in interface ichartdatalabels
public boolean haslegendkey()
haslegendkey
in interface ichartdatalabels
public void haslegendkey(boolean value)
haslegendkey
in interface ichartdatalabels
public boolean haspercentage()
haspercentage
in interface ichartdatalabels
public void haspercentage(boolean value)
haspercentage
in interface ichartdatalabels
public boolean hasseriesname()
hasseriesname
in interface ichartdatalabels
public void hasseriesname(boolean value)
hasseriesname
in interface ichartdatalabels
public boolean hasvalue()
hasvalue
in interface ichartdatalabels
public void hasvalue(boolean value)
hasvalue
in interface ichartdatalabels
public datalabelpositiontype getposition()
getposition
in interface ichartdatalabels
public void setposition(datalabelpositiontype value)
setposition
in interface ichartdatalabels
public boolean getshowleaderlines()
getshowleaderlines
in interface ichartdatalabels
public java.lang.string getnumberformat()
getnumberformat
in interface ichartdatalabels
public void setnumberformat(java.lang.string value)
setnumberformat
in interface ichartdatalabels
public boolean hasdatalabels()
public horizontalaligntype gethorizontalaligntype()
public void sethorizontalaligntype(horizontalaligntype value)
public int getindex()
public boolean isshowlabelpercent()
public void isshowlabelpercent(boolean value)
public boolean istrend()
public void istrend(boolean value)
public int getnumberformatindex()
public xlsworkbook getparentworkbook()
public float getx()
public void setx(float value)
public float gety()
public void sety(float value)
public void setfont(excelfont font)
font
- font to set.public fontwrapper getfont()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |