xlschartdatatable-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartdatatable

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartdatatable
all implemented interfaces:
ichartdatatable, ifont, ioptimizedupdate
direct known subclasses:
chartdatatable

public class xlschartdatatable
extends xlsobject
implements ichartdatatable

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

xlschartdatatable

public xlschartdatatable(java.lang.object parent)
method detail

hashorzborder

public boolean hashorzborder()
indicates whether data table has horizontal border.
specified by:
hashorzborder in interface ichartdatatable

hashorzborder

public void hashorzborder(boolean value)
indicates whether data table has horizontal border.
specified by:
hashorzborder in interface ichartdatatable

hasvertborder

public boolean hasvertborder()
indicates whether data table has vertical border.
specified by:
hasvertborder in interface ichartdatatable

hasvertborder

public void hasvertborder(boolean value)
indicates whether data table has vertical border.
specified by:
hasvertborder in interface ichartdatatable

hasborders

public boolean hasborders()
indicate whether data table has borders.
specified by:
hasborders in interface ichartdatatable

hasborders

public void hasborders(boolean value)
indicate whether data table has borders.
specified by:
hasborders in interface ichartdatatable

getshowserieskeys

public boolean getshowserieskeys()
indicates whehter series keys in the data table.
specified by:
getshowserieskeys in interface ichartdatatable

setshowserieskeys

public void setshowserieskeys(boolean value)
indicates whehter series keys in the data table.
specified by:
setshowserieskeys in interface ichartdatatable

getbackgroundmode

public chartbackgroundmode getbackgroundmode()
display mode of the background.
specified by:
getbackgroundmode in interface ichartdatatable

setbackgroundmode

public void setbackgroundmode(chartbackgroundmode value)
display mode of the background.
specified by:
setbackgroundmode in interface ichartdatatable

isbold

public boolean isbold()
true if the font is bold. read / write boolean.
specified by:
isbold in interface ifont

isbold

public void isbold(boolean value)
true if the font is bold. read / write boolean.
specified by:
isbold in interface ifont

getknowncolor

public excelcolors getknowncolor()
returns or sets the primary color of the object.
specified by:
getknowncolor in interface ifont

setknowncolor

public void setknowncolor(excelcolors value)
returns or sets the primary color of the object.
specified by:
setknowncolor in interface ifont

getcolor

public java.awt.color getcolor()
gets color.
specified by:
getcolor in interface ifont

setcolor

public void setcolor(java.awt.color value)
gets color.
specified by:
setcolor in interface ifont

isitalic

public boolean isitalic()
true if the font style is italic. read / write boolean.
specified by:
isitalic in interface ifont

isitalic

public void isitalic(boolean value)
true if the font style is italic. read / write boolean.
specified by:
isitalic in interface ifont

getsize

public double getsize()
returns or sets the size of the font. read / write variant.
specified by:
getsize in interface ifont

setsize

public void setsize(double value)
returns or sets the size of the font. read / write variant.
specified by:
setsize in interface ifont

isstrikethrough

public boolean isstrikethrough()
true if the font is struck through with a horizontal line. read / write boolean
specified by:
isstrikethrough in interface ifont

isstrikethrough

public void isstrikethrough(boolean value)
true if the font is struck through with a horizontal line. read / write boolean
specified by:
isstrikethrough in interface ifont

issubscript

public boolean issubscript()
true if the font is formatted as subscript. false by default. read / write boolean.
specified by:
issubscript in interface ifont

issubscript

public void issubscript(boolean value)
true if the font is formatted as subscript. false by default. read / write boolean.
specified by:
issubscript in interface ifont

issuperscript

public boolean issuperscript()
true if the font is formatted as superscript. false by default. read/write boolean
specified by:
issuperscript in interface ifont

issuperscript

public void issuperscript(boolean value)
true if the font is formatted as superscript. false by default. read/write boolean
specified by:
issuperscript in interface ifont

getunderline

public fontunderlinetype getunderline()
returns or sets the type of underline applied to the font.
specified by:
getunderline in interface ifont

setunderline

public void setunderline(fontunderlinetype value)
returns or sets the type of underline applied to the font.
specified by:
setunderline in interface ifont

getfontname

public java.lang.string getfontname()
returns or sets the font name. read / write string.
specified by:
getfontname in interface ifont

setfontname

public void setfontname(java.lang.string value)
returns or sets the font name. read / write string.
specified by:
setfontname in interface ifont

getverticalalignment

public fontvertialalignmenttype getverticalalignment()
returns or sets font vertical alignment.
specified by:
getverticalalignment in interface ifont

setverticalalignment

public void setverticalalignment(fontvertialalignmenttype value)
returns or sets font vertical alignment.
specified by:
setverticalalignment in interface ifont

isautocolor

public boolean isautocolor()
indicates whether color has automatic color. read-only.
specified by:
isautocolor in interface ifont

getstrikethroughtype

public java.lang.string getstrikethroughtype()
represents the textarea strikethroughtype
specified by:
getstrikethroughtype in interface ifont

setstrikethroughtype

public void setstrikethroughtype(java.lang.string value)
represents the textarea strikethroughtype
specified by:
setstrikethroughtype in interface ifont

generatenativefont

public java.awt.font generatenativefont()
generates .net font object corresponding to the current font.
specified by:
generatenativefont in interface ifont
returns:
generated .net font.

deepclone

public xlschartdatatable deepclone(java.lang.object parent)
clone current record.
parameters:
parent - parent object for create new instance.
returns:
returns clone of current object.


网站地图