fop 0.95

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 to handle bullet list style.
 class RtfListStyleNumber
          Class to handle number list style.
 class RtfListStyleText
          Class to handle text list style.
 

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

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


fop 0.95

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