com.lowagie.text.rtf.document
Class RtfInfoElement
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.document.RtfInfoElement
- All Implemented Interfaces:
- RtfBasicElement, RtfElementInterface
public class RtfInfoElement
- extends RtfElement
Stores one information group element. Valid elements are
author, title, subject, keywords, producer and creationdate.
- Version:
- $Id: RtfInfoElement.java 3580 2008-08-06 15:52:00Z howard_s $
- Author:
- Mark Hall (Mark.Hall@mail.room3b.eu), Thomas Bickel (tmb99@inode.at)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtfInfoElement
public RtfInfoElement(RtfDocument doc,
Meta meta)
- Constructs a RtfInfoElement based on the given Meta object
- Parameters:
doc - The RtfDocument this RtfInfoElement belongs tometa - The Meta object this RtfInfoElement is based on
writeContent
public void writeContent(OutputStream result)
throws IOException
- Writes the content of one RTF information element.
- Specified by:
writeContent in interface RtfBasicElement- Specified by:
writeContent in class RtfElement
- Parameters:
result - The OutputStream to write the content to
- Throws:
IOException
Copyright © 2012. All Rights Reserved.