public class RtfGenerator extends RtfElement
document, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfGenerator(RtfDocument doc)
Constructs a
RtfGenerator belonging to a RtfDocument |
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(OutputStream result)
Writes the RTF generator group.
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentpublic RtfGenerator(RtfDocument doc)
RtfGenerator belonging to a RtfDocumentdoc - The RtfDocument this RtfGenerator belongs topublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfElementresult - The OutputStream to write the content toIOExceptionCopyright © 2015. All rights reserved.