Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell Interface Reference
+ Inheritance diagram for com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell:

List of all members.

Public Member Functions

void setStyle (IPDFCellStyle style)
void setContent (String content)
void setColSpan (int colSpan)

Detailed Description

Representation of a PDF cell.


Member Function Documentation

void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell.setColSpan ( int  colSpan)
Parameters:
colSpanthe column span to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell.setContent ( String  content)
Parameters:
contentthe content to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell.setStyle ( IPDFCellStyle  style)
Parameters:
stylethe style to set

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