com.lowagie.text.rtf.document
public class RtfInfoGroup extends RtfElement
Version: $Id: RtfInfoGroup.java 2776 2007-05-23 20:01:40Z hallm $
| 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.
|
| void | writeContent(OutputStream result)
Writes the element content to the given output stream. |
Parameters: doc The RtfDocument this RtfInfoGroup belongs to
Parameters: infoElement The RtfInfoElement to add
Deprecated: replaced by writeContent
Writes the RtfInfoGroup and its RtfInfoElement elements.Returns: A byte array containing the group and its elements