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

Inheritance: ITextElementArray
显示文件 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
Add ( Object o ) : bool
IncCell ( String tag, ChainedProperties props ) : System
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
ToString ( ) : string

Method Details

Add() public method

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

IncCell() public method

public IncCell ( String tag, ChainedProperties props ) : System
tag String
props ChainedProperties
return System

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