ichartinterior-ag凯发旗舰厅



com.spire.xls.core
interface ichartinterior

all known implementing classes:
chartinterior, xlschartinterior

public interface ichartinterior

method summary
 java.awt.color getbackgroundcolor()
          background color (rgb).
 excelcolors getbackgroundknowncolor()
          background color index.
 java.awt.color getforegroundcolor()
          foreground color (rgb).
 excelcolors getforegroundknowncolor()
          index of foreground color.
 excelpatterntype getpattern()
          area pattern.
 boolean getswapcolorsonnegative()
          foreground and background are swapped when the data value is negative.
 boolean getusedefaultformat()
          if true - use automatic format; otherwise custom.
 void setbackgroundcolor(java.awt.color value)
          background color (rgb).
 void setbackgroundknowncolor(excelcolors value)
          background color index.
 void setforegroundcolor(java.awt.color value)
          foreground color (rgb).
 void setforegroundknowncolor(excelcolors value)
          index of foreground color.
 void setpattern(excelpatterntype value)
          area pattern.
 void setswapcolorsonnegative(boolean value)
          foreground and background are swapped when the data value is negative.
 void setusedefaultformat(boolean value)
          if true - use automatic format; otherwise custom.
 
method detail

getforegroundcolor

java.awt.color getforegroundcolor()
foreground color (rgb).

setforegroundcolor

void setforegroundcolor(java.awt.color value)
foreground color (rgb).

getbackgroundcolor

java.awt.color getbackgroundcolor()
background color (rgb).

setbackgroundcolor

void setbackgroundcolor(java.awt.color value)
background color (rgb).

getpattern

excelpatterntype getpattern()
area pattern.

setpattern

void setpattern(excelpatterntype value)
area pattern.

getforegroundknowncolor

excelcolors getforegroundknowncolor()
index of foreground color.

setforegroundknowncolor

void setforegroundknowncolor(excelcolors value)
index of foreground color.

getbackgroundknowncolor

excelcolors getbackgroundknowncolor()
background color index.

setbackgroundknowncolor

void setbackgroundknowncolor(excelcolors value)
background color index.

getusedefaultformat

boolean getusedefaultformat()
if true - use automatic format; otherwise custom.

setusedefaultformat

void setusedefaultformat(boolean value)
if true - use automatic format; otherwise custom.

getswapcolorsonnegative

boolean getswapcolorsonnegative()
foreground and background are swapped when the data value is negative.

setswapcolorsonnegative

void setswapcolorsonnegative(boolean value)
foreground and background are swapped when the data value is negative.


网站地图