Uses of Class
org.apache.fop.render.rtf.RTFHandler
Packages that use RTFHandler
Package
Description
Utility classes used in RTF file generation.
-
Uses of RTFHandler in org.apache.fop.render.rtf.rtflib.tools
Methods in org.apache.fop.render.rtf.rtflib.tools with parameters of type RTFHandlerModifier and TypeMethodDescriptionprivate voidBuilderContext.handlePop(Class aClass, RTFHandler handler) This method checks for any tag mismatches between what is being closed and what exists on the stack.voidBuilderContext.popContainer(Class containerClass, RTFHandler handler) pop the topmost RtfContainer from our stackvoidBuilderContext.popPart(Class part, RTFHandler handler) pop the topmost part class from our stackprivate voidBuilderContext.pushAndClose(Class aClass, Object object, RTFHandler handler)