public class RtfAnnotation extends RtfElement
document, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfAnnotation(RtfDocument doc,
com.lowagie.text.Annotation annotation)
Constructs a RtfAnnotation based on an Annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(OutputStream result)
Writes the content of the RtfAnnotation
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentpublic RtfAnnotation(RtfDocument doc, com.lowagie.text.Annotation annotation)
doc - The RtfDocument this RtfAnnotation belongs toannotation - The Annotation this RtfAnnotation is based offpublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfElementresult - The OutputStream to write the content toIOExceptionCopyright © 2017. All rights reserved.