C# Class iTextSharp.text.rtf.text.RtfAnnotation

Inheritance: iTextSharp.text.rtf.RtfElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
RtfAnnotation ( RtfDocument doc, Annotation annotation ) : System
WriteContent ( Stream result ) : void

Method Details

RtfAnnotation() public méthode

public RtfAnnotation ( RtfDocument doc, Annotation annotation ) : System
doc iTextSharp.text.rtf.document.RtfDocument
annotation iTextSharp.text.Annotation
Résultat System

WriteContent() public méthode

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