C# Class iTextSharp.text.rtf.text.RtfChapter

Inheritance: RtfSection
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
RtfChapter ( RtfDocument doc, Chapter chapter ) : System
WriteContent ( Stream result ) : void

Method Details

RtfChapter() public method

public RtfChapter ( RtfDocument doc, Chapter chapter ) : System
doc iTextSharp.text.rtf.document.RtfDocument
chapter iTextSharp.text.Chapter
return System

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void