Package | Description |
---|---|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
org.odftoolkit.simple.form | |
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameStyleHandler.setAchorType(StyleTypeDefinitions.AnchorType achorType)
Set how a frame is bound to a text document.
|
void |
Control.setAchorType(StyleTypeDefinitions.AnchorType achorType)
Set how a form control is bound to a text document.
|
void |
ControlStyleHandler.setAchorType(StyleTypeDefinitions.AnchorType achorType)
Set how a form control is bound to a text document.
|
Modifier and Type | Method and Description |
---|---|
void |
FormControl.setAnchorType(StyleTypeDefinitions.AnchorType anchorType)
Set the anchor position how this form control is bound to a text
document.
|
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.AnchorType |
StyleTypeDefinitions.AnchorType.enumValueOf(String aValue) |
static StyleTypeDefinitions.AnchorType |
StyleTypeDefinitions.AnchorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.AnchorType[] |
StyleTypeDefinitions.AnchorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.