@Deprecated public class PDFImageCellStyle extends PDFCellStyle implements IPDFImageCellStyle
IPDFImageCellStyle.HorizontalAlignmentbackGroundColor, borderColors, borderTypes| Constructor and Description |
|---|
PDFImageCellStyle()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IPDFImageCellStyle.HorizontalAlignment |
getHorizontalAlignment()
Deprecated.
|
com.lowagie.text.pdf.PdfPCell |
getStyledCell(String imagePath)
Deprecated.
|
boolean |
isShouldFitToCell()
Deprecated.
|
void |
setHorizontalAlignment(IPDFImageCellStyle.HorizontalAlignment horizontalAlignment)
Deprecated.
|
void |
setShouldFitToCell(boolean shouldFitToCell)
Deprecated.
|
getBackGroundColor, setBackGroundColor, setBorderColor, setBorders, setBorderWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetBackGroundColor, setBorderColor, setBorderWidthpublic boolean isShouldFitToCell()
public void setShouldFitToCell(boolean shouldFitToCell)
setShouldFitToCell in interface IPDFImageCellStyleshouldFitToCell - the shouldFitToCell to setpublic IPDFImageCellStyle.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(IPDFImageCellStyle.HorizontalAlignment horizontalAlignment)
setHorizontalAlignment in interface IPDFImageCellStylehorizontalAlignment - the horizontalAlignment to setpublic com.lowagie.text.pdf.PdfPCell getStyledCell(String imagePath)
getStyledCell in class PDFCellStyle