com.lowagie.text.rtf.text
public class RtfAnnotation extends RtfElement
Version: $Id: RtfAnnotation.java 2776 2007-05-23 20:01:40Z hallm $
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 | |
---|---|
byte[] | write()
Writes the content of the RtfAnnotation
|
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
Deprecated: replaced by writeContent
Writes the content of the RtfAnnotationReturns: The content of this RtfAnnotation