@Deprecated public class PDFImageCellStyle extends PDFCellStyle implements IPDFImageCellStyle
IPDFImageCellStyle.HorizontalAlignment
backGroundColor, 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, setBorderWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setBackGroundColor, setBorderColor, setBorderWidth
public boolean isShouldFitToCell()
public void setShouldFitToCell(boolean shouldFitToCell)
setShouldFitToCell
in interface IPDFImageCellStyle
shouldFitToCell
- the shouldFitToCell to setpublic IPDFImageCellStyle.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(IPDFImageCellStyle.HorizontalAlignment horizontalAlignment)
setHorizontalAlignment
in interface IPDFImageCellStyle
horizontalAlignment
- the horizontalAlignment to setpublic com.lowagie.text.pdf.PdfPCell getStyledCell(String imagePath)
getStyledCell
in class PDFCellStyle