com.lowagie.text.rtf.text
public class RtfAnnotation extends RtfElement
Version: $Version:$
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
|
Parameters: doc The RtfDocument this RtfAnnotation belongs to annotation The Annotation this RtfAnnotation is based off
Returns: The content of this RtfAnnotation