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
public class RtfInfoElement
- extends RtfElement
Stores one information group element. Valid elements are
author, title, subject, keywords, producer and creationdate.
- Version:
- $Version:$
- Author:
- Mark Hall (mhall@edu.uni-klu.ac.at)
Method Summary |
byte[] |
write()
Writes this RtfInfoElement |
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
write
public byte[] write()
- Writes this RtfInfoElement
- Specified by:
write
in interface RtfBasicElement
- Overrides:
write
in class RtfElement
- Returns:
- A byte array containing the RtfInfoElement data
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.