Class PdfCell
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
A PdfCell is the PDF translation of a Cell . A PdfCell is an ArrayList of PdfLine s. @see iTextSharp.text.Rectangle @see iTextSharp.text.Cell @see PdfLine @see PdfTable
public class PdfCell : Rectangle, IElement
- Inheritance
-
PdfCell
- Implements
- Inherited Members
Constructors
PdfCell(Cell, int, float, float, float, float, float)
constructors
public PdfCell(Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding)
Parameters
cell
Cellthe original Cell
rownumber
intthe number of the Row the Cell was in.
left
floatthe left border of the PdfCell
right
floatthe right border of the PdfCell
top
floatthe top border of the PdfCell
cellspacing
floatthe cellspacing of the Table
cellpadding
floatthe cellpadding of the Table
Properties
Bottom
public override float Bottom { get; set; }
Property Value
Cellpadding
membervariables
public float Cellpadding { get; }
Property Value
Cellspacing
This is the cellspacing of the cell.
public float Cellspacing { get; }
Property Value
GroupNumber
This is the number of the group the cell is in.
public int GroupNumber { get; set; }
Property Value
Leading
This is the leading of the lines.
public float Leading { get; }
Property Value
Left
public override float Left { get; }
Property Value
RemainingHeight
public float RemainingHeight { get; }
Property Value
Right
public override float Right { get; }
Property Value
Rownumber
This is the number of the row the cell is in.
public int Rownumber { get; }
Property Value
Rowspan
This is the rowspan of the cell.
public int Rowspan { get; }
Property Value
Size
public int Size { get; }
Property Value
Top
public override float Top { get; }
Property Value
UseAscender
Gets the value of {@link #useAscender}
public bool UseAscender { get; set; }
Property Value
- bool
useAscender
UseBorderPadding
Sets the value of {@link #useBorderPadding}.
public bool UseBorderPadding { get; set; }
Property Value
UseDescender
Gets the value of {@link #useDescender}
public bool UseDescender { get; set; }
Property Value
- bool
useDescender
Methods
GetImages(float, float)
public IList<Image> GetImages(float top, float bottom)
Parameters
Returns
GetLines(float, float)
public IList<PdfLine> GetLines(float top, float bottom)
Parameters
Returns
ProcessActions(IElement, PdfAction, IList<PdfAction>)
protected static void ProcessActions(IElement element, PdfAction action, IList<PdfAction> allActions)
Parameters
Rectangle(float, float)
public Rectangle Rectangle(float top, float bottom)