org.jfor.jfor.rtflib.rtfdoc
Class RtfOptions

java.lang.Object
  extended by org.jfor.jfor.rtflib.rtfdoc.RtfOptions

public class RtfOptions
extends java.lang.Object

Simplistic options definitions for RTF generation

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Constructor Summary
RtfOptions()
           
 
Method Summary
 boolean ignoreEmptyParagraphs()
          if true, RtfParagraphs that have no children do not generate any RTF code
 boolean renderContainer(RtfContainer c)
          RtfContainer does not generate any RTF is this returns false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtfOptions

public RtfOptions()
Method Detail

ignoreEmptyParagraphs

public boolean ignoreEmptyParagraphs()
if true, RtfParagraphs that have no children do not generate any RTF code


renderContainer

public boolean renderContainer(RtfContainer c)
RtfContainer does not generate any RTF is this returns false