fop 0.92beta

Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem

Packages that use RtfListItem
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
 

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListItem
 RtfListItem RtfListStyle.getRtfListItem()
          Gets the RtfListItem this style belongs to.
 RtfListItem RtfTextrun.getRtfListItem()
           
 RtfListItem RtfList.newListItem()
          Close current list item and start a new one
 

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListItem
 void RtfListStyle.setRtfListItem(RtfListItem item)
          Sets the RtfListItem this style belongs to.
 void RtfListStyle.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 RtfTextrun.setRtfListItem(RtfListItem listItem)
           
 void RtfListStyleBullet.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 RtfListItem
RtfListItem.RtfListItemLabel(RtfListItem item)
          Constructs the RtfListItemLabel
 


fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.