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