com.aspose.cells
Class PatternFill

java.lang.Object
    extended by com.aspose.cells.PatternFill

public class PatternFill 
extends java.lang.Object

Encapsulates the object that represents pattern fill format

Property Getters/Setters Summary
CellsColorgetBackgroundCellsColor()
voidsetBackgroundCellsColor(CellsColor value)
           Gets and sets the foreground CellsColor oject.
com.aspose.cells.ColorgetBackgroundColor()
voidsetBackgroundColor(com.aspose.cells.Color value)
           Gets or sets the background com.aspose.cells.Color of the Area.
doublegetBackTransparency()
voidsetBackTransparency(double value)
           Gets or sets the transparency of background color.
CellsColorgetForegroundCellsColor()
voidsetForegroundCellsColor(CellsColor value)
           Gets and sets the foreground CellsColor oject.
com.aspose.cells.ColorgetForegroundColor()
voidsetForegroundColor(com.aspose.cells.Color value)
           Gets or sets the foreground com.aspose.cells.Color.
doublegetForeTransparency()
voidsetForeTransparency(double value)
           Gets or sets the transparency of foreground color.
intgetPattern()
voidsetPattern(int value)
           Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
 

Property Getters/Setters Detail

getPattern/setPattern

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

getBackgroundColor/setBackgroundColor

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

getBackgroundCellsColor/setBackgroundCellsColor

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

getForegroundColor/setForegroundColor

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

getForegroundCellsColor/setForegroundCellsColor

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

getForeTransparency/setForeTransparency

public double getForeTransparency() / public void setForeTransparency(double value)
Gets or sets the transparency of foreground color.

getBackTransparency/setBackTransparency

public double getBackTransparency() / public void setBackTransparency(double 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.