com.lowagie.text.rtf.document

Class RtfGenerator

public class RtfGenerator extends RtfElement

The RtfGenerator creates the (\*\generator ...} element.

Since: 2.0.8

Version: $Id: RtfGenerator.java 3440 2008-05-25 18:16:48Z howard_s $

Author: Howard Shank (hgshank@yahoo.com)

Field Summary
static byte[]GENERATOR
Generator group starting tag
Constructor Summary
RtfGenerator(RtfDocument doc)
Constructs a RtfGenerator belonging to a RtfDocument
Method Summary
voidwriteContent(OutputStream result)
Writes the RTF generator group.

Field Detail

GENERATOR

private static final byte[] GENERATOR
Generator group starting tag

Constructor Detail

RtfGenerator

public RtfGenerator(RtfDocument doc)
Constructs a RtfGenerator belonging to a RtfDocument

Parameters: doc The RtfDocument this RtfGenerator belongs to

Method Detail

writeContent

public void writeContent(OutputStream result)
Writes the RTF generator group.