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 com.lowagie.text.rtf.parser.destinations -
-
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 void
RtfDocumentHeader. freeListNumber(RtfList list)
Removes a RtfList from the list tableint
RtfDocumentHeader. getListNumber(RtfList list)
Gets the number of the specified RtfList -
Uses of RtfList in com.lowagie.text.rtf.list
Fields in com.lowagie.text.rtf.list declared as RtfList Modifier and Type Field Description private RtfList
RtfListLevel. parent
Parent list objectprivate RtfList
RtfList. parentList
The parent list if there is one.Fields in com.lowagie.text.rtf.list with type parameters of type RtfList Modifier and Type Field Description private java.util.List<RtfList>
RtfListTable. lists
The RtfList lists managed by this RtfListTableMethods in com.lowagie.text.rtf.list that return RtfList Modifier and Type Method Description RtfList
RtfListLevel. getParent()
RtfList
RtfList. getParentList()
Methods in com.lowagie.text.rtf.list with parameters of type RtfList Modifier and Type Method Description void
RtfListTable. freeListNumber(RtfList list)
Remove a RtfList from the list of RtfListint
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 Constructor Description RtfListLevel(RtfDocument doc, RtfList parent)
-
Uses of RtfList in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfList Modifier and Type Field Description private RtfList
RtfDestinationListTable. newList
-