Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.exportmanager.ExportManagerModule Member List
This is the complete list of members for com.mendix.modules.exportmanager.ExportManagerModule, including all inherited members.
createExcelGrid()com.mendix.modules.exportmanager.ExportManagerModule [static]
createPDFGrid(int[] columnsPerPage, float[] columnWidths)com.mendix.modules.exportmanager.ExportManagerModule [static]
createPDFGrid(int[] columnsPerPage)com.mendix.modules.exportmanager.ExportManagerModule [static]
generatePDF(IContext context, IMendixObject fileObject, String fileName, IPDFGrid grid, boolean isLandscape, float marginLeft, float marginRight, float marginTop, float marginBottom)com.mendix.modules.exportmanager.ExportManagerModule [static]
generatePDF(IContext context, IMendixObject fileObject, String fileName, IPDFGrid grid, boolean isLandscape)com.mendix.modules.exportmanager.ExportManagerModule [static]
generatePDF(IContext context, IMendixObject fileObject, String fileName, String oqlQuery, List< String > headerNames, int[] columnsPerPage, float[] columnWidths, boolean isLandscape, float marginLeft, float marginRight, float marginTop, float marginBottom)com.mendix.modules.exportmanager.ExportManagerModule [static]
generatePDF(IContext context, IMendixObject fileObject, String fileName, String oqlQuery, List< String > headerNames, int[] columnsPerPage, float[] columnWidths, boolean isLandscape)com.mendix.modules.exportmanager.ExportManagerModule [static]
generatePDF(IContext context, IMendixObject fileObject, String fileName, String oqlQuery, int[] columnsPerPage, float[] columnWidths, boolean isLandscape)com.mendix.modules.exportmanager.ExportManagerModule [static]
generateXLS(IContext context, IMendixObject fileObject, String fileName, IExcelGrid grid)com.mendix.modules.exportmanager.ExportManagerModule [static]
generateXLS(IContext context, IMendixObject fileObject, String fileName, List< IExcelGrid > grids)com.mendix.modules.exportmanager.ExportManagerModule [static]
generateXLS(IContext context, IMendixObject fileObject, String fileName, List< String > oqlQueries, boolean autoSizeColumns)com.mendix.modules.exportmanager.ExportManagerModule [static]
generateXLS(IContext context, IMendixObject fileObject, String fileName, String oqlQuery, boolean autoSizeColumns)com.mendix.modules.exportmanager.ExportManagerModule [static]
generateXLS(IContext context, IMendixObject fileObject, String fileName, String oqlQuery, boolean autoSizeColumns, List< String > headerNames)com.mendix.modules.exportmanager.ExportManagerModule [static]