Uses of Class
org.apache.fop.render.rtf.RTFHandler
-
Packages that use RTFHandler Package Description org.apache.fop.render.rtf.rtflib.tools 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 RTFHandler Modifier and Type Method Description void
BuilderContext. popContainer(java.lang.Class containerClass, RTFHandler handler)
pop the topmost RtfContainer from our stackvoid
BuilderContext. popPart(java.lang.Class part, RTFHandler handler)
pop the topmost part class from our stack
-