aspose.cells

Class SolidFill

Encapsulates the object that represents solid fill format

Property Getters/Setters Summary
functiongetCellsColor()
function
           Gets and sets the CellsColor object.
functiongetColor()
function
setColor(value)
           Gets or sets the com.aspose.cells.Color.
functiongetTransparency()
function
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 
Method Summary
functionequals(obj)
functionhashCode()
Gets the hash code.
 

    • Property Getters/Setters Detail

      • getColor/setColor : Color 

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

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

        function getTransparency() / function 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

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

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