Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.rtfdoc
Class RtfJforCmd  view RtfJforCmd download RtfJforCmd.java

java.lang.Object
  extended byorg.jfor.jfor.rtflib.rtfdoc.RtfElement
      extended byorg.jfor.jfor.rtflib.rtfdoc.RtfContainer
          extended byorg.jfor.jfor.rtflib.rtfdoc.RtfJforCmd

public class RtfJforCmd
extends RtfContainer


Field Summary
private  RtfAttributes m_attrib
           
private  ParagraphKeeptogetherContext m_paragraphKeeptogetherContext
           
private  java.lang.String PARA_KEEP_OFF
           
private  java.lang.String PARA_KEEP_ON
           
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement
m_parent, m_writer
 
Constructor Summary
(package private) RtfJforCmd(RtfContainer parent, java.io.Writer w, RtfAttributes attrs)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

RtfJforCmd

RtfJforCmd(RtfContainer parent,
           java.io.Writer w,
           RtfAttributes attrs)
     throws java.io.IOException
Method Detail

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()