org.apache.fop.render.rtf.rtflib.rtfdoc

Class RtfGenerator


public class RtfGenerator
extends RtfElement

Represents a generator element which says who generated the RTF document.

Field Summary

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Constructor Summary

RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h, Writer w)
Default constructor for the generator element.

Method Summary

boolean
isEmpty()
protected void
writeRtfContent()

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Constructor Details

RtfGenerator

public RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h,
                    Writer w)
            throws IOException
Default constructor for the generator element.

Method Details

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in interface RtfElement

writeRtfContent

protected void writeRtfContent()
            throws IOException
Overrides:
writeRtfContent in interface RtfElement

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.