iinterior-ag凯发旗舰厅



com.spire.xls.core
interface iinterior

all known implementing classes:
excelinterior

public interface iinterior

method summary
 java.awt.color getcolor()
          returns or sets the cell shading color.
 excelpatterntype getfillpattern()
          gets / sets xlsfill pattern.
 excelgradient getgradient()
          returns gradient object for this extended format.
 excelcolors getknowncolor()
          returns or sets the color of the interior.
 java.awt.color getpatterncolor()
          returns or sets the color of the interior pattern as an system.drawing.color value.
 excelcolors getpatternknowncolor()
          returns or sets the color of the interior pattern as an index into the current color palette.
 void setcolor(java.awt.color value)
          returns or sets the cell shading color.
 void setfillpattern(excelpatterntype value)
          gets / sets xlsfill pattern.
 void setknowncolor(excelcolors value)
          returns or sets the color of the interior.
 void setpatterncolor(java.awt.color value)
          returns or sets the color of the interior pattern as an system.drawing.color value.
 void setpatternknowncolor(excelcolors value)
          returns or sets the color of the interior pattern as an index into the current color palette.
 
method detail

getpatternknowncolor

excelcolors getpatternknowncolor()
returns or sets the color of the interior pattern as an index into the current color palette.

setpatternknowncolor

void setpatternknowncolor(excelcolors value)
returns or sets the color of the interior pattern as an index into the current color palette.

getpatterncolor

java.awt.color getpatterncolor()
returns or sets the color of the interior pattern as an system.drawing.color value.

setpatterncolor

void setpatterncolor(java.awt.color value)
returns or sets the color of the interior pattern as an system.drawing.color value.

getknowncolor

excelcolors getknowncolor()
returns or sets the color of the interior. the color is specified as an index value into the current color palette.

setknowncolor

void setknowncolor(excelcolors value)
returns or sets the color of the interior. the color is specified as an index value into the current color palette.

getcolor

java.awt.color getcolor()
returns or sets the cell shading color.

setcolor

void setcolor(java.awt.color value)
returns or sets the cell shading color.

getgradient

excelgradient getgradient()
returns gradient object for this extended format.

getfillpattern

excelpatterntype getfillpattern()
gets / sets xlsfill pattern.

setfillpattern

void setfillpattern(excelpatterntype value)
gets / sets xlsfill pattern.


网站地图