Package 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,com.lowagie.text.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)
-
-
Field Summary
-
Fields inherited from class com.lowagie.text.rtf.RtfElement
document, inHeader, inTable
-
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
-
-
Constructor Summary
Constructors Constructor Description RtfInfoElement(RtfDocument doc, com.lowagie.text.Meta meta)Constructs a RtfInfoElement based on the given Meta object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteContent(java.io.OutputStream result)Writes the content of one RTF information element.-
Methods inherited from class com.lowagie.text.rtf.RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
-
-
-
-
Constructor Detail
-
RtfInfoElement
public RtfInfoElement(RtfDocument doc, com.lowagie.text.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
-
-
Method Detail
-
writeContent
public void writeContent(java.io.OutputStream result) throws java.io.IOExceptionWrites the content of one RTF information element.- Specified by:
writeContentin interfaceRtfBasicElement- Specified by:
writeContentin classRtfElement- Parameters:
result- TheOutputStreamto write the content to- Throws:
java.io.IOException
-
-