Class RtfGenerator
- Namespace
- iTextSharp.text.rtf.document
- Assembly
- iTextSharp.LGPLv2.Core.dll
The RtfGenerator creates the (*\generator ...} element. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8
public class RtfGenerator : RtfElement, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfGenerator
- Implements
- Inherited Members
Constructors
RtfGenerator(RtfDocument)
Constructs a RtfGenerator belonging to a RtfDocument
public RtfGenerator(RtfDocument doc)
Parameters
doc
RtfDocumentThe RtfDocument this RtfGenerator belongs to
Methods
WriteContent(Stream)
Writes the RTF generator group.
public override void WriteContent(Stream outp)
Parameters
outp
Stream