Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableRow

Packages that use XSLFTableRow
org.apache.poi.xslf.usermodel   
 

Uses of XSLFTableRow in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFTableRow
 XSLFTableRow XSLFTable.addRow()
           
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTableRow
 java.util.List<XSLFTableRow> XSLFTable.getRows()
           
 java.util.Iterator<XSLFTableRow> XSLFTable.iterator()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.