public class RtfChapter extends RtfSection
items, titledocument, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfChapter(RtfDocument doc,
Chapter chapter)
Constructs a RtfChapter for a given Chapter
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write()
Writes the RtfChapter and its contents
|
setInHeader, setInTableintToByteArray, isInTable, setRtfDocumentpublic RtfChapter(RtfDocument doc, Chapter chapter)
doc - The RtfDocument this RtfChapter belongs tochapter - The Chapter this RtfChapter is based onpublic byte[] write()
write in interface RtfBasicElementwrite in class RtfSection