Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTable

Packages that use XWPFTable
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFTable in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFTable
protected  java.util.List<XWPFTable> XWPFDocument.tables
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFTable
 XWPFTable[] XWPFHeaderFooter.getTables()
          Return the table(s) that holds the text of the header or footer, for complex cases where a paragraph isn't used.
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTable
 java.util.Iterator<XWPFTable> XWPFDocument.getTablesIterator()
           
 



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