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

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

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

Methods in org.odftoolkit.simple.draw that return StyleTypeDefinitions.FrameVerticalPosition
 StyleTypeDefinitions.FrameVerticalPosition Image.getVerticalPosition()
          Return the vertical position
 StyleTypeDefinitions.FrameVerticalPosition FrameStyleHandler.getVerticalPosition()
          Return the vertical position
 

Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.FrameVerticalPosition
 void Image.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
          Set the vertical position
 void FrameStyleHandler.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
          Set the vertical position
 

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

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.FrameVerticalPosition
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.
 

Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.FrameVerticalPosition
 void GraphicProperties.setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition verticalPos)
          Set the vertical position
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.