asposecells.api

Class SolidFill

Encapsulates the object that represents solid fill format

Property Getters/Setters Summary
methodgetCellsColor()
method
           Gets and sets the CellsColor object.
methodgetColor()
method
setColor(value)
           Gets or sets the com.aspose.cells.Color.
methodgetTransparency()
method
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 
Method Summary
methodequals(obj)
methodhashCode()
Gets the hash code.
 

    • Property Getters/Setters Detail

      • getColor/setColor : Color 

        Color getColor() / setColor(value)
        
        Gets or sets the com.aspose.cells.Color.
      • getCellsColor/setCellsColor : CellsColor 

        CellsColor getCellsColor() / setCellsColor(value)
        
        Gets and sets the CellsColor object.
      • getTransparency/setTransparency : float 

        float getTransparency() / setTransparency(value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
    • Method Detail

      • hashCode

        int hashCode()
        Gets the hash code.
        Returns:
      • equals

        boolean equals(obj)
        Parameters:
        obj: Object -
        Returns: