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 TypeMethodDescriptionvoidRtfDocumentHeader.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
Fields in com.lowagie.text.rtf.list declared as RtfListModifier and TypeFieldDescriptionprivate RtfListRtfListLevel.parentParent list objectprivate RtfListRtfList.parentListThe parent list if there is one.Fields in com.lowagie.text.rtf.list with type parameters of type RtfListModifier and TypeFieldDescriptionRtfListTable.listsThe 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 TypeMethodDescriptionvoidRtfListTable.freeListNumber(RtfList list) Remove a RtfList from the list of RtfListintRtfListTable.getListNumber(RtfList list) Gets the id of the specified RtfList.voidvoidRtfList.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