Class RtfOptions

java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfOptions

public class RtfOptions extends Object

Simplistic options definitions for RTF generation.

This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).

  • Constructor Details

    • RtfOptions

      public RtfOptions()
  • Method Details

    • ignoreEmptyParagraphs

      public boolean ignoreEmptyParagraphs()
      If this returns true, RtfParagraphs that have no children will not generate any RTF code
      Returns:
      true
    • renderContainer

      public boolean renderContainer(RtfContainer c)
      If this returns false, RtfContainer will not generate any RTF
      Parameters:
      c - RtfContainer to be tested
      Returns:
      true