@Deprecated public class PDFTextCellStyle extends PDFCellStyle implements IPDFTextCellStyle
IPDFTextCellStyle.FontStyle, IPDFTextCellStyle.HorizontalAlignment, IPDFTextCellStyle.VerticalAlignmentbackGroundColor, borderColors, borderTypes| Constructor and Description |
|---|
PDFTextCellStyle()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IPDFTextCellStyle.HorizontalAlignment |
getHorizontalAlignment()
Deprecated.
|
com.lowagie.text.pdf.PdfPCell |
getStyledCell(String content)
Deprecated.
|
IPDFTextCellStyle.VerticalAlignment |
getVerticalAlignment()
Deprecated.
|
void |
setFontStyle(String fontName,
float height,
IPDFTextCellStyle.FontStyle fontStyle,
Color fontColor)
Deprecated.
Possible fontnames : "Courier","Helvetica","Times-Roman";
|
void |
setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment horizontalAlignment)
Deprecated.
|
void |
setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment verticalAlignment)
Deprecated.
|
getBackGroundColor, setBackGroundColor, setBorderColor, setBorders, setBorderWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetBackGroundColor, setBorderColor, setBorderWidthpublic com.lowagie.text.pdf.PdfPCell getStyledCell(String content)
getStyledCell in class PDFCellStylepublic void setFontStyle(String fontName, float height, IPDFTextCellStyle.FontStyle fontStyle, Color fontColor)
setFontStyle in interface IPDFTextCellStylefontName - height - fontStyle - fontColor - public IPDFTextCellStyle.VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment verticalAlignment)
setVerticalAlignment in interface IPDFTextCellStyleverticalAlignment - the verticalAlignment to setpublic IPDFTextCellStyle.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment horizontalAlignment)
setHorizontalAlignment in interface IPDFTextCellStylehorizontalAlignment - the horizontalAlignment to set