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