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

Packages that use DataRegion
com.acesoft.aceoffix.wordwriter   
 

Uses of DataRegion in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return DataRegion
 DataRegion WordDocument.createDataRegion(java.lang.String newDataRegionName, DataRegionInsertType insertType, java.lang.String relativeDataRegionName)
          Creates a new DataRegion and returns a DataRegion object.
 DataRegion WordDocument.openDataRegion(java.lang.String dataRegionName)
          Opens the specified DataRegion and returns a DataRegion object.