com.aspose.cells

Class SolidFill

  • java.lang.Object
    • Fill
      • com.aspose.cells.SolidFill
public class SolidFill 
extends Fill

Encapsulates the object that represents solid fill format

Property Getters/Setters Summary
CellsColorgetCellsColor()
void
           Gets and sets the CellsColor oject.
com.aspose.cells.ColorgetColor()
void
setColor(com.aspose.cells.Colorvalue)
           Gets or sets the com.aspose.cells.Color.
doublegetTransparency()
void
setTransparency(doublevalue)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 

    • Property Getters/Setters Detail

      • getColor/setColor

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

        public CellsColor getCellsColor() / public void setCellsColor(CellsColor value)
        
        Gets and sets the CellsColor oject.
      • getTransparency/setTransparency

        public double getTransparency() / public void setTransparency(double value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

    setColor

    public voidsetColor(com.aspose.cells.Colorvalue)
    
    Gets or sets the com.aspose.cells.Color.

    setCellsColor

    public voidsetCellsColor(CellsColor value)
    
    Gets and sets the CellsColor oject.

    setTransparency

    public voidsetTransparency(doublevalue)
    
    Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).