com.lowagie.text.rtf.text
public class RtfChapter extends RtfSection
Version: $Id: RtfChapter.java 3373 2008-05-12 16:21:24Z xlv $
| Constructor Summary | |
|---|---|
| RtfChapter(RtfDocument doc, Chapter chapter)
Constructs a RtfChapter for a given Chapter
| |
| Method Summary | |
|---|---|
| void | writeContent(OutputStream result)
Writes the RtfChapter and its contents |
Parameters: doc The RtfDocument this RtfChapter belongs to chapter The Chapter this RtfChapter is based on