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
-
public class RtfJforCmd extends RtfContainer
Process "jfor-cmd"
-
-
Field Summary
Fields Modifier and Type Field Description private RtfAttributes
attrib
private static java.lang.String
PARA_KEEP_OFF
private static java.lang.String
PARA_KEEP_ON
-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
parent, writer
-
-
Constructor Summary
Constructors Constructor Description RtfJforCmd(RtfContainer parent, java.io.Writer w, RtfAttributes attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
void
process()
Execute all jfor-cmd commands TODO: Consider creating one class for each jfor command.-
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 Detail
-
PARA_KEEP_ON
private static final java.lang.String PARA_KEEP_ON
- See Also:
- Constant Field Values
-
PARA_KEEP_OFF
private static final java.lang.String PARA_KEEP_OFF
- See Also:
- Constant Field Values
-
attrib
private final RtfAttributes attrib
-
-
Constructor Detail
-
RtfJforCmd
RtfJforCmd(RtfContainer parent, java.io.Writer w, RtfAttributes attrs) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
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.
-
-