Uses of Class
com.arctorus.documents.table.CellStyle

Packages that use CellStyle
com.arctorus.documents.table   
 

Uses of CellStyle in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return CellStyle
 CellStyle CellStyle.clone()
          Creates and returns a copy of this object.
 CellStyle CellStyleManager.createCellStyle(FillFormat fillFormat)
          Creates NEW cell style with the specified fill format.
 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.
 CellStyle CellStyleManager.getCellStyle(CellStyleId cellStyleId)
          Get existing cell style by id.
 CellStyle CellStyleManager.getDefaultCellStyle()
          Get default cell style.
 

Methods in com.arctorus.documents.table that return types with arguments of type CellStyle
 java.util.List<CellStyle> CellStyleManager.getCellStyleList()
          Get full collection of cell styles.
 

Methods in com.arctorus.documents.table with parameters of type CellStyle
 void MergedCell.setStyle(CellStyle cellStyle)
          Set cell style.
 void Cell.setStyle(CellStyle cellStyle)
          Set new style of the cell.