com.lowagie.text.rtf.text
public class RtfChapter extends RtfSection
Version: $Id: RtfChapter.java 2776 2007-05-23 20:01:40Z hallm $
| Constructor Summary | |
|---|---|
| RtfChapter(RtfDocument doc, Chapter chapter)
Constructs a RtfChapter for a given Chapter
| |
| Method Summary | |
|---|---|
| byte[] | write()
Writes the RtfChapter and its contents
|
| 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
Deprecated: replaced by writeContent
Writes the RtfChapter and its contentsReturns: A byte array containing the RtfChapter and its contents