Uses of Class
org.apache.fop.render.rtf.rtflib.tools.BuilderContext
-
Packages that use BuilderContext Package Description org.apache.fop.render.rtf RTF (Rich Text Format) Output Supportorg.apache.fop.render.rtf.rtflib.tools Utility classes used in RTF file generation. -
-
Uses of BuilderContext in org.apache.fop.render.rtf
Fields in org.apache.fop.render.rtf declared as BuilderContext Modifier and Type Field Description private BuilderContext
RTFHandler. builderContext
private BuilderContext
RTFPlaceHolderHelper. builderContext
The context object for building the RTFConstructors in org.apache.fop.render.rtf with parameters of type BuilderContext 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. -
Uses of BuilderContext in org.apache.fop.render.rtf.rtflib.tools
Fields in org.apache.fop.render.rtf.rtflib.tools declared as BuilderContext Modifier and Type Field Description private BuilderContext
TableContext. context
Constructors in org.apache.fop.render.rtf.rtflib.tools with parameters of type BuilderContext Constructor Description TableContext(BuilderContext ctx)
-