Class RtfInfoElement
- Namespace
- iTextSharp.text.rtf.document
- Assembly
- iTextSharp.LGPLv2.Core.dll
Stores one information group element. Valid elements are author, title, subject, keywords, producer and creationdate. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)
public class RtfInfoElement : RtfElement, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfInfoElement
- Implements
- Inherited Members
Constructors
RtfInfoElement(RtfDocument, Meta)
Constructs a RtfInfoElement based on the given Meta object
public RtfInfoElement(RtfDocument doc, Meta meta)
Parameters
doc
RtfDocumentThe RtfDocument this RtfInfoElement belongs to
meta
MetaThe Meta object this RtfInfoElement is based on
Methods
WriteContent(Stream)
Writes the content of one RTF information element.
public override void WriteContent(Stream outp)
Parameters
outp
Stream