Package | Description |
---|---|
org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.odfdom.type |
Modifier and Type | Method and Description |
---|---|
Color |
OdfTableCell.getCellBackgroundColor()
Deprecated.
Get the background color of this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
OdfTableCell.setCellBackgroundColor(Color cellBackgroundColor)
Deprecated.
Set the background color of this cell.
|
Modifier and Type | Field and Description |
---|---|
static Color |
Color.AQUA
The color aqua in sRGB space.
|
static Color |
Color.BLACK
The color black in sRGB space.
|
static Color |
Color.BLUE
The color blue in sRGB space.
|
static Color |
Color.FUCHSIA
The color fuchsia in sRGB space.
|
static Color |
Color.GRAY
The color gray in sRGB space.
|
static Color |
Color.GREEN
The color green in sRGB space.
|
static Color |
Color.LIME
The color lime in sRGB space.
|
static Color |
Color.MAROON
The color maroon in sRGB space.
|
static Color |
Color.NAVY
The color navy in sRGB space.
|
static Color |
Color.OLIVE
The color olive in sRGB space.
|
static Color |
Color.ORANGE
The color orange in sRGB space.
|
static Color |
Color.PURPLE
The color purple in sRGB space.
|
static Color |
Color.RED
The color red in sRGB space.
|
static Color |
Color.SILVER
The color silver in sRGB space.
|
static Color |
Color.TEAL
The color teal in sRGB space.
|
static Color |
Color.WHITE
The color white in sRGB space.
|
static Color |
Color.YELLOW
The color yellow in sRGB space.
|
Modifier and Type | Method and Description |
---|---|
static Color |
Color.valueOf(String colorValue)
Returns a Color instance representing the specified String value.
|
Modifier and Type | Method and Description |
---|---|
static Color |
Color.mapColorToAWTColor(Color color)
Map a Color data type to
. |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.