Table of Contents

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

Table

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

int

Methods

HasToFitPageCells()

public bool HasToFitPageCells()

Returns

bool

HasToFitPageTable()

public bool HasToFitPageTable()

Returns

bool