Uses of Class
org.nocrala.tools.texttablefmt.CellStyle

Uses of CellStyle in org.nocrala.tools.texttablefmt
 

Methods in org.nocrala.tools.texttablefmt with parameters of type CellStyle
 void Table.addCell(java.lang.String content, CellStyle style)
          Adds a cell with a specific cell style.
 void StreamingTable.addCell(java.lang.String content, CellStyle style)
          Adds a cell with a specific cell style.
 void Table.addCell(java.lang.String content, CellStyle style, int colSpan)
          Adds a cell with a specific cell style and colspan.
 void StreamingTable.addCell(java.lang.String content, CellStyle style, int colSpan)
          Adds a cell with a specific cell style and colspan.
 



Nocrala tools.