Uses of Class
com.lowagie.text.rtf.list.RtfList
-
Packages that use RtfList Package Description 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 Modifier and Type Method Description voidRtfDocumentHeader. freeListNumber(RtfList list)Removes a RtfList from the list tableintRtfDocumentHeader. 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 Modifier and Type Method Description RtfListRtfListLevel. getParent()RtfListRtfList. getParentList()Methods in com.lowagie.text.rtf.list with parameters of type RtfList Modifier and Type Method Description voidRtfListTable. freeListNumber(RtfList list)Remove a RtfList from the list of RtfListintRtfListTable. getListNumber(RtfList list)Gets the id of the specified RtfList.voidRtfListLevel. setParent(RtfList parent)voidRtfList. setParentList(RtfList parentList)Constructors in com.lowagie.text.rtf.list with parameters of type RtfList Constructor Description RtfListLevel(RtfDocument doc, RtfList parent)
-