public class RtfChapter extends RtfSection
items, titledocument, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfChapter(RtfDocument doc,
com.lowagie.text.Chapter chapter)
Constructs a RtfChapter for a given Chapter
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(OutputStream result)
Writes the RtfChapter and its contents
|
setInHeader, setInTableintToByteArray, isInTable, setRtfDocumentpublic RtfChapter(RtfDocument doc, com.lowagie.text.Chapter chapter)
doc - The RtfDocument this RtfChapter belongs tochapter - The Chapter this RtfChapter is based onpublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfSectionresult - The OutputStream to write the content toIOExceptionCopyright © 2017. All rights reserved.