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

List of all members.

Public Types

enum  VerticalAlignment { MIDDLE = (Element.ALIGN_MIDDLE), TOP = (Element.ALIGN_TOP), BOTTOM = (Element.ALIGN_BOTTOM) }
enum  HorizontalAlignment { CENTER = (Element.ALIGN_CENTER), LEFT = (Element.ALIGN_LEFT), RIGHT = (Element.ALIGN_RIGHT), JUSTIFY = (Element.ALIGN_JUSTIFIED) }
enum  FontStyle {
  BOLD = (Font.BOLD), BOLD_ITALIC = (Font.BOLDITALIC), STRIKETHRU = (Font.STRIKETHRU), NORMAL = (Font.NORMAL),
  ITALIC = (Font.ITALIC), UNDERLINE = (Font.UNDERLINE)
}

Public Member Functions

void setFontStyle (String fontName, float height, FontStyle fontStyle, Color fontColor)
void setVerticalAlignment (VerticalAlignment verticalAlignment)
void setHorizontalAlignment (HorizontalAlignment horizontalAlignment)

Detailed Description

Cell style for pdf text content.


Member Enumeration Documentation

Enumerator:
BOLD 
BOLD_ITALIC 
STRIKETHRU 
NORMAL 
ITALIC 
UNDERLINE 

Member Function Documentation

void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setFontStyle ( String  fontName,
float  height,
FontStyle  fontStyle,
Color  fontColor 
)
Parameters:
fontNamethe font name to set
heightthe height to set
fontStylethe font style to set
fontColorthe font color to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setHorizontalAlignment ( HorizontalAlignment  horizontalAlignment)
Parameters:
horizontalAlignmentthe horizontal alignment to set
void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setVerticalAlignment ( VerticalAlignment  verticalAlignment)
Parameters:
verticalAlignmentthe vertical alignment to set

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