public class RtfGenerator extends RtfElement
attrib, parent, writer
Constructor and Description |
---|
RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h,
Writer w)
Default constructor for the generator element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
protected void |
writeRtfContent()
Must be implemented to write RTF content to m_writer
|
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, Writer w) throws IOException
h
- a headerw
- a writerIOException
- if not caughtprotected void writeRtfContent() throws IOException
writeRtfContent
in class RtfElement
IOException
- for I/O problemspublic boolean isEmpty()
isEmpty
in class RtfElement
Copyright © 2025 Apache Software Foundation. All rights reserved.