Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
Packages that use RtfListStyle
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfListStyle in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfListStyle in org.apache.fop.render.rtf.rtflib.rtfdocModifier and TypeClassDescriptionclass
Class to handle bullet list style.class
Class to handle number list style.class
Class to handle text list style.Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListStyleModifier and TypeMethodDescriptionRtfList.getRtfListStyle()
Get list styleRtfListItem.getRtfListStyle()
Get list styleMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListStyleModifier and TypeMethodDescriptionint
RtfListTable.addRtfListStyle
(RtfListStyle ls) Add list stylevoid
RtfList.setRtfListStyle
(RtfListStyle ls) Change list stylevoid
RtfListItem.setRtfListStyle
(RtfListStyle ls) Change list style