public class Colors extends Object
Set of colors for calendar object
Constructor and Description |
---|
Colors()
Initializes a new instance of the Colors class.
|
Colors(String background,
String foreground)
Initializes a new instance of the Colors class.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackground()
The background color associated with this color definition.
|
String |
getForeground()
The foreground color that can be used to write on top of a background with 'background' color.
|
void |
setBackground(String value)
The background color associated with this color definition.
|
void |
setForeground(String value)
The foreground color that can be used to write on top of a background with 'background' color.
|
String |
toString()
Returns a String which represents the object instance.
|
public String getBackground()
The background color associated with this color definition.
String
object.public void setBackground(String value)
The background color associated with this color definition.
value
- a String
object.public String getForeground()
The foreground color that can be used to write on top of a background with 'background' color.
String
object.public void setForeground(String value)
The foreground color that can be used to write on top of a background with 'background' color.
value
- a String
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.