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

All Implemented Interfaces:
    RtfBasicElement

Stores one information group element. Valid elements are author, title, subject, keywords, producer and creationdate.
Fields inherited from com.lowagie.text.rtf.RtfElement:
document,  inTable,  inHeader
Constructor:
 public RtfInfoElement(RtfDocument doc,
    Meta meta) 
    Constructs a RtfInfoElement based on the given Meta object
    Parameters:
    doc - The RtfDocument this RtfInfoElement belongs to
    meta - The Meta object this RtfInfoElement is based on
Method from com.lowagie.text.rtf.document.RtfInfoElement 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.RtfInfoElement Detail:
 public  void writeContent(OutputStream result) throws IOException 
    Writes the content of one RTF information element.