java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfFontTable
- class RtfFontTable
- extends RtfElement
RTF font table
|
Method Summary |
boolean |
isEmpty()
true if this element would generate no "useful" RTF content |
protected void |
writeRtfContent()
write our contents to m_writer. |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
RtfFontTable
RtfFontTable(RtfHeader h,
java.io.Writer w)
throws java.io.IOException
- Create an RTF header
writeRtfContent
protected void writeRtfContent()
throws java.io.IOException
- write our contents to m_writer.
- Specified by:
writeRtfContent in class RtfElement
isEmpty
public boolean isEmpty()
- true if this element would generate no "useful" RTF content
- Specified by:
isEmpty in class RtfElement