@Deprecated public abstract class PDFCell extends Object implements IPDFCell
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasDefaultStyle
Deprecated.
|
Constructor and Description |
---|
PDFCell(int row,
int column,
String content)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getColSpan()
Deprecated.
|
int |
getColumn()
Deprecated.
|
String |
getContent()
Deprecated.
|
int |
getRow()
Deprecated.
|
abstract IPDFCellStyle |
getStyle()
Deprecated.
|
com.lowagie.text.pdf.PdfPCell |
getStyledCell()
Deprecated.
Get styled cell
|
boolean |
hasDefaultStyle()
Deprecated.
|
void |
setColSpan(int colSpan)
Deprecated.
|
void |
setContent(String content)
Deprecated.
|
void |
setHasDefaultStyle(boolean hasDefaultStyle)
Deprecated.
|
public PDFCell(int row, int column, String content)
public int getRow()
public int getColumn()
public abstract IPDFCellStyle getStyle()
public com.lowagie.text.pdf.PdfPCell getStyledCell()
public String getContent()
public void setContent(String content)
setContent
in interface IPDFCell
content
- the content to setpublic boolean hasDefaultStyle()
public void setHasDefaultStyle(boolean hasDefaultStyle)
hasDefaultStyle
- the hasDefaultStyle to setpublic int getColSpan()
public void setColSpan(int colSpan)
setColSpan
in interface IPDFCell
colSpan
- the colSpan to set