All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.SolidFill.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





SolidFill




com.aspose.cells
Class SolidFill

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

public class SolidFill 
extends Fill

Encapsulates the object that represents solid fill format


Property Getters/Setters Summary
CellsColorgetCellsColor()
voidsetCellsColor(CellsColor)
           Gets and sets the CellsColor object.
com.aspose.cells.ColorgetColor()
voidsetColor(com.aspose.cells.Color)
           Gets or sets the com.aspose.cells.Color.
doublegetTransparency()
voidsetTransparency(double)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 
Method Summary
booleanequals(java.lang.Object obj)
          
inthashCode()
           Gets the hash code.
 

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.

setColor

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

setCellsColor

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

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

setTransparency

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

Method Detail

hashCode

public int hashCode()
Gets the hash code.
Returns:

equals

public boolean equals(java.lang.Object obj)
Parameters:
obj -
Returns:

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy