Package org.apache.fop.render.rtf
Class RTFPlaceHolderHelper
- java.lang.Object
-
- org.apache.fop.render.rtf.RTFPlaceHolderHelper
-
public class RTFPlaceHolderHelper extends java.lang.Object
This class creates objects which are missing from the XSL:FO but are required by the RTF format.
-
-
Field Summary
Fields Modifier and Type Field Description private BuilderContext
builderContext
The context object for building the RTF
-
Constructor Summary
Constructors Constructor Description RTFPlaceHolderHelper(BuilderContext builderContext)
Creates a new instance for the RTF place holder which attempts to resolve mismatches in structure between XSL:FO and RTF.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createRTFPlaceholder(java.lang.Class containerClass)
A method to create an object which is missing and required from the RTF structure.private void
createRtfTableRow()
-
-
-
Field Detail
-
builderContext
private BuilderContext builderContext
The context object for building the RTF
-
-
Constructor Detail
-
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 Detail
-
createRTFPlaceholder
public void createRTFPlaceholder(java.lang.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
-
createRtfTableRow
private void createRtfTableRow() throws RtfException
- Throws:
RtfException
-
-