public class RtfOptions
extends java.lang.Object
Simplistic options definitions for RTF generation.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Constructor and Description |
---|
RtfOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
ignoreEmptyParagraphs()
If this returns true, RtfParagraphs that have no children will not
generate any RTF code
|
boolean |
renderContainer(RtfContainer c)
If this returns false, RtfContainer will not generate any RTF
|
public boolean ignoreEmptyParagraphs()
public boolean renderContainer(RtfContainer c)
c
- RtfContainer to be testedCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.