|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleTypeDefinitions.VerticalAlignmentType | |
---|---|
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. |
Uses of StyleTypeDefinitions.VerticalAlignmentType in org.odftoolkit.simple.style |
---|
Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.VerticalAlignmentType | |
---|---|
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. |
Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.VerticalAlignmentType | |
---|---|
void |
TableCellProperties.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType alignType)
Set the vertical alignment. |
Uses of StyleTypeDefinitions.VerticalAlignmentType in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return StyleTypeDefinitions.VerticalAlignmentType | |
---|---|
StyleTypeDefinitions.VerticalAlignmentType |
CellStyleHandler.getVerticalAlignment()
Return the vertical alignment. |
StyleTypeDefinitions.VerticalAlignmentType |
Cell.getVerticalAlignmentType()
Return the vertical alignment setting of this cell. |
Methods in org.odftoolkit.simple.table with parameters of type StyleTypeDefinitions.VerticalAlignmentType | |
---|---|
void |
CellStyleHandler.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType alignType)
Set the vertical alignment setting of this cell. |
void |
Cell.setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType verticalAlignment)
Set the vertical alignment setting of this cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |