Uses of Class
ch.rabanti.picoxlsx4j.style.CellXf
-
Packages that use CellXf Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of CellXf in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return CellXf Modifier and Type Method Description CellXf
CellXf. copy()
Method to copy the current object to a new oneCellXf
Style. getCellXf()
Gets the cellXf component of the styleCellXf
StyleManager. getCellXfByHash(int hash)
Gets a cellXf by its hashCellXf[]
StyleManager. getCellXfs()
Gets all cellXfs of the style managerMethods in ch.rabanti.picoxlsx4j.style with parameters of type CellXf Modifier and Type Method Description void
Style. setCellXf(CellXf cellXfRef)
Sets the cellXf component of the style
-