@Deprecated public interface IPDFTextCellStyle extends IPDFCellStyle
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPDFTextCellStyle.FontStyle
Deprecated.
|
static class |
IPDFTextCellStyle.HorizontalAlignment
Deprecated.
|
static class |
IPDFTextCellStyle.VerticalAlignment
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFontStyle(String fontName,
float height,
IPDFTextCellStyle.FontStyle fontStyle,
Color fontColor)
Deprecated.
|
void |
setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment horizontalAlignment)
Deprecated.
|
void |
setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment verticalAlignment)
Deprecated.
|
setBackGroundColor, setBorderColor, setBorderWidthvoid setFontStyle(String fontName, float height, IPDFTextCellStyle.FontStyle fontStyle, Color fontColor)
fontName - the font name to setheight - the height to setfontStyle - the font style to setfontColor - the font color to setvoid setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment verticalAlignment)
verticalAlignment - the vertical alignment to setvoid setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment horizontalAlignment)
horizontalAlignment - the horizontal alignment to set