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 class
RtfListStyleBullet
Class to handle bullet list style.class
RtfListStyleNumber
Class to handle number list style.class
RtfListStyleText
Class to handle text list style.Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfListStyle Modifier and Type Field Description private RtfListStyle
RtfList. defaultListStyle
private RtfListStyle
RtfListItem. listStyle
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListStyle Modifier and Type Method Description RtfListStyle
RtfList. getRtfListStyle()
Get list styleRtfListStyle
RtfListItem. getRtfListStyle()
Get list styleMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListStyle Modifier and Type Method Description int
RtfListTable. addRtfListStyle(RtfListStyle ls)
Add list stylevoid
RtfList. setRtfListStyle(RtfListStyle ls)
Change list stylevoid
RtfListItem. setRtfListStyle(RtfListStyle ls)
Change list style
-