Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableRow
-
Packages that use XSLFTableRow Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFTableRow in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTableRow Modifier and Type Method Description XSLFTableRowXSLFTable. addRow()XSLFTableRowXSLFTable. insertRow(int rowIdx)Insert a new row at the given index.Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTableRow Modifier and Type Method Description List<XSLFTableRow>XSLFTable. getRows()Iterator<XSLFTableRow>XSLFTable. iterator()
-