public class RtfInfoElement extends RtfElement
document, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfInfoElement(RtfDocument doc,
Meta meta)
Constructs a RtfInfoElement based on the given Meta object
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(OutputStream result)
Writes the content of one RTF information element.
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentpublic RtfInfoElement(RtfDocument doc, Meta meta)
doc - The RtfDocument this RtfInfoElement belongs tometa - The Meta object this RtfInfoElement is based onpublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfElementresult - The OutputStream to write the content toIOExceptionCopyright © 2015. All rights reserved.