Class PdfTable
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
PdfTable is an object that contains the graphics and text of a table. @see iTextSharp.text.Table @see iTextSharp.text.Row @see iTextSharp.text.Cell @see PdfCell
public class PdfTable : Rectangle, IElement
- Inheritance
-
PdfTable
- Implements
- Inherited Members
Fields
Positions
membervariables
protected float[] Positions
Field Value
- float[]
Table
Original table used to build this object
protected Table Table
Field Value
Properties
Offset
methods
public float Offset { get; }
Property Value
- float
the space between this table and the previous element.
Type
@see com.lowagie.text.Element#type()
public override int Type { get; }
Property Value
Methods
HasToFitPageCells()
public bool HasToFitPageCells()
Returns
HasToFitPageTable()
public bool HasToFitPageTable()