class RtfFontTable extends RtfElement
m_attrib, m_parent, m_writer| Constructor and Description |
|---|
RtfFontTable(RtfHeader h,
java.io.Writer w)
Create an RTF header
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
true if this element would generate no "useful" RTF content
|
protected void |
writeRtfContent()
write our contents to m_writer.
|
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSRtfFontTable(RtfHeader h, java.io.Writer w) throws java.io.IOException
java.io.IOExceptionprotected void writeRtfContent()
throws java.io.IOException
writeRtfContent in class RtfElementjava.io.IOExceptionpublic boolean isEmpty()
isEmpty in class RtfElement