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 RtfTemplate
RtfTemplate. instance
Singelton instanceMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTemplate Modifier and Type Method Description static RtfTemplate
RtfTemplate. getInstance()
Singelton.RtfTemplate
IrtfTemplateContainer. newTemplate(java.lang.String str, RtfAttributes attr)
Creates a new Template.
-