com.lowagie.text.rtf.text
public class RtfAnnotation extends RtfElement
Version: $Id: RtfAnnotation.java 3373 2008-05-12 16:21:24Z xlv $
Field Summary | |
---|---|
static byte[] | ANNOTATION
Constant for the actual annotation |
static byte[] | ANNOTATION_AUTHOR
Constant for the author of the annotation |
static byte[] | ANNOTATION_ID
Constant for the id of the annotation |
String | content
The content of this RtfAnnotation |
String | title
The title of this RtfAnnotation |
Constructor Summary | |
---|---|
RtfAnnotation(RtfDocument doc, Annotation annotation)
Constructs a RtfAnnotation based on an Annotation.
|
Method Summary | |
---|---|
void | writeContent(OutputStream result)
Writes the content of the RtfAnnotation |
Parameters: doc The RtfDocument this RtfAnnotation belongs to annotation The Annotation this RtfAnnotation is based off