public class RtfOptions
extends java.lang.Object
Simplistic options definitions for RTF generation.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Constructor | Description |
---|---|
RtfOptions() |
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.