|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleTypeDefinitions.HorizontalAlignmentType | |
|---|---|
| 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.HorizontalAlignmentType in org.odftoolkit.simple.style |
|---|
| Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.HorizontalAlignmentType | |
|---|---|
static StyleTypeDefinitions.HorizontalAlignmentType |
StyleTypeDefinitions.HorizontalAlignmentType.enumValueOf(String aValue)
|
StyleTypeDefinitions.HorizontalAlignmentType |
ParagraphProperties.getHorizontalAlignment()
Return the horizontal alignment. |
static StyleTypeDefinitions.HorizontalAlignmentType |
StyleTypeDefinitions.HorizontalAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StyleTypeDefinitions.HorizontalAlignmentType[] |
StyleTypeDefinitions.HorizontalAlignmentType.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.HorizontalAlignmentType | |
|---|---|
void |
ParagraphProperties.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment. |
| Uses of StyleTypeDefinitions.HorizontalAlignmentType in org.odftoolkit.simple.table |
|---|
| Methods in org.odftoolkit.simple.table that return StyleTypeDefinitions.HorizontalAlignmentType | |
|---|---|
StyleTypeDefinitions.HorizontalAlignmentType |
CellStyleHandler.getHorizontalAlignment()
Return the horizontal alignment. |
StyleTypeDefinitions.HorizontalAlignmentType |
Cell.getHorizontalAlignmentType()
Return the horizontal alignment setting of this cell. |
| Methods in org.odftoolkit.simple.table with parameters of type StyleTypeDefinitions.HorizontalAlignmentType | |
|---|---|
void |
CellStyleHandler.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment. |
void |
Cell.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment setting of this cell. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||