Uses of Class
com.arctorus.documents.TextRotationType

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

Uses of TextRotationType in com.arctorus.documents
 

Methods in com.arctorus.documents that return TextRotationType
 TextRotationType TextBox.getTextRotationType()
          Get text rotation type in a text box.
static TextRotationType TextRotationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextRotationType[] TextRotationType.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 TextRotationType
 void TextBox.setTextRotationType(TextRotationType textRotationType)
          Set text rotation type in a text box.
 

Uses of TextRotationType in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return TextRotationType
 TextRotationType CellStyle.getTextRotationType()
          Get text rotation of a cell.
 

Methods in com.arctorus.documents.table with parameters of type TextRotationType
 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, TextRotationType textRotationType)
          Returns existing cell style with the specified parameters.
 void CellStyle.setTextRotationType(TextRotationType textRotationType)
          Set text rotation of a cell.