Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTemplate
-
Packages that use RtfTemplate Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfTemplate in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTemplate Modifier and Type Field Description private static RtfTemplateRtfTemplate. instanceSingelton instanceMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTemplate Modifier and Type Method Description static RtfTemplateRtfTemplate. getInstance()Singelton.RtfTemplateIrtfTemplateContainer. newTemplate(java.lang.String str, RtfAttributes attr)Creates a new Template.
-