Property Getters/Setters Summary | ||
---|---|---|
method | getBackgroundCellsColor() | |
method | setBackgroundCellsColor(value) | |
Gets and sets the foreground |
||
method | getBackgroundColor() | |
method | setBackgroundColor(value) | |
Gets or sets the background |
||
method | getBackTransparency() | |
method | setBackTransparency(value) | |
Gets or sets the transparency of background color. | ||
method | getForegroundCellsColor() | |
method | setForegroundCellsColor(value) | |
Gets and sets the foreground |
||
method | getForegroundColor() | |
method | setForegroundColor(value) | |
Gets or sets the foreground |
||
method | getForeTransparency() | |
method | setForeTransparency(value) | |
Gets or sets the transparency of foreground color. | ||
method | getPattern() | |
method | setPattern(value) | |
Gets or sets the fill pattern type The value of the property is FillPattern integer constant. |
Property Getters/Setters Detail |
---|
getPattern/setPattern : int | |
int getPattern() / setPattern(value) |
getBackgroundColor/setBackgroundColor : Color | |
Color getBackgroundColor() / setBackgroundColor(value) |
getBackgroundCellsColor/setBackgroundCellsColor : CellsColor | |
CellsColor getBackgroundCellsColor() / setBackgroundCellsColor(value) |
getForegroundColor/setForegroundColor : Color | |
Color getForegroundColor() / setForegroundColor(value) |
getForegroundCellsColor/setForegroundCellsColor : CellsColor | |
CellsColor getForegroundCellsColor() / setForegroundCellsColor(value) |
getForeTransparency/setForeTransparency : float | |
float getForeTransparency() / setForeTransparency(value) |
getBackTransparency/setBackTransparency : float | |
float getBackTransparency() / setBackTransparency(value) |