iText 5

CellWrapper

CellWrapper 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.CellWrapper[[CellWrapper]] end subgraph iTextSharp.text iTextSharp.text.ITextElementArray[[ITextElementArray]] class iTextSharp.text.ITextElementArray interfaceStyle; iTextSharp.text.IElement[[IElement]] class iTextSharp.text.IElement interfaceStyle; end iTextSharp.text.ITextElementArray --> iTextSharp.text.html.simpleparser.CellWrapper iTextSharp.text.IElement --> iTextSharp.text.ITextElementArray

Members

Properties

Public properties

Type

Name

Methods

PdfPCell

Cell

get

IList<

Chunk

>

Chunks

get

bool

IsPercentage

get

int

Type

get

float

Width

get

Methods

Public methods

Details

Inheritance

Constructors

CellWrapper

Source code

public CellWrapper(string tag, ChainedProperties chain)

Arguments

Type

Name

Description

string

tag

ChainedProperties

chain

Methods

CreatePdfPCell

Source code

public virtual PdfPCell CreatePdfPCell(string tag, ChainedProperties chain)

Arguments

Type

Name

Description

string

tag

ChainedProperties

chain

Add

Source code

public virtual bool Add(IElement o)

Arguments

Type

Name

Description

IElement

o

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()

ToString

Source code

public override string ToString()

Properties

Chunks

public virtual IList<Chunk> Chunks { get; }

Type

public virtual int Type { get; }

Cell

public virtual PdfPCell Cell { get; }

Width

public virtual float Width { get; }

IsPercentage

public virtual bool IsPercentage { get; }

Generated with ModularDoc