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 RtfAttributesprivate static final Stringprivate static final StringFields inherited from class RtfElement
parent, writer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, okToWriteRtf, setChildren, setOptions, toString, writeRtfContentMethods inherited from class 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:
isEmptyin classRtfContainer- Returns:
- true (alway)
-
process
public void process()Execute all jfor-cmd commands TODO: Consider creating one class for each jfor command.
-