Class RtfFontTable
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontTable
RTF font table.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch) and Andreas Putz (a.putz@skynamics.com).
-
Field Summary
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
true if this element would generate no "useful" RTF contentprotected void
write our contents to m_writer.Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
Constructor Details
-
RtfFontTable
RtfFontTable(RtfHeader h, Writer w) throws IOException Create an RTF header- Throws:
IOException
-
-
Method Details
-
writeRtfContent
write our contents to m_writer.- Specified by:
writeRtfContent
in classRtfElement
- Throws:
IOException
- for I/O problems
-
isEmpty
public boolean isEmpty()true if this element would generate no "useful" RTF content- Specified by:
isEmpty
in classRtfElement
- Returns:
- true if this element would generate no "useful" RTF content
-