Uses of Class
com.lowagie.text.rtf.list.RtfListLevel

Packages that use RtfListLevel
com.lowagie.text.rtf.list   
 

Uses of RtfListLevel in com.lowagie.text.rtf.list
 

Methods in com.lowagie.text.rtf.list that return RtfListLevel
 RtfListLevel RtfList.getListLevel(int index)
           
 RtfListLevel RtfListLevel.getListLevelParent()
           
 RtfListLevel RtfListItem.getParent()
          Set the parent RtfList.
 

Methods in com.lowagie.text.rtf.list with parameters of type RtfListLevel
 void RtfListLevel.setListLevelParent(RtfListLevel listLevelParent)
           
 void RtfListItem.setParent(RtfListLevel parentList)
          Set the parent RtfList.
protected  void RtfList.writeListTextBlock(OutputStream result, int itemNr, RtfListLevel listLevel)
           
 

Constructors in com.lowagie.text.rtf.list with parameters of type RtfListLevel
RtfListLevel(RtfListLevel ll)
           
 



Copyright © 2012. All Rights Reserved.