com.lowagie.text.rtf.document
public class RtfGenerator extends RtfElement
Since: 2.0.8
Version: $Id: RtfGenerator.java 3440 2008-05-25 18:16:48Z howard_s $
| Field Summary | |
|---|---|
| static byte[] | GENERATOR
Generator group starting tag |
| Constructor Summary | |
|---|---|
| RtfGenerator(RtfDocument doc)
Constructs a RtfGenerator belonging to a RtfDocument
| |
| Method Summary | |
|---|---|
| void | writeContent(OutputStream result)
Writes the RTF generator group. |
RtfGenerator belonging to a RtfDocument
Parameters: doc The RtfDocument this RtfGenerator belongs to