Class RtfChapter
- Namespace
- iTextSharp.text.rtf.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
The RtfChapter wraps a Chapter element. INTERNAL CLASS @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)
public class RtfChapter : RtfSection, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfChapter
- Implements
- Inherited Members
Constructors
RtfChapter(RtfDocument, Chapter)
Constructs a RtfChapter for a given Chapter
public RtfChapter(RtfDocument doc, Chapter chapter)
Parameters
doc
RtfDocumentThe RtfDocument this RtfChapter belongs to
chapter
ChapterThe Chapter this RtfChapter is based on
Methods
WriteContent(Stream)
Writes the RtfChapter and its contents
public override void WriteContent(Stream outp)
Parameters
outp
Stream