com.lowagie.text.rtf.document
public class RtfGenerator extends RtfElement
Modifier and Type | Field and Description |
---|---|
private static byte[] |
GENERATOR
Generator group starting tag
|
document, inHeader, inTable
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
Constructor and Description |
---|
RtfGenerator(RtfDocument doc)
Constructs a
RtfGenerator belonging to a RtfDocument |
Modifier and Type | Method and Description |
---|---|
void |
writeContent(java.io.OutputStream result)
Writes the RTF generator group.
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
public RtfGenerator(RtfDocument doc)
RtfGenerator
belonging to a RtfDocumentdoc
- The RtfDocument
this RtfGenerator
belongs topublic void writeContent(java.io.OutputStream result) throws java.io.IOException
writeContent
in interface RtfBasicElement
writeContent
in class RtfElement
result
- The OutputStream
to write the content tojava.io.IOException