iText 5

TableWrapper

TableWrapper Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.html.simpleparser iTextSharp.text.html.simpleparser.TableWrapper[[TableWrapper]] end subgraph iTextSharp.text iTextSharp.text.IElement[[IElement]] class iTextSharp.text.IElement interfaceStyle; end iTextSharp.text.IElement --> iTextSharp.text.html.simpleparser.TableWrapper

Members

Properties

Public properties

Type

Name

Methods

IList<

Chunk

>

Chunks

get

float``[]

ColWidths

set

int

Type

get

Methods

Public methods

Returns

Name

void

AddRow

(IList<

PdfPCell

> row)

PdfPTable

CreateTable

()

bool

IsContent

()

bool

IsNestable

()

bool

Process

(

IElementListener

listener)

Details

Inheritance

Constructors

TableWrapper

Source code

public TableWrapper(IDictionary<string, string> attrs)

Arguments

Type

Name

Description

IDictionary<string, string>

attrs

Methods

AddRow

Source code

public virtual void AddRow(IList<PdfPCell> row)

Arguments

Type

Name

Description

IList<

PdfPCell

>

row

CreateTable

Source code

public virtual PdfPTable CreateTable()

Process

Source code

public virtual bool Process(IElementListener listener)

Arguments

Type

Name

Description

IElementListener

listener

IsContent

Source code

public virtual bool IsContent()

IsNestable

Source code

public virtual bool IsNestable()

Properties

ColWidths

public virtual float ColWidths { set; }

Type

public virtual int Type { get; }

Chunks

public virtual IList<Chunk> Chunks { get; }

Generated with ModularDoc