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 RtfListLevel
RtfListLevel.listLevelParent
private RtfListLevel
RtfListItem.parentList
The RtfList this RtfListItem belongs to.Fields in com.lowagie.text.rtf.list with type parameters of type RtfListLevelModifier and TypeFieldDescriptionprivate final List
<RtfListLevel> RtfList.listLevels
The 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 TypeMethodDescriptionvoid
RtfListLevel.setListLevelParent
(RtfListLevel listLevelParent) void
RtfListItem.setParent
(RtfListLevel parentList) Set the parent RtfList.protected void
RtfList.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