public class RtfChapter extends RtfSection
items, title
document, inHeader, inTable
CLOSE_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, setInTable
intToByteArray, isInTable, setRtfDocument
public RtfChapter(RtfDocument doc, Chapter chapter)
doc
- The RtfDocument this RtfChapter belongs tochapter
- The Chapter this RtfChapter is based onpublic byte[] write()
write
in interface RtfBasicElement
write
in class RtfSection