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