Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem
-
Packages that use RtfListItem 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 RtfListItem in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfListItem Modifier and Type Field Description private RtfListItemRtfList. itemprivate RtfListItemRtfListItem.RtfListItemLabel. rtfListItemprivate RtfListItemRtfListStyle. rtfListItemprivate RtfListItemRtfTextrun. rtfListItemMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListItem Modifier and Type Method Description RtfListItemRtfListStyle. getRtfListItem()Gets the RtfListItem this style belongs to.RtfListItemRtfTextrun. getRtfListItem()Gets the parent list-item of the textrun.RtfListItemRtfList. newListItem()Close current list item and start a new oneMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListItem Modifier and Type Method Description voidRtfListStyle. setRtfListItem(RtfListItem item)Sets the RtfListItem this style belongs to.voidRtfTextrun. setRtfListItem(RtfListItem listItem)Set the parent list-item of the textrun.voidRtfListStyle. writeListPrefix(RtfListItem item)Gets called before a RtfListItem has to be written.voidRtfListStyleBullet. writeListPrefix(RtfListItem item)Gets called before a RtfListItem has to be written.voidRtfListStyleNumber. writeListPrefix(RtfListItem item)Gets called before a RtfListItem has to be written.voidRtfListStyleText. writeListPrefix(RtfListItem item)Gets called before a RtfListItem has to be written.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListItem Constructor Description RtfListItemLabel(RtfListItem item)Constructs the RtfListItemLabelRtfListItemParagraph(RtfListItem rli, RtfAttributes attrs)
-