Uses of Class
org.apache.poi.hslf.usermodel.HSLFTableCell
-
Packages that use HSLFTableCell Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFTableCell in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel declared as HSLFTableCell Modifier and Type Field Description protected HSLFTableCell[][]HSLFTable. cellsMethods in org.apache.poi.hslf.usermodel that return HSLFTableCell Modifier and Type Method Description HSLFTableCellHSLFTable. getCell(int row, int col)protected HSLFTableCellHSLFTable. getRelativeCell(HSLFTableCell origin, int row, int col)protected HSLFTableCellHSLFTableCell. getSiblingCell(int row, int col)Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTableCell Modifier and Type Method Description protected HSLFTableCellHSLFTable. getRelativeCell(HSLFTableCell origin, int row, int col)
-