com.lowagie.text.rtf.text
Class RtfAnnotation

java.lang.Object
  extended by com.lowagie.text.rtf.RtfElement
      extended by com.lowagie.text.rtf.text.RtfAnnotation
All Implemented Interfaces:
RtfBasicElement, RtfElementInterface

public class RtfAnnotation
extends RtfElement

The RtfAnnotation provides support for adding Annotations to the rtf document. Only simple Annotations with Title / Content are supported.

Version:
$Id: RtfAnnotation.java 3580 2008-08-06 15:52:00Z howard_s $
Author:
Mark Hall (Mark.Hall@mail.room3b.eu), Thomas Bickel (tmb99@inode.at)

Field Summary
 
Fields inherited from class com.lowagie.text.rtf.RtfElement
document, inHeader, inTable
 
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
 
Constructor Summary
RtfAnnotation(RtfDocument doc, Annotation annotation)
          Constructs a RtfAnnotation based on an Annotation.
 
Method Summary
 void writeContent(java.io.OutputStream result)
          Writes the content of the RtfAnnotation
 
Methods inherited from class com.lowagie.text.rtf.RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtfAnnotation

public RtfAnnotation(RtfDocument doc,
                     Annotation annotation)
Constructs a RtfAnnotation based on an Annotation.

Parameters:
doc - The RtfDocument this RtfAnnotation belongs to
annotation - The Annotation this RtfAnnotation is based off
Method Detail

writeContent

public void writeContent(java.io.OutputStream result)
                  throws java.io.IOException
Writes the content of the RtfAnnotation

Specified by:
writeContent in interface RtfBasicElement
Specified by:
writeContent in class RtfElement
Parameters:
result - The OutputStream to write the content to
Throws:
java.io.IOException


iText 2.1.7