com.lowagie.text.rtf.text

Class RtfChapter

public class RtfChapter extends RtfSection

The RtfChapter wraps a Chapter element. INTERNAL CLASS

Version: $Id: RtfChapter.java 3373 2008-05-12 16:21:24Z xlv $

Author: Mark Hall (Mark.Hall@mail.room3b.eu) Thomas Bickel (tmb99@inode.at)

Constructor Summary
RtfChapter(RtfDocument doc, Chapter chapter)
Constructs a RtfChapter for a given Chapter
Method Summary
voidwriteContent(OutputStream result)
Writes the RtfChapter and its contents

Constructor Detail

RtfChapter

public RtfChapter(RtfDocument doc, Chapter chapter)
Constructs a RtfChapter for a given Chapter

Parameters: doc The RtfDocument this RtfChapter belongs to chapter The Chapter this RtfChapter is based on

Method Detail

writeContent

public void writeContent(OutputStream result)
Writes the RtfChapter and its contents