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

Inheritance: RtfSection
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
RtfChapter ( RtfDocument doc, Chapter chapter ) : System
WriteContent ( Stream result ) : void

Method Details

RtfChapter() public méthode

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

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void