|
|||||||||
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.xlschartdatalabels
public class xlschartdatalabels
constructor summary | |
---|---|
xlschartdatalabels(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 |
getdelimiter()
delimeter. |
java.lang.string |
getfontname()
returns or sets the font name. |
xlschartseriedataformat |
getformat()
gets corresponding data format. |
ichartframeformat |
getframeformat()
return frame format. |
int |
getheight()
y-size. |
int |
getindex()
returns font index. |
excelcolors |
getknowncolor()
returns or sets the primary color of the object. |
java.lang.string |
getnumberformat()
represents trend line label number format. |
datalabelpositiontype |
getposition()
represents data labels position. |
boolean |
getshowleaderlines()
indicates whether leader lines is in data labels. |
double |
getsize()
returns or sets the size of the font. |
java.lang.string |
getstrikethroughtype()
represents the textarea strikethroughtype |
java.lang.string |
gettext()
gets text. |
xlschartdatalabelarea |
gettextarea()
text of area. |
int |
gettextrotationangle()
text rotation angle. |
fontunderlinetype |
getunderline()
returns or sets the type of underline applied to the font. |
cellrange |
getvaluefromcell()
set range for value. |
fontvertialalignmenttype |
getverticalalignment()
returns or sets font vertical alignment. |
int |
getwidth()
x-size. |
int |
getx()
x-position of upper-left corner. |
int |
gety()
y-position of upper-left corner. |
boolean |
hasbubblesize()
indicates whether bubble size is in data labels. |
void |
hasbubblesize(boolean value)
indicates whether bubble size is in data labels. |
boolean |
hascategoryname()
indicates whether category name is in data labels. |
void |
hascategoryname(boolean hascategoryname)
sets whether category name is in data labels. |
boolean |
hasformula()
gets or sets a value indicating whether this instance has formula. |
boolean |
haslegendkey()
indicates whether legend key is in data labels. |
void |
haslegendkey(boolean haslegendkey)
sets whether legend key is in data labels. |
boolean |
hasmanuallayout()
indicates whether border formatting object was created. |
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 hasseriesname)
sets whether series name is in data labels. |
boolean |
hasvalue()
indicates whether value is in data labels. |
void |
hasvalue(boolean hasvalue)
sets whether value is in data labels. |
void |
haswedgecallout(boolean haswedgecallout)
sets whether has wedge callout |
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 |
ishmode()
false value specifies that the height shall be interpreted as the bottom of the chart element.. |
void |
ishmode(boolean value)
false value specifies that the height shall be interpreted as the bottom of the chart element.. |
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. |
boolean |
iswmode()
false value specifies that the width shall be interpreted as the right of the chart element.. |
void |
iswmode(boolean value)
false value specifies that the width shall be interpreted as the right of the chart element.. |
boolean |
isxmode()
true value specifies that the x shall be interpreted as the left of the chart element.. |
void |
isxmode(boolean value)
true value specifies that the x shall be interpreted as the left of the chart element.. |
boolean |
isymode()
true value specifies that the y shall be interpreted as the top of the chart element... |
void |
isymode(boolean value)
true value specifies that the y shall be interpreted as the top of the chart element... |
void |
setbackgroundmode(chartbackgroundmode value)
display mode of the background. |
void |
setcolor(java.awt.color value)
sets color |
void |
setdelimiter(java.lang.string value)
delimeter. |
void |
setfontname(java.lang.string value)
returns or sets the font name. |
void |
setheight(int value)
y-size. |
void |
setknowncolor(excelcolors value)
returns or sets the primary color of the object. |
void |
setnumberformat(java.lang.string value)
represents trend line label number format. |
void |
setposition(datalabelpositiontype value)
represents data labels position. |
void |
setsize(double value)
returns or 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)
returns or sets the type of underline applied to the font. |
void |
setvaluefromcell(cellrange valuefromcell)
sets the value from cell range. |
void |
setverticalalignment(fontvertialalignmenttype value)
returns or sets font vertical alignment. |
void |
setwidth(int value)
x-size. |
void |
setx(int value)
x-position of upper-left corner. |
void |
sety(int value)
y-position of upper-left corner. |
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 xlschartdatalabels(java.lang.object parent)
method detail |
---|
public boolean hasseriesname()
hasseriesname
in interface ichartdatalabels
public void hasseriesname(boolean hasseriesname)
hasseriesname
in interface ichartdatalabels
public boolean hascategoryname()
hascategoryname
in interface ichartdatalabels
public void hascategoryname(boolean hascategoryname)
hascategoryname
in interface ichartdatalabels
public boolean hasvalue()
hasvalue
in interface ichartdatalabels
public void hasvalue(boolean hasvalue)
hasvalue
in interface ichartdatalabels
public boolean haspercentage()
haspercentage
in interface ichartdatalabels
public void haspercentage(boolean value)
haspercentage
in interface ichartdatalabels
public boolean hasbubblesize()
hasbubblesize
in interface ichartdatalabels
public void hasbubblesize(boolean value)
hasbubblesize
in interface ichartdatalabels
public boolean hasformula()
public java.lang.string getdelimiter()
getdelimiter
in interface ichartdatalabels
public void setdelimiter(java.lang.string value)
setdelimiter
in interface ichartdatalabels
public boolean haslegendkey()
haslegendkey
in interface ichartdatalabels
public void haslegendkey(boolean haslegendkey)
haslegendkey
in interface ichartdatalabels
public boolean hasmanuallayout()
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 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.lang.string getstrikethroughtype()
getstrikethroughtype
in interface ifont
public void setstrikethroughtype(java.lang.string value)
setstrikethroughtype
in interface ifont
public java.awt.font generatenativefont()
generatenativefont
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 xlschartseriedataformat getformat()
public cellrange getvaluefromcell()
public void setvaluefromcell(cellrange valuefromcell)
public boolean iswmode()
public void iswmode(boolean value)
public boolean ishmode()
public void ishmode(boolean value)
public boolean isxmode()
public void isxmode(boolean value)
public boolean isymode()
public void isymode(boolean value)
public int getx()
public void setx(int value)
public int gety()
public void sety(int value)
public xlschartdatalabelarea gettextarea()
public void haswedgecallout(boolean haswedgecallout)
haswedgecallout
- public int getheight()
public void setheight(int value)
public int getwidth()
public void setwidth(int value)
public int getindex()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |