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

Packages that use StyleTypeDefinitions.VerticalRelative
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.VerticalRelative in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw that return StyleTypeDefinitions.VerticalRelative
 StyleTypeDefinitions.VerticalRelative FrameStyleHandler.getVerticalRelative()
          Return the vertical relative
 

Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.VerticalRelative
 void FrameStyleHandler.setVerticalRelative(StyleTypeDefinitions.VerticalRelative relative)
          Set the vertical relative
 

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

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.VerticalRelative
static StyleTypeDefinitions.VerticalRelative StyleTypeDefinitions.VerticalRelative.enumValueOf(String aValue)
           
 StyleTypeDefinitions.VerticalRelative GraphicProperties.getVerticalRelative()
          Return the vertical relative
static StyleTypeDefinitions.VerticalRelative StyleTypeDefinitions.VerticalRelative.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.VerticalRelative[] StyleTypeDefinitions.VerticalRelative.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.VerticalRelative
 void GraphicProperties.setVerticalRelative(StyleTypeDefinitions.VerticalRelative relative)
          Set the vertical relative
 



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