asposecells.api

Class PatternFill

Encapsulates the object that represents pattern fill format

Property Getters/Setters Summary
methodgetBackgroundCellsColor()
method
           Gets and sets the foreground CellsColor object.
methodgetBackgroundColor()
method
           Gets or sets the background com.aspose.cells.Color of the Area.
methodgetBackTransparency()
method
           Gets or sets the transparency of background color.
methodgetForegroundCellsColor()
method
           Gets and sets the foreground CellsColor object.
methodgetForegroundColor()
method
           Gets or sets the foreground com.aspose.cells.Color.
methodgetForeTransparency()
method
           Gets or sets the transparency of foreground color.
methodgetPattern()
method
setPattern(value)
           Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
 
Method Summary
methodequals(obj)
/
methodhashCode()
Gets the hash code.
 

    • 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 object.
      • 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 object.
      • 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.
    • Method Detail

      • equals

        boolean equals(obj)
        /
        Parameters:
        obj: Object -
        Returns:
      • hashCode

        int hashCode()
        Gets the hash code.
        Returns: