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, toStringclose, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSpublic 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.IOExceptionprotected void writeRtfContent()
throws java.io.IOException
RtfContainerwriteRtfContent in class RtfContainerjava.io.IOExceptionpublic void setStatus(int status)
public boolean isEmpty()
isEmpty in class RtfContainer