ichartdatatable-ag凯发旗舰厅



com.spire.xls.core
interface ichartdatatable

all superinterfaces:
ifont, ioptimizedupdate
all known implementing classes:
chartdatatable, xlschartdatatable

public interface ichartdatatable
extends ifont

method summary
 chartbackgroundmode getbackgroundmode()
           
 boolean getshowserieskeys()
          true if there is series keys in the data table.
 boolean hasborders()
          true if data table has borders.
 void hasborders(boolean value)
          true if data table has borders.
 boolean hashorzborder()
          true if data table has horizontal border.
 void hashorzborder(boolean value)
          true if data table has horizontal border.
 boolean hasvertborder()
          true if data table has vertical border.
 void hasvertborder(boolean value)
          true if data table has vertical border.
 void setbackgroundmode(chartbackgroundmode value)
           
 void setshowserieskeys(boolean value)
          true if there is series keys in the data table.
 
methods inherited from interface com.spire.xls.core.ifont
generatenativefont, getcolor, getfontname, getknowncolor, getsize, getstrikethroughtype, getunderline, getverticalalignment, isautocolor, isbold, isbold, isitalic, isitalic, isstrikethrough, isstrikethrough, issubscript, issubscript, issuperscript, issuperscript, setcolor, setfontname, setknowncolor, setsize, setstrikethroughtype, setunderline, setverticalalignment
 
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate
beginupdate, endupdate
 
method detail

hashorzborder

boolean hashorzborder()
true if data table has horizontal border.

hashorzborder

void hashorzborder(boolean value)
true if data table has horizontal border.

hasvertborder

boolean hasvertborder()
true if data table has vertical border.

hasvertborder

void hasvertborder(boolean value)
true if data table has vertical border.

hasborders

boolean hasborders()
true if data table has borders.

hasborders

void hasborders(boolean value)
true if data table has borders.

getshowserieskeys

boolean getshowserieskeys()
true if there is series keys in the data table.

setshowserieskeys

void setshowserieskeys(boolean value)
true if there is series keys in the data table.

getbackgroundmode

chartbackgroundmode getbackgroundmode()

setbackgroundmode

void setbackgroundmode(chartbackgroundmode value)


网站地图