Package | Description |
---|---|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box
|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Method and Description |
---|---|
StyleTypeDefinitions.FrameVerticalPosition |
Image.getVerticalPosition()
Return the vertical position
|
StyleTypeDefinitions.FrameVerticalPosition |
FrameStyleHandler.getVerticalPosition()
Return the vertical position
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
Set the vertical position
|
void |
FrameStyleHandler.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
Set the vertical position
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.FrameVerticalPosition |
StyleTypeDefinitions.FrameVerticalPosition.enumValueOf(String aValue) |
StyleTypeDefinitions.FrameVerticalPosition |
GraphicProperties.getVerticalPosition()
Return the vertical position
|
static StyleTypeDefinitions.FrameVerticalPosition |
StyleTypeDefinitions.FrameVerticalPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.FrameVerticalPosition[] |
StyleTypeDefinitions.FrameVerticalPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicProperties.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
Set the vertical position
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.