com.lowagie.text.rtf.document
public class RtfInfoGroup extends RtfElement
Version: $Version:$
Field Summary | |
---|---|
ArrayList | infoElements
The RtfInfoElements that belong to this RtfInfoGroup |
static byte[] | INFO_GROUP
Information group starting tag |
Constructor Summary | |
---|---|
RtfInfoGroup(RtfDocument doc)
Constructs a RtfInfoGroup belonging to a RtfDocument
|
Method Summary | |
---|---|
void | add(RtfInfoElement infoElement)
Adds an RtfInfoElement to the RtfInfoGroup
|
byte[] | write()
Writes the RtfInfoGroup and its RtfInfoElement elements.
|
Parameters: doc The RtfDocument this RtfInfoGroup belongs to
Parameters: infoElement The RtfInfoElement to add
Returns: A byte array containing the group and its elements