fop 0.91beta

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

java.lang.Object
  |
  +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
        |
        +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfGenerator

public class RtfGenerator
extends RtfElement

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


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, java.io.Writer w)
          Default constructor for the generator element.
 
Method Summary
 boolean isEmpty()
           
protected  void writeRtfContent()
          Must be implemented to write RTF content to m_writer
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getRtfAttributes, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtfGenerator

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

writeRtfContent

protected void writeRtfContent()
                        throws java.io.IOException
Description copied from class: RtfElement
Must be implemented to write RTF content to m_writer
Overrides:
writeRtfContent in class RtfElement
See Also:
RtfElement.writeRtfContent()

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class RtfElement
See Also:
RtfElement.isEmpty()

fop 0.91beta

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