Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » document » [javadoc | source]
com.lowagie.text.rtf.document
public class: RtfGenerator [javadoc | source]
java.lang.Object
   com.lowagie.text.rtf.RtfElement
      com.lowagie.text.rtf.document.RtfGenerator

All Implemented Interfaces:
    RtfBasicElement

The RtfGenerator creates the (\*\generator ...} element.
Fields inherited from com.lowagie.text.rtf.RtfElement:
document,  inTable,  inHeader
Constructor:
 public RtfGenerator(RtfDocument doc) 
    Constructs a RtfGenerator belonging to a RtfDocument
    Parameters:
    doc - The RtfDocument this RtfGenerator belongs to
Method from com.lowagie.text.rtf.document.RtfGenerator Summary:
writeContent
Methods from com.lowagie.text.rtf.RtfElement:
intToByteArray,   isInTable,   setInHeader,   setInTable,   setRtfDocument,   writeContent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.rtf.document.RtfGenerator Detail:
 public  void writeContent(OutputStream result) throws IOException 
    Writes the RTF generator group.