![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Inheritance diagram for com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle: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) |
Cell style for pdf text content.
| void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setFontStyle | ( | String | fontName, |
| float | height, | ||
| FontStyle | fontStyle, | ||
| Color | fontColor | ||
| ) |
| fontName | the font name to set |
| height | the height to set |
| fontStyle | the font style to set |
| fontColor | the font color to set |
| void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setHorizontalAlignment | ( | HorizontalAlignment | horizontalAlignment | ) |
| horizontalAlignment | the horizontal alignment to set |
| void com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.setVerticalAlignment | ( | VerticalAlignment | verticalAlignment | ) |
| verticalAlignment | the vertical alignment to set |