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

Packages that use DataRegion
com.acesoft.aceoffix.wordreader   
 

Uses of DataRegion in com.acesoft.aceoffix.wordreader
 

Methods in com.acesoft.aceoffix.wordreader that return DataRegion
 DataRegion WordDocumentPHP.openDataRegion(java.lang.String dataRegionName)
          Opens the specified DataRegion and returns the DataRegion object.
 DataRegion WordDocument.openDataRegion(java.lang.String dataRegionName)
          Opens the specified DataRegion and returns the DataRegion object.
 

Methods in com.acesoft.aceoffix.wordreader that return types with arguments of type DataRegion
 java.util.ArrayList<DataRegion> WordDocumentPHP.getDataRegions()
          Gets the DataRegion collection in the current Word document.
 java.util.ArrayList<DataRegion> WordDocument.getDataRegions()
          Gets the DataRegion collection in the current Word document.