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

List of all members.

Public Types

enum  HorizontalAlignment { MIDDLE = (Image.MIDDLE), LEFT = (Image.LEFT), RIGHT = (Image.RIGHT) }

Public Member Functions

void setShouldFitToCell (boolean shouldFitToCell)
void setHorizontalAlignment (HorizontalAlignment horizontalAlignment)

Detailed Description

PDF image cell style.


Member Enumeration Documentation


Member Function Documentation

void com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle.setHorizontalAlignment ( HorizontalAlignment  horizontalAlignment)
Parameters:
horizontalAlignmentthe horizontal alignment to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle.setShouldFitToCell ( boolean  shouldFitToCell)
Parameters:
shouldFitToCell

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