java.lang.Objectcom.aspose.cells.PatternFill
public class PatternFill
Property Getters/Setters Summary | ||
---|---|---|
CellsColor | getBackgroundCellsColor() | |
void | setBackgroundCellsColor(CellsColor value) | |
Gets and sets the foreground |
||
com.aspose.cells.Color | getBackgroundColor() | |
void | setBackgroundColor(com.aspose.cells.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 |
||
com.aspose.cells.Color | getForegroundColor() | |
void | setForegroundColor(com.aspose.cells.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 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) |