Table of Contents

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 RtfDocument

The RtfDocument this RtfChapter belongs to

chapter Chapter

The Chapter this RtfChapter is based on

Methods

WriteContent(Stream)

Writes the RtfChapter and its contents

public override void WriteContent(Stream outp)

Parameters

outp Stream