org.apache.fop.render.rtf.rtflib.rtfdoc

Class RtfJforCmd


public class RtfJforCmd
extends RtfContainer

Process "jfor-cmd"

Field Summary

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Method Summary

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, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Method Details

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in interface RtfContainer
Returns:
true (alway)

process

public void process()
Execute all jfor-cmd commands TODO: Consider creating one class for each jfor command.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.