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, writeStarControlWordNS
RtfFontTable(RtfHeader h, java.io.Writer w) throws java.io.IOException
java.io.IOException
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfElement
java.io.IOException
public boolean isEmpty()
isEmpty
in class RtfElement