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 void
BuilderContext.handlePop
(Class aClass, RTFHandler handler) This method checks for any tag mismatches between what is being closed and what exists on the stack.void
BuilderContext.popContainer
(Class containerClass, RTFHandler handler) pop the topmost RtfContainer from our stackvoid
BuilderContext.popPart
(Class part, RTFHandler handler) pop the topmost part class from our stackprivate void
BuilderContext.pushAndClose
(Class aClass, Object object, RTFHandler handler)