com.lowagie.text.rtf.text
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 |
---|---|
void |
writeContent(java.io.OutputStream result)
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 void writeContent(java.io.OutputStream result) throws java.io.IOException
writeContent
in interface RtfBasicElement
writeContent
in class RtfSection
result
- The OutputStream
to write the content tojava.io.IOException