Class RtfAnnotation
- Namespace
- iTextSharp.text.rtf.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
The RtfAnnotation provides support for adding Annotations to the rtf document. Only simple Annotations with Title / Content are supported. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)
public class RtfAnnotation : RtfElement, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfAnnotation
- Implements
- Inherited Members
Constructors
RtfAnnotation(RtfDocument, Annotation)
Constructs a RtfAnnotation based on an Annotation.
public RtfAnnotation(RtfDocument doc, Annotation annotation)
Parameters
doc
RtfDocumentThe RtfDocument this RtfAnnotation belongs to
annotation
AnnotationThe Annotation this RtfAnnotation is based off
Methods
WriteContent(Stream)
Writes the content of the RtfAnnotation
public override void WriteContent(Stream outp)
Parameters
outp
Stream