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:
$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)
  • Constructor Details

    • 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 to
      meta - The Meta object this RtfInfoElement is based on
  • Method Details