Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
-
Packages that use RtfListStyle 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 RtfListStyle in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfListStyle in org.apache.fop.render.rtf.rtflib.rtfdoc Modifier and Type Class Description classRtfListStyleBulletClass to handle bullet list style.classRtfListStyleNumberClass to handle number list style.classRtfListStyleTextClass to handle text list style.Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListStyle Modifier and Type Method Description RtfListStyleRtfList. getRtfListStyle()Get list styleRtfListStyleRtfListItem. getRtfListStyle()Get list styleMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListStyle Modifier and Type Method Description intRtfListTable. addRtfListStyle(RtfListStyle ls)Add list stylevoidRtfList. setRtfListStyle(RtfListStyle ls)Change list stylevoidRtfListItem. setRtfListStyle(RtfListStyle ls)Change list style
-