|
|||||||||
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.xlschartdatatable
public class xlschartdatatable
class create xls chart data table object
constructor summary | |
---|---|
xlschartdatatable(java.lang.object parent)
|
method summary | |
---|---|
xlschartdatatable |
deepclone(java.lang.object parent)
clone current record. |
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. |
excelcolors |
getknowncolor()
returns or sets the primary color of the object. |
boolean |
getshowserieskeys()
indicates whehter series keys in the data table. |
double |
getsize()
returns or sets the size of the font. |
java.lang.string |
getstrikethroughtype()
represents the textarea strikethroughtype |
fontunderlinetype |
getunderline()
returns or sets the type of underline applied to the font. |
fontvertialalignmenttype |
getverticalalignment()
returns or sets font vertical alignment. |
boolean |
hasborders()
indicate whether data table has borders. |
void |
hasborders(boolean value)
indicate whether data table has borders. |
boolean |
hashorzborder()
indicates whether data table has horizontal border. |
void |
hashorzborder(boolean value)
indicates whether data table has horizontal border. |
boolean |
hasvertborder()
indicates whether data table has vertical border. |
void |
hasvertborder(boolean value)
indicates whether data table has vertical border. |
boolean |
isautocolor()
indicates whether color has automatic color. |
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 |
setfontname(java.lang.string value)
returns or sets the font name. |
void |
setknowncolor(excelcolors value)
returns or sets the primary color of the object. |
void |
setshowserieskeys(boolean value)
indicates whehter series keys in the data table. |
void |
setsize(double value)
returns or sets the size of the font. |
void |
setstrikethroughtype(java.lang.string value)
represents the textarea strikethroughtype |
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.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
constructor detail |
---|
public xlschartdatatable(java.lang.object parent)
method detail |
---|
public boolean hashorzborder()
hashorzborder
in interface ichartdatatable
public void hashorzborder(boolean value)
hashorzborder
in interface ichartdatatable
public boolean hasvertborder()
hasvertborder
in interface ichartdatatable
public void hasvertborder(boolean value)
hasvertborder
in interface ichartdatatable
public boolean hasborders()
hasborders
in interface ichartdatatable
public void hasborders(boolean value)
hasborders
in interface ichartdatatable
public boolean getshowserieskeys()
getshowserieskeys
in interface ichartdatatable
public void setshowserieskeys(boolean value)
setshowserieskeys
in interface ichartdatatable
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface ichartdatatable
public void setbackgroundmode(chartbackgroundmode value)
setbackgroundmode
in interface ichartdatatable
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 xlschartdatatable deepclone(java.lang.object parent)
parent
- parent object for create new instance.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |