Uses of Class
com.acesoft.aceoffix.wordreader.Table

Packages that use Table
com.acesoft.aceoffix.wordreader   
 

Uses of Table in com.acesoft.aceoffix.wordreader
 

Methods in com.acesoft.aceoffix.wordreader that return Table
 Table DataRegion.openTable(int index)
          Opens the specified table and returns a Table object.
 

Methods in com.acesoft.aceoffix.wordreader that return types with arguments of type Table
 java.util.ArrayList<Table> DataRegion.getTables()
          Gets the Table collection contained in DataRegion.