Class RtfInfoElement
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.
- 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)
-
Field Summary
Fields inherited from class RtfElement
document, inHeader, inTableFields inherited from interface RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR -
Constructor Summary
ConstructorsConstructorDescriptionRtfInfoElement(RtfDocument doc, com.lowagie.text.Meta meta) Constructs a RtfInfoElement based on the given Meta object -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(OutputStream result) Writes the content of one RTF information element.Methods inherited from class RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
-
Constructor Details
-
RtfInfoElement
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
-
-
Method Details
-
writeContent
Writes the content of one RTF information element.- Specified by:
writeContentin interfaceRtfBasicElement- Specified by:
writeContentin classRtfElement- Parameters:
result- TheOutputStreamto write the content to- Throws:
IOException
-