Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.VerticalAlignmentType |
StyleTypeDefinitions.VerticalAlignmentType.enumValueOf(String aValue) |
StyleTypeDefinitions.VerticalAlignmentType |
TableCellProperties.getVerticalAlignment()
Return the vertical alignment.
|
static StyleTypeDefinitions.VerticalAlignmentType |
StyleTypeDefinitions.VerticalAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.VerticalAlignmentType[] |
StyleTypeDefinitions.VerticalAlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellProperties.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType alignType)
Set the vertical alignment.
|
Modifier and Type | Method and Description |
---|---|
StyleTypeDefinitions.VerticalAlignmentType |
CellStyleHandler.getVerticalAlignment()
Return the vertical alignment.
|
StyleTypeDefinitions.VerticalAlignmentType |
Cell.getVerticalAlignmentType()
Return the vertical alignment setting of this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType verticalAlignment)
Set the vertical alignment setting of this cell.
|
void |
CellStyleHandler.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType alignType)
Set the vertical alignment setting of this cell.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.