java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfJforCmd
- public class RtfJforCmd
- extends RtfContainer
| Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
|
|
Method Summary |
boolean |
isEmpty()
true if this element would generate no "useful" RTF content. |
void |
process()
|
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
addChild, containsText, dump, getChildCount, getChildren, getOptions, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
PARA_KEEP_ON
private final java.lang.String PARA_KEEP_ON
- See Also:
- Constant Field Values
PARA_KEEP_OFF
private final java.lang.String PARA_KEEP_OFF
- See Also:
- Constant Field Values
m_attrib
private final RtfAttributes m_attrib
m_paragraphKeeptogetherContext
private ParagraphKeeptogetherContext m_paragraphKeeptogetherContext
RtfJforCmd
RtfJforCmd(RtfContainer parent,
java.io.Writer w,
RtfAttributes attrs)
throws java.io.IOException
isEmpty
public boolean isEmpty()
- Description copied from class:
RtfContainer
- true if this element would generate no "useful" RTF content.
For an RtfContainer, true if it has no children where isEmpty() is false
- Overrides:
isEmpty in class RtfContainer
process
public void process()