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.FrameHorizontalPosition |
FrameStyleHandler.getHorizontalPosition()
Return the horizontal position
|
StyleTypeDefinitions.FrameHorizontalPosition |
Image.getHorizontalPosition()
Return the horizontal position
|
Modifier and Type | Method and Description |
---|---|
void |
FrameStyleHandler.setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition horizontalPos)
Set the horizontal position
|
void |
Image.setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition horizontalPos)
Set the horizontal position
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.FrameHorizontalPosition |
StyleTypeDefinitions.FrameHorizontalPosition.enumValueOf(String aValue) |
StyleTypeDefinitions.FrameHorizontalPosition |
GraphicProperties.getHorizontalPosition()
Return the horizontal position
|
static StyleTypeDefinitions.FrameHorizontalPosition |
StyleTypeDefinitions.FrameHorizontalPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.FrameHorizontalPosition[] |
StyleTypeDefinitions.FrameHorizontalPosition.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.setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition horizontalPos)
Set the horizontal position
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.