Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfOptions
-
Packages that use RtfOptions 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 RtfOptions in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfOptions Modifier and Type Field Description private RtfOptions
RtfContainer. options
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfOptions Modifier and Type Method Description (package private) RtfOptions
RtfContainer. getOptions()
return our optionsMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfOptions Modifier and Type Method Description void
RtfContainer. setOptions(RtfOptions opt)
set options
-