com.lowagie.text.rtf.text
public class RtfChapter extends RtfSection
Version: $Revision: 1.18 $
Constructor Summary | |
---|---|
RtfChapter(RtfDocument doc, Chapter chapter)
Constructs a RtfChapter for a given Chapter
|
Method Summary | |
---|---|
byte[] | write()
Writes the RtfChapter and its contents
|
Parameters: doc The RtfDocument this RtfChapter belongs to chapter The Chapter this RtfChapter is based on
Returns: A byte array containing the RtfChapter and its contents