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

List of all members.

Public Member Functions

void setBorderColor (BorderSide borderSide, Color color)
void setBorderWidth (BorderSide borderSide, float width)
void setBackGroundColor (Color backGroundColor)

Detailed Description

Representation of a pdf cell style.


Member Function Documentation

void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle.setBackGroundColor ( Color  backGroundColor)
Parameters:
backGroundColorthe background color to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle.setBorderColor ( BorderSide  borderSide,
Color  color 
)
Parameters:
borderSidethe borderside to set
colorthe color to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle.setBorderWidth ( BorderSide  borderSide,
float  width 
)
Parameters:
borderSidethe borderside to set
widththe width to set

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