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

Packages that use CellStyleId
com.arctorus.documents.table   
 

Uses of CellStyleId in com.arctorus.documents.table
 

Fields in com.arctorus.documents.table declared as CellStyleId
static CellStyleId CellStyleId.DEFAULT
          Id of the default cell style.
 

Methods in com.arctorus.documents.table that return CellStyleId
 CellStyleId CellStyle.getId()
          Get Id of this cell style.
 CellStyleId MergedCell.getStyleId()
          Get cell style id.
 CellStyleId Cell.getStyleId()
          Get style id of the cell.
 

Methods in com.arctorus.documents.table with parameters of type CellStyleId
 CellStyle CellStyleManager.getCellStyle(CellStyleId cellStyleId)
          Get existing cell style by id.
 void MergedCell.setStyleId(CellStyleId styleId)
          Set cell style id.
 void Cell.setStyleId(CellStyleId styleId)
          Set new style id of the cell.