Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid Interface Reference

List of all members.

Public Member Functions

IPDFTextCellStyle getDefaultTextCellStyle ()
void setDefaultTextCellStyle (IPDFTextCellStyle defaultStyle)
IPDFImageCellStyle getDefaultImageCellStyle ()
void setDefaultImageCellStyle (IPDFImageCellStyle defaultStyle)
IPDFColumn getColumn (int columnIndex)

Detailed Description

Representation of a PDF document.


Member Function Documentation

IPDFColumn com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid.getColumn ( int  columnIndex)
Parameters:
columnIndexthe column index
Returns:
the column
IPDFImageCellStyle com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid.getDefaultImageCellStyle ( )
Returns:
the default imagecell style
IPDFTextCellStyle com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid.getDefaultTextCellStyle ( )
Returns:
the default textcell style
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid.setDefaultImageCellStyle ( IPDFImageCellStyle  defaultStyle)
Parameters:
defaultStylethe default imagecell style to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid.setDefaultTextCellStyle ( IPDFTextCellStyle  defaultStyle)
Parameters:
defaultStylethe default textcell style to set

The documentation for this interface was generated from the following file: