Class RtfJforCmd
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfJforCmd
Process "jfor-cmd"
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RtfAttributes
private static final String
private static final String
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
parent, writer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
Field Details
-
PARA_KEEP_ON
- See Also:
-
PARA_KEEP_OFF
- See Also:
-
attrib
-
-
Constructor Details
-
RtfJforCmd
RtfJforCmd(RtfContainer parent, Writer w, RtfAttributes attrs) throws IOException - Throws:
IOException
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Overrides:
isEmpty
in classRtfContainer
- Returns:
- true (alway)
-
process
public void process()Execute all jfor-cmd commands TODO: Consider creating one class for each jfor command.
-