Class RTFPlaceHolderHelper

java.lang.Object
org.apache.fop.render.rtf.RTFPlaceHolderHelper

public class RTFPlaceHolderHelper extends Object
This class creates objects which are missing from the XSL:FO but are required by the RTF format.
  • Constructor Details

    • RTFPlaceHolderHelper

      public RTFPlaceHolderHelper(BuilderContext builderContext)
      Creates a new instance for the RTF place holder which attempts to resolve mismatches in structure between XSL:FO and RTF.
      Parameters:
      builderContext - The builder context
  • Method Details

    • createRTFPlaceholder

      public void createRTFPlaceholder(Class containerClass) throws RtfException
      A method to create an object which is missing and required from the RTF structure.
      Parameters:
      containerClass - The class which is missing
      Throws:
      RtfException