C# Class iTextSharp.text.rtf.field.RtfTableOfContents

Inheritance: RtfField
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
RtfTableOfContents ( String defaultText ) : System

Protected Methods

Method Description
WriteFieldInstContent ( Stream outp ) : void
WriteFieldResultContent ( Stream outp ) : void

Method Details

RtfTableOfContents() public method

public RtfTableOfContents ( String defaultText ) : System
defaultText String
return System

WriteFieldInstContent() protected method

protected WriteFieldInstContent ( Stream outp ) : void
outp Stream
return void

WriteFieldResultContent() protected method

protected WriteFieldResultContent ( Stream outp ) : void
outp Stream
return void