C# Class iTextSharp.tool.xml.html.table.TableRowElement

Inheritance: IElement
Show file Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
TableRowElement ( IList currentContent, Place place ) : System

Method Details

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

TableRowElement() public method

public TableRowElement ( IList currentContent, Place place ) : System
currentContent IList
place Place
return System