public class RtfLineBreak extends RtfElement
m_attrib, m_parent, m_writer
Constructor and Description |
---|
RtfLineBreak(IRtfTextContainer parent,
java.io.Writer w)
Create an RTF paragraph as a child of given container with default attributes
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
true if this element would generate no "useful" RTF content
|
protected void |
writeRtfContent()
overridden to write our attributes before our content
|
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
RtfLineBreak(IRtfTextContainer parent, 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