Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem
Packages that use RtfListItem
Package
Description
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 RtfListItemModifier and TypeFieldDescriptionprivate RtfListItem
RtfList.item
private RtfListItem
RtfListItem.RtfListItemLabel.rtfListItem
private RtfListItem
RtfListStyle.rtfListItem
private RtfListItem
RtfTextrun.rtfListItem
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListItemModifier and TypeMethodDescriptionRtfListStyle.getRtfListItem()
Gets the RtfListItem this style belongs to.RtfTextrun.getRtfListItem()
Gets the parent list-item of the textrun.RtfList.newListItem()
Close current list item and start a new oneMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListItemModifier and TypeMethodDescriptionvoid
RtfListStyle.setRtfListItem
(RtfListItem item) Sets the RtfListItem this style belongs to.void
RtfTextrun.setRtfListItem
(RtfListItem listItem) Set the parent list-item of the textrun.void
RtfListStyle.writeListPrefix
(RtfListItem item) Gets called before a RtfListItem has to be written.void
RtfListStyleBullet.writeListPrefix
(RtfListItem item) Gets called before a RtfListItem has to be written.void
RtfListStyleNumber.writeListPrefix
(RtfListItem item) Gets called before a RtfListItem has to be written.void
RtfListStyleText.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 RtfListItemModifierConstructorDescriptionRtfListItemLabel
(RtfListItem item) Constructs the RtfListItemLabel(package private)
RtfListItemParagraph
(RtfListItem rli, RtfAttributes attrs)