com.aspose.cells
Class PatternFill

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

public class PatternFill 
extends Fill

Encapsulates the object that represents pattern fill format


Property Getters/Setters Summary
CellsColorgetBackgroundCellsColor()
voidsetBackgroundCellsColor(CellsColor)
           Gets and sets the foreground CellsColor object.
com.aspose.cells.ColorgetBackgroundColor()
voidsetBackgroundColor(com.aspose.cells.Color)
           Gets or sets the background com.aspose.cells.Color of the Area.
doublegetBackTransparency()
voidsetBackTransparency(double)
           Gets or sets the transparency of background color.
CellsColorgetForegroundCellsColor()
voidsetForegroundCellsColor(CellsColor)
           Gets and sets the foreground CellsColor object.
com.aspose.cells.ColorgetForegroundColor()
voidsetForegroundColor(com.aspose.cells.Color)
           Gets or sets the foreground com.aspose.cells.Color.
doublegetForeTransparency()
voidsetForeTransparency(double)
           Gets or sets the transparency of foreground color.
intgetPattern()
voidsetPattern(int)
           Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
 
Method Summary
booleanequals(java.lang.Object obj)→ inherited from Fill
           /
inthashCode()→ inherited from Fill
           Gets the hash code.
 

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.

setPattern

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.

setBackgroundColor

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 object.

setBackgroundCellsColor

public void setBackgroundCellsColor(CellsColor value)
Gets and sets the foreground CellsColor object.

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.

setForegroundColor

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 object.

setForegroundCellsColor

public void setForegroundCellsColor(CellsColor value)
Gets and sets the foreground CellsColor object.

getForeTransparency/setForeTransparency

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

setForeTransparency

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.

setBackTransparency

public void setBackTransparency(double value)
Gets or sets the transparency of background color.

Method Detail

equals

→ inherited from Fill
public boolean equals(java.lang.Object obj)
/
Parameters:
obj -
Returns:

hashCode

→ inherited from Fill
public int hashCode()
Gets the hash code.
Returns:

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