Uses of Class
org.odftoolkit.simple.style.StyleTypeDefinitions.AnchorType

Packages that use StyleTypeDefinitions.AnchorType
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. 
 

Uses of StyleTypeDefinitions.AnchorType in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.AnchorType
 void Control.setAchorType(StyleTypeDefinitions.AnchorType achorType)
          Set how a form control is bound to a text document.
 void FrameStyleHandler.setAchorType(StyleTypeDefinitions.AnchorType achorType)
          Set how a frame is bound to a text document.
 void ControlStyleHandler.setAchorType(StyleTypeDefinitions.AnchorType achorType)
          Set how a form control is bound to a text document.
 

Uses of StyleTypeDefinitions.AnchorType in org.odftoolkit.simple.form
 

Methods in org.odftoolkit.simple.form with parameters of type StyleTypeDefinitions.AnchorType
 void FormControl.setAnchorType(StyleTypeDefinitions.AnchorType anchorType)
          Set the anchor position how this form control is bound to a text document.
 

Uses of StyleTypeDefinitions.AnchorType in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.AnchorType
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-2017 The Apache Software Foundation. All Rights Reserved.