Uses of Class
com.lowagie.text.rtf.list.RtfList
Packages that use RtfList
Package
Description
-
Uses of RtfList in com.lowagie.text.rtf.document
Methods in com.lowagie.text.rtf.document with parameters of type RtfListModifier and TypeMethodDescriptionvoid
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 RtfListModifier and TypeFieldDescriptionprivate 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 RtfListModifier and TypeFieldDescriptionRtfListTable.lists
The RtfList lists managed by this RtfListTableMethods in com.lowagie.text.rtf.list that return RtfListMethods in com.lowagie.text.rtf.list with parameters of type RtfListModifier and TypeMethodDescriptionvoid
RtfListTable.freeListNumber
(RtfList list) Remove a RtfList from the list of RtfListint
RtfListTable.getListNumber
(RtfList list) Gets the id of the specified RtfList.void
void
RtfList.setParentList
(RtfList parentList) Constructors in com.lowagie.text.rtf.list with parameters of type RtfList -
Uses of RtfList in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfList