Java com.lowagie.text.pdf PdfPCell fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfPCell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfPCell.

The text is from its open source code.

Subclass

com.lowagie.text.pdf.PdfPCell has subclasses.
Click this link to see all its subclasses.

Constructor

PdfPCell(Phrase phrase)
Constructs a PdfPCell with a Phrase.
PdfPCell(Image image)
Constructs a PdfPCell with an Image.
PdfPCell(PdfPTable table)
Constructs a PdfPCell with a PdfPtable.
PdfPCell(PdfPCell cell)
Constructs a deep copy of a PdfPCell.
PdfPCell()
Constructs an empty PdfPCell.
PdfPCell(Image image, boolean fit)
Constructs a PdfPCell with an Image.
PdfPCell(PdfPTable table, PdfPCell style)
Constructs a PdfPCell with a PdfPtable.

Method

voidaddElement(Element element)
Adds an iText element to the cell.
voidcloneNonPositionParameters(Rectangle rect)
Copies each of the parameters, except the position, from a Rectangle object
voiddisableBorderSide(int side)
Disables the border on the specified side.
voidenableBorderSide(int side)
Enables the border on the specified side.
ColorgetBackgroundColor()
Gets the backgroundcolor.
intgetBorder()
Returns the exact type of the border.
ColorgetBorderColor()
Gets the color of the border.
ColorgetBorderColorBottom()
Gets the color of the bottom border.
ColorgetBorderColorLeft()
Gets the color of the left border.
ColorgetBorderColorRight()
Gets the color of the right border.
ColorgetBorderColorTop()
Gets the color of the top border.
floatgetBorderWidth()
Gets the borderwidth.
floatgetBorderWidthBottom()
Gets the width of the bottom border.
floatgetBorderWidthLeft()
Gets the width of the left border.
floatgetBorderWidthRight()
Gets the width of the right border.
floatgetBorderWidthTop()
Gets the width of the top border.
intgetColspan()
Getter for property colspan.
ColumnTextgetColumn()
Gets the ColumnText with the content of the cell.
ListgetCompositeElements()
Returns the list of composite elements of the column.
floatgetGrayFill()
Gets the grayscale.
intgetHorizontalAlignment()
Gets the horizontal alignment for the cell.
ImagegetImage()
Getter for property image.
floatgetLeading()
Gets the fixed leading.
floatgetLeft()
Returns the lower left x-coordinate.
floatgetMaxHeight()
Returns the height of the cell.
floatgetPaddingBottom()
Getter for property paddingBottom.
floatgetPaddingLeft()
floatgetPaddingRight()
Getter for property paddingRight.
floatgetPaddingTop()
Getter for property paddingTop.
PhrasegetPhrase()
Gets the Phrase from this cell.
floatgetRight()
Returns the upper right x-coordinate.
intgetRowspan()
Getter for property rowspan.
PdfPTablegetTable()
Getter for property table.
intgetVerticalAlignment()
Gets the vertical alignment for the cell.
voidsetBackgroundColor(Color backgroundColor)
Sets the backgroundcolor of the rectangle.
voidsetBorder(int border)
Enables/Disables the border on the specified sides.
voidsetBorderColor(Color borderColor)
Sets the color of the border.
voidsetBorderColorBottom(Color borderColorBottom)
Sets the color of the bottom border.
voidsetBorderColorLeft(Color borderColorLeft)
Sets the color of the left border.
voidsetBorderColorRight(Color borderColorRight)
Sets the color of the right border.
voidsetBorderColorTop(Color borderColorTop)
Sets the color of the top border.
voidsetBorderWidth(float borderWidth)
Sets the borderwidth of the table.
voidsetBorderWidthBottom(float borderWidthBottom)
Sets the width of the bottom border.
voidsetBorderWidthLeft(float borderWidthLeft)
Sets the width of the left border.
voidsetBorderWidthRight(float borderWidthRight)
Sets the width of the right border.
voidsetBorderWidthTop(float borderWidthTop)
Sets the width of the top border.
voidsetCellEvent(PdfPCellEvent cellEvent)
Sets the cell event for this cell.
voidsetColspan(int colspan)
Setter for property colspan.
voidsetColumn(ColumnText column)
Sets the columntext in the cell.
voidsetExtraParagraphSpace(float extraParagraphSpace)
Sets the extra space between paragraphs.
voidsetFixedHeight(float fixedHeight)
Set a fixed height for the cell.
voidsetGrayFill(float value)
Sets the the background color to a grayscale value.
voidsetHorizontalAlignment(int horizontalAlignment)
Sets the horizontal alignment for the cell.
voidsetImage(Image image)
Setter for property image.
voidsetIndent(float indent)
Sets the first paragraph line indent.
voidsetLeading(float fixedLeading, float multipliedLeading)
Sets the leading fixed and variable.
voidsetMinimumHeight(float minimumHeight)
Set a minimum height for the cell.
voidsetNoWrap(boolean noWrap)
Setter for property noWrap.
voidsetPadding(float padding)
Sets the padding of the contents in the cell (space between content and border).
voidsetPaddingBottom(float paddingBottom)
Setter for property paddingBottom.
voidsetPaddingLeft(float paddingLeft)
Setter for property paddingLeft.
voidsetPaddingRight(float paddingRight)
Setter for property paddingRight.
voidsetPaddingTop(float paddingTop)
Setter for property paddingTop.
voidsetPhrase(Phrase phrase)
Sets the Phrase for this cell.
voidsetRotation(int rotation)
Sets the rotation of the cell.
voidsetRowspan(int rowspan)
Setter for property rowspan.
voidsetRunDirection(int runDirection)
Sets the run direction of the text content in the cell.
voidsetUseAscender(boolean useAscender)
Enables/ Disables adjustment of first line height based on max ascender.
voidsetUseBorderPadding(boolean use)
Adjusts effective padding to include border widths.
voidsetUseDescender(boolean useDescender)
Setter for property useDescender.
voidsetUseVariableBorders(boolean useVariableBorders)
Sets a parameter indicating if the rectangle has variable borders
voidsetVerticalAlignment(int verticalAlignment)
Sets the vertical alignment for the cell.