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

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

Methods in org.odftoolkit.simple.draw that return StyleTypeDefinitions.HorizontalRelative
 StyleTypeDefinitions.HorizontalRelative FrameStyleHandler.getHorizontalRelative()
          Return the horizontal relative
 

Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.HorizontalRelative
 void FrameStyleHandler.setHorizontalRelative(StyleTypeDefinitions.HorizontalRelative relative)
          Set the horizontal relative
 

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

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

Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.HorizontalRelative
 void GraphicProperties.setHorizontalRelative(StyleTypeDefinitions.HorizontalRelative relative)
          Set the horizontal relative
 



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