Uses of Class
com.lowagie.text.rtf.list.RtfListLevel
Packages that use RtfListLevel
-
Uses of RtfListLevel in com.lowagie.text.rtf.list
Fields in com.lowagie.text.rtf.list declared as RtfListLevelModifier and TypeFieldDescriptionprivate RtfListLevelRtfListLevel.listLevelParentprivate RtfListLevelRtfListItem.parentListThe RtfList this RtfListItem belongs to.Fields in com.lowagie.text.rtf.list with type parameters of type RtfListLevelModifier and TypeFieldDescriptionprivate final List<RtfListLevel>RtfList.listLevelsThe RtfList lists managed by this RtfListTableMethods in com.lowagie.text.rtf.list that return RtfListLevelModifier and TypeMethodDescriptionRtfList.getListLevel(int index) RtfListLevel.getListLevelParent()RtfListItem.getParent()Set the parent RtfList.Methods in com.lowagie.text.rtf.list with parameters of type RtfListLevelModifier and TypeMethodDescriptionvoidRtfListLevel.setListLevelParent(RtfListLevel listLevelParent) voidRtfListItem.setParent(RtfListLevel parentList) Set the parent RtfList.protected voidRtfList.writeListTextBlock(OutputStream result, int itemNr, RtfListLevel listLevel) Constructors in com.lowagie.text.rtf.list with parameters of type RtfListLevel -
Uses of RtfListLevel in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfListLevel