java.lang.ObjectFill
com.aspose.cells.PatternFill
public class PatternFill
| Property Getters/Setters Summary | ||
|---|---|---|
CellsColor | getBackgroundCellsColor() | |
void | setBackgroundCellsColor(CellsColor value) | |
|
Gets and sets the foreground |
||
Color | getBackgroundColor() | |
void | setBackgroundColor(Color value) | |
|
Gets or sets the background |
||
double | getBackTransparency() | |
void | setBackTransparency(double value) | |
| Gets or sets the transparency of background color. | ||
CellsColor | getForegroundCellsColor() | |
void | setForegroundCellsColor(CellsColor value) | |
|
Gets and sets the foreground |
||
Color | getForegroundColor() | |
void | setForegroundColor(Color value) | |
|
Gets or sets the foreground |
||
double | getForeTransparency() | |
void | setForeTransparency(double value) | |
| Gets or sets the transparency of foreground color. | ||
int | getPattern() | |
void | setPattern(int value) | |
| Gets or sets the fill pattern type The value of the property is FillPattern integer constant. | ||
| Property Getters/Setters Detail |
|---|
getPattern/setPattern | |
public int getPattern() / public void setPattern(int value) | |
getBackgroundColor/setBackgroundColor | |
public Color getBackgroundColor() / public void setBackgroundColor(Color value) | |
getBackgroundCellsColor/setBackgroundCellsColor | |
public CellsColor getBackgroundCellsColor() / public void setBackgroundCellsColor(CellsColor value) | |
getForegroundColor/setForegroundColor | |
public Color getForegroundColor() / public void setForegroundColor(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) | |