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

Packages that use StyleTypeDefinitions.HorizontalAlignmentType
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

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

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.HorizontalAlignmentType
static StyleTypeDefinitions.HorizontalAlignmentType StyleTypeDefinitions.HorizontalAlignmentType.enumValueOf(String aValue)
           
 StyleTypeDefinitions.HorizontalAlignmentType ParagraphProperties.getHorizontalAlignment()
          Return the horizontal alignment.
static StyleTypeDefinitions.HorizontalAlignmentType StyleTypeDefinitions.HorizontalAlignmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.HorizontalAlignmentType[] StyleTypeDefinitions.HorizontalAlignmentType.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.HorizontalAlignmentType
 void ParagraphProperties.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
          Set the horizontal alignment.
 

Uses of StyleTypeDefinitions.HorizontalAlignmentType in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return StyleTypeDefinitions.HorizontalAlignmentType
 StyleTypeDefinitions.HorizontalAlignmentType CellStyleHandler.getHorizontalAlignment()
          Return the horizontal alignment.
 StyleTypeDefinitions.HorizontalAlignmentType Cell.getHorizontalAlignmentType()
          Return the horizontal alignment setting of this cell.
 

Methods in org.odftoolkit.simple.table with parameters of type StyleTypeDefinitions.HorizontalAlignmentType
 void Cell.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
          Set the horizontal alignment setting of this cell.
 void CellStyleHandler.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
          Set the horizontal alignment.
 

Uses of StyleTypeDefinitions.HorizontalAlignmentType in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text that return StyleTypeDefinitions.HorizontalAlignmentType
 StyleTypeDefinitions.HorizontalAlignmentType Paragraph.getHorizontalAlignment()
          Return the horizontal alignment setting of this paragraph.
 StyleTypeDefinitions.HorizontalAlignmentType ParagraphStyleHandler.getHorizontalAlignment()
          Return the horizontal alignment.
 

Methods in org.odftoolkit.simple.text with parameters of type StyleTypeDefinitions.HorizontalAlignmentType
 void Paragraph.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
          Set the horizontal alignment setting of this paragraph.
 void ParagraphStyleHandler.setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType alignType)
          Set the horizontal alignment.
 



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