@Deprecated public class PDFExporter extends Object
Constructor and Description |
---|
PDFExporter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IMendixObject |
generatePDF(IContext context,
com.mendix.core.component.LocalComponent component,
IMendixObject fileObject,
String fileName,
IPDFGrid grid,
boolean isLandscape,
float marginLeft,
float marginRight,
float marginTop,
float marginBottom)
Deprecated.
Generate a PDF file based on a grid
|
static IMendixObject |
generatePDF(IContext context,
com.mendix.core.component.LocalComponent component,
IMendixObject fileObject,
String fileName,
String oqlQuery,
List<String> headerNames,
int[] columnsPerPage,
float[] columnWidths,
boolean isLandscape,
float marginLeft,
float marginRight,
float marginTop,
float marginBottom)
Deprecated.
|
public static IMendixObject generatePDF(IContext context, com.mendix.core.component.LocalComponent component, IMendixObject fileObject, String fileName, String oqlQuery, List<String> headerNames, int[] columnsPerPage, float[] columnWidths, boolean isLandscape, float marginLeft, float marginRight, float marginTop, float marginBottom) throws com.mendix.core.CoreException
com.mendix.core.CoreException
public static IMendixObject generatePDF(IContext context, com.mendix.core.component.LocalComponent component, IMendixObject fileObject, String fileName, IPDFGrid grid, boolean isLandscape, float marginLeft, float marginRight, float marginTop, float marginBottom) throws com.mendix.core.CoreException
grid
- the gridcom.mendix.core.CoreException