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.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ParagraphProperties.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment.
|
Modifier and Type | Method and Description |
---|---|
StyleTypeDefinitions.HorizontalAlignmentType |
CellStyleHandler.getHorizontalAlignment()
Return the horizontal alignment.
|
StyleTypeDefinitions.HorizontalAlignmentType |
Cell.getHorizontalAlignmentType()
Return the horizontal alignment setting of this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment setting of this cell.
|
void |
CellStyleHandler.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment.
|
Modifier and Type | Method and Description |
---|---|
StyleTypeDefinitions.HorizontalAlignmentType |
Paragraph.getHorizontalAlignment()
Return the horizontal alignment setting of this paragraph.
|
StyleTypeDefinitions.HorizontalAlignmentType |
ParagraphStyleHandler.getHorizontalAlignment()
Return the horizontal alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
Paragraph.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment setting of this paragraph.
|
void |
ParagraphStyleHandler.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
Set the horizontal alignment.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.