java.lang.ObjectFill
com.aspose.cells.SolidFill
public class SolidFill
| Property Getters/Setters Summary | ||
|---|---|---|
CellsColor | getCellsColor() | |
void | setCellsColor(CellsColor) | |
|
Gets and sets the |
||
com.aspose.cells.Color | getColor() | |
void | setColor(com.aspose.cells.Color) | |
|
Gets or sets the |
||
double | getTransparency() | |
void | setTransparency(double) | |
| Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object obj) | |
int | hashCode() | |
| Gets the hash code. | ||
| Property Getters/Setters Detail |
|---|
getColor/setColor | |
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value) | |
getCellsColor/setCellsColor | |
public CellsColor getCellsColor() / public void setCellsColor(CellsColor value) | |
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value) | |
| Method Detail |
|---|
hashCode | |
public int hashCode() | |
equals | |
public boolean equals(java.lang.Object obj) | |
obj -