public class RtfGenerator extends RtfElement
attrib, parent, writer
Constructor | Description |
---|---|
RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h,
java.io.Writer w) |
Default constructor for the generator element.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isEmpty() |
|
protected void |
writeRtfContent() |
Must be implemented to write RTF content to m_writer
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, getParentOfClass, getRtfAttributes, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h, java.io.Writer w) throws java.io.IOException
h
- a headerw
- a writerjava.io.IOException
- if not caughtprotected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfElement
java.io.IOException
- for I/O problemspublic boolean isEmpty()
isEmpty
in class RtfElement
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.