Uses of Class
com.lowagie.text.rtf.list.RtfListLevel
-
Packages that use RtfListLevel Package Description com.lowagie.text.rtf.list com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfListLevel in com.lowagie.text.rtf.list
Fields in com.lowagie.text.rtf.list declared as RtfListLevel Modifier and Type Field Description private 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 RtfListLevel Modifier and Type Field Description private java.util.List<RtfListLevel>
RtfList. listLevels
The RtfList lists managed by this RtfListTableMethods in com.lowagie.text.rtf.list that return RtfListLevel Modifier and Type Method Description RtfListLevel
RtfList. getListLevel(int index)
RtfListLevel
RtfListLevel. getListLevelParent()
RtfListLevel
RtfListItem. getParent()
Set the parent RtfList.Methods in com.lowagie.text.rtf.list with parameters of type RtfListLevel Modifier and Type Method Description void
RtfListLevel. setListLevelParent(RtfListLevel listLevelParent)
void
RtfListItem. setParent(RtfListLevel parentList)
Set the parent RtfList.protected void
RtfList. writeListTextBlock(java.io.OutputStream result, int itemNr, RtfListLevel listLevel)
Constructors in com.lowagie.text.rtf.list with parameters of type RtfListLevel Constructor Description RtfListLevel(RtfListLevel ll)
-
Uses of RtfListLevel in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfListLevel Modifier and Type Field Description private RtfListLevel
RtfDestinationListTable. currentListLevel
-