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

Packages that use RtfList
com.lowagie.text.rtf.document   
com.lowagie.text.rtf.list   
 

Uses of RtfList in com.lowagie.text.rtf.document
 

Methods in com.lowagie.text.rtf.document with parameters of type RtfList
 void RtfDocumentHeader.freeListNumber(RtfList list)
          Removes a RtfList from the list table
 int RtfDocumentHeader.getListNumber(RtfList list)
          Gets the number of the specified RtfList
 

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

Methods in com.lowagie.text.rtf.list that return RtfList
 RtfList RtfListLevel.getParent()
           
 RtfList RtfList.getParentList()
           
 

Methods in com.lowagie.text.rtf.list with parameters of type RtfList
 void RtfListTable.freeListNumber(RtfList list)
          Remove a RtfList from the list of RtfList
 int RtfListTable.getListNumber(RtfList list)
          Gets the id of the specified RtfList.
 void RtfListLevel.setParent(RtfList parent)
           
 void RtfList.setParentList(RtfList parentList)
           
 

Constructors in com.lowagie.text.rtf.list with parameters of type RtfList
RtfListLevel(RtfDocument doc, RtfList parent)
           
 



Copyright © 2012. All Rights Reserved.