com.lowagie.text.rtf.document
public class RtfInfoGroup extends RtfElement
Version: $Id: RtfInfoGroup.java 3440 2008-05-25 18:16:48Z howard_s $
| Field Summary | |
|---|---|
| ArrayList | infoElements
The RtfInfoElements that belong to this RtfInfoGroup |
| static byte[] | INFO_GROUP
Information group starting tag |
| static byte[] | INFO_PASSWORD
Constant for the password element.
|
| Constructor Summary | |
|---|---|
| RtfInfoGroup(RtfDocument doc)
Constructs a RtfInfoGroup belonging to a RtfDocument
| |
| Method Summary | |
|---|---|
| void | add(RtfInfoElement infoElement)
Adds an RtfInfoElement to the RtfInfoGroup
|
| void | writeContent(OutputStream result)
Writes the RTF information group and its elements. |
Since: 2.1.1
Parameters: doc The RtfDocument this RtfInfoGroup belongs to
Parameters: infoElement The RtfInfoElement to add