C# Class iTextSharp.text.html.simpleparser.CellWrapper

Inheritance: ITextElementArray
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Add ( IElement o ) : bool
CellWrapper ( String tag, ChainedProperties chain ) : System
CreatePdfPCell ( String tag, ChainedProperties chain ) : PdfPCell
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
ToString ( ) : string

Method Details

Add() public method

public Add ( IElement o ) : bool
o IElement
return bool

CellWrapper() public method

public CellWrapper ( String tag, ChainedProperties chain ) : System
tag String
chain ChainedProperties
return System

CreatePdfPCell() public method

public CreatePdfPCell ( String tag, ChainedProperties chain ) : PdfPCell
tag String
chain ChainedProperties
return iTextSharp.text.pdf.PdfPCell

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

ToString() public method

public ToString ( ) : string
return string