OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.data.AQDataSetSettings

Packages that use AQDataSetSettings
com.aquafold.openapi.data   
com.aquafold.openapi.report   
 

Uses of AQDataSetSettings in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data that return AQDataSetSettings
 AQDataSetSettings AQDataFactory.newDataSetSettings()
          Factory method returns a new empty setting instance for formatting an AQDataSet or an AQPivotDataSet in a 2-dimension grid.
 

Methods in com.aquafold.openapi.data with parameters of type AQDataSetSettings
 byte[] AQDataSet.getAsExcel2003(AQDataSetSettings settings, AQChart chart)
          Returns the data set, with chart enabled, as a byte array representing an Excel 2003 file.
 byte[] AQPivotDataSet.getAsExcel2003(AQDataSetSettings settings, AQChart chart)
          Returns the pivot data, with chart enabled, as a byte array representing an Excel 2003 file.
 byte[] AQDataSet.getAsExcel2007(AQDataSetSettings settings, AQChart chart)
          Returns the data set, with chart enabled, as a byte array representing an Excel 2007 file.
 byte[] AQPivotDataSet.getAsExcel2007(AQDataSetSettings settings, AQChart chart)
          Returns the pivot data, with chart enabled, as a byte array representing an Excel 2007 file.
 String AQDataSet.renderHtml(AQDataSetSettings settings)
          Converts the data set to a HTML document using the specified grid settings.
 String AQPivotDataSet.renderHtml(AQDataSetSettings settings)
          Converts the pivot data to a HTML document using the specified grid settings.
 String AQDataSet.renderHtml(AQDataSetSettings settings, AQChart chart)
          Converts the data set to a HTML document, with chart enabled, using the specified grid settings.
 String AQPivotDataSet.renderHtml(AQDataSetSettings settings, AQChart chart)
          Converts the pivot data to a HTML document, with chart enabled, using the specified grid settings.
 String AQDataSet.renderText(AQDataSetSettings settings)
          Converts the data set to a formatted plain text grid using the specified grid settings.
 String AQPivotDataSet.renderText(AQDataSetSettings settings)
          Converts the pivot data to a formatted plain text grid using the specified grid settings.
 void AQDataSet.saveAsExcel2003(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the data set, with chart enabled, as an Excel 2003 file.
 void AQPivotDataSet.saveAsExcel2003(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the pivot data, with chart enabled, as an Excel 2003 file.
 void AQDataSet.saveAsExcel2007(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the data set, with chart enabled, as an Excel 2007 file.
 void AQPivotDataSet.saveAsExcel2007(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the pivot data, with chart enabled, as an Excel 2007 file.
 

Uses of AQDataSetSettings in com.aquafold.openapi.report
 

Subinterfaces of AQDataSetSettings in com.aquafold.openapi.report
 interface AQReportDataSetSettings
          The AQReportDataSetSettings interface describes how a data set to be formatted when presented in a report.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.