java.lang.ObjectFill
com.aspose.cells.PatternFill
public class PatternFill
| Property Getters/Setters Summary | ||
|---|---|---|
CellsColor | getBackgroundCellsColor() | |
void | setBackgroundCellsColor(CellsColor) | |
|
Gets and sets the foreground |
||
com.aspose.cells.Color | getBackgroundColor() | |
void | setBackgroundColor(com.aspose.cells.Color) | |
|
Gets or sets the background |
||
double | getBackTransparency() | |
void | setBackTransparency(double) | |
| Gets or sets the transparency of background color. | ||
CellsColor | getForegroundCellsColor() | |
void | setForegroundCellsColor(CellsColor) | |
|
Gets and sets the foreground |
||
com.aspose.cells.Color | getForegroundColor() | |
void | setForegroundColor(com.aspose.cells.Color) | |
|
Gets or sets the foreground |
||
double | getForeTransparency() | |
void | setForeTransparency(double) | |
| Gets or sets the transparency of foreground color. | ||
int | getPattern() | |
void | setPattern(int) | |
| Gets or sets the fill pattern type The value of the property is FillPattern integer constant. | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object obj) | → inherited from Fill
|
| / | ||
int | hashCode() | → inherited from Fill
|
| Gets the hash code. | ||
| Property Getters/Setters Detail |
|---|
getPattern/setPattern | |
public int getPattern() / public void setPattern(int value) | |
getBackgroundColor/setBackgroundColor | |
public com.aspose.cells.Color getBackgroundColor() / public void setBackgroundColor(com.aspose.cells.Color value) | |
getBackgroundCellsColor/setBackgroundCellsColor | |
public CellsColor getBackgroundCellsColor() / public void setBackgroundCellsColor(CellsColor value) | |
getForegroundColor/setForegroundColor | |
public com.aspose.cells.Color getForegroundColor() / public void setForegroundColor(com.aspose.cells.Color value) | |
getForegroundCellsColor/setForegroundCellsColor | |
public CellsColor getForegroundCellsColor() / public void setForegroundCellsColor(CellsColor value) | |
getForeTransparency/setForeTransparency | |
public double getForeTransparency() / public void setForeTransparency(double value) | |
getBackTransparency/setBackTransparency | |
public double getBackTransparency() / public void setBackTransparency(double value) | |
| Method Detail |
|---|
equals | → inherited from Fill
|
public boolean equals(java.lang.Object obj) | |
obj - hashCode | → inherited from Fill
|
public int hashCode() | |