fop 0.90alpha1

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

Packages that use RtfListStyle
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
 class RtfListStyleBullet
           
 class RtfListStyleNumber
           
 class RtfListStyleText
           
 

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfListStyle
 RtfListStyle RtfListItem.getRtfListStyle()
          Get list style
 RtfListStyle RtfList.getRtfListStyle()
          Get list style
 

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfListStyle
 void RtfListItem.setRtfListStyle(RtfListStyle ls)
          Change list style
 int RtfListTable.addRtfListStyle(RtfListStyle ls)
          Change list style
 void RtfList.setRtfListStyle(RtfListStyle ls)
          Change list style
 


fop 0.90alpha1

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