asposecells.api
Class PatternFill

Encapsulates the object that represents pattern fill format

Property Getters/Setters Summary
methodgetBackgroundCellsColor()
methodsetBackgroundCellsColor(value)
           Gets and sets the foreground CellsColor oject.
methodgetBackgroundColor()
methodsetBackgroundColor(value)
           Gets or sets the background com.aspose.cells.Color of the Area.
methodgetBackTransparency()
methodsetBackTransparency(value)
           Gets or sets the transparency of background color.
methodgetForegroundCellsColor()
methodsetForegroundCellsColor(value)
           Gets and sets the foreground CellsColor oject.
methodgetForegroundColor()
methodsetForegroundColor(value)
           Gets or sets the foreground com.aspose.cells.Color.
methodgetForeTransparency()
methodsetForeTransparency(value)
           Gets or sets the transparency of foreground color.
methodgetPattern()
methodsetPattern(value)
           Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
 

Property Getters/Setters Detail

getPattern/setPattern : int 

int getPattern() / setPattern(value)
Gets or sets the fill pattern type The value of the property is FillPattern integer constant.

getBackgroundColor/setBackgroundColor : Color 

Color getBackgroundColor() / setBackgroundColor(value)
Gets or sets the background com.aspose.cells.Color of the Area.

getBackgroundCellsColor/setBackgroundCellsColor : CellsColor 

CellsColor getBackgroundCellsColor() / setBackgroundCellsColor(value)
Gets and sets the foreground CellsColor oject.

getForegroundColor/setForegroundColor : Color 

Color getForegroundColor() / setForegroundColor(value)
Gets or sets the foreground com.aspose.cells.Color.

getForegroundCellsColor/setForegroundCellsColor : CellsColor 

CellsColor getForegroundCellsColor() / setForegroundCellsColor(value)
Gets and sets the foreground CellsColor oject.

getForeTransparency/setForeTransparency : float 

float getForeTransparency() / setForeTransparency(value)
Gets or sets the transparency of foreground color.

getBackTransparency/setBackTransparency : float 

float getBackTransparency() / setBackTransparency(value)
Gets or sets the transparency of background color.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.