public class RtfParagraphKeepTogether extends RtfContainer
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_CLOSE_PARAGRAPH |
static int |
STATUS_NULL |
static int |
STATUS_OPEN_PARAGRAPH |
m_attrib, m_parent, m_writer
Constructor and Description |
---|
RtfParagraphKeepTogether(IRtfParagraphContainer parent,
java.io.Writer w)
RtfParagraphKeepTogether
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
true if this element would generate no "useful" RTF content
|
void |
setStatus(int status) |
protected void |
writeRtfContent()
write RTF code of all our children
|
addChild, containsText, dump, getChildCount, getChildren, getOptions, okToWriteRtf, setChildren, setOptions, toString
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public static final int STATUS_NULL
public static final int STATUS_OPEN_PARAGRAPH
public static final int STATUS_CLOSE_PARAGRAPH
RtfParagraphKeepTogether(IRtfParagraphContainer parent, java.io.Writer w) throws java.io.IOException
java.io.IOException
protected void writeRtfContent() throws java.io.IOException
RtfContainer
writeRtfContent
in class RtfContainer
java.io.IOException
public void setStatus(int status)
public boolean isEmpty()
isEmpty
in class RtfContainer