Uses of Class
com.arctorus.documents.HorizontalAlignmentType

Packages that use HorizontalAlignmentType
com.arctorus.documents   
com.arctorus.documents.table   
 

Uses of HorizontalAlignmentType in com.arctorus.documents
 

Methods in com.arctorus.documents that return HorizontalAlignmentType
 HorizontalAlignmentType Paragraph.getHorizontalAlignment()
          Get horizontal alignment of a paragraph.
static HorizontalAlignmentType HorizontalAlignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HorizontalAlignmentType[] HorizontalAlignmentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents with parameters of type HorizontalAlignmentType
 void Paragraph.setHorizontalAlignment(HorizontalAlignmentType horizontalAlignment)
          Set horizontal alignment of a paragraph.
 

Uses of HorizontalAlignmentType in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return HorizontalAlignmentType
 HorizontalAlignmentType CellStyle.getHorizontalAlignment()
          Get horizontal alignment of a cell content.
 

Methods in com.arctorus.documents.table with parameters of type HorizontalAlignmentType
 CellStyle CellStyleManager.createCellStyle(FillFormat fillFormat, HorizontalAlignmentType horizontalAlignment, VerticalAlignmentType verticalAlignment)
          Creates NEW cell style with the specified fill format, vertical and horizontal alignment.
 CellStyle CellStyleManager.createCellStyle(FillFormat fillFormat, HorizontalAlignmentType horizontalAlignment, VerticalAlignmentType verticalAlignment, boolean shrinkToFit, boolean wrapText, TextRotationType textRotationType)
          Creates NEW cell style with the specified parameters.
 CellStyle CellStyleManager.findCellStyle(FillFormat fillFormat, HorizontalAlignmentType horizontalAlignment, VerticalAlignmentType verticalAlignment, boolean shrinkToFit, boolean wrapText)
          Returns existing cell style with the specified parameters and TextRotationType.DEFAULT.
 CellStyle CellStyleManager.findCellStyle(FillFormat fillFormat, HorizontalAlignmentType horizontalAlignment, VerticalAlignmentType verticalAlignment, boolean shrinkToFit, boolean wrapText, TextRotationType textRotationType)
          Returns existing cell style with the specified parameters.
 void CellStyle.setHorizontalAlignment(HorizontalAlignmentType horizontalAlignment)
          Set horizontal alignment of a cell content.