Uses of Class
com.arctorus.documents.FillFormat

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

Uses of FillFormat in com.arctorus.documents
 

Methods in com.arctorus.documents that return FillFormat
 FillFormat FillFormat.clone()
          Creates and returns a copy of this object.
 FillFormat Shape.getFillFormat()
          Get fill style of a shape.
 

Methods in com.arctorus.documents with parameters of type FillFormat
 void Shape.setFillFormat(FillFormat fillFormat)
          Set fill style of a shape.
 

Uses of FillFormat in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return FillFormat
 FillFormat CellStyle.getFillFormat()
          Get fill properties of a cell.
 

Methods in com.arctorus.documents.table with parameters of type FillFormat
 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.
 void CellStyle.setFillFormat(FillFormat fillFormat)
          Set fill properties of a cell.