org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfOptions
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfOptions
public class RtfOptions
extends java.lang.Object
Simplistic options definitions for RTF generation
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
ignoreEmptyParagraphs
public boolean ignoreEmptyParagraphs()
If this returns true, RtfParagraphs that have no children will not
generate any RTF code
renderContainer
public boolean renderContainer(RtfContainer c)
If this returns false, RtfContainer will not generate any RTF
c
- RtfContainer to be tested
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.