Uses of Class
com.lowagie.text.rtf.list.RtfListLevel
-
Packages that use RtfListLevel Package Description com.lowagie.text.rtf.list -
-
Uses of RtfListLevel in com.lowagie.text.rtf.list
Methods in com.lowagie.text.rtf.list that return RtfListLevel Modifier and Type Method Description RtfListLevelRtfList. getListLevel(int index)RtfListLevelRtfListLevel. getListLevelParent()RtfListLevelRtfListItem. getParent()Set the parent RtfList.Methods in com.lowagie.text.rtf.list with parameters of type RtfListLevel Modifier and Type Method Description voidRtfListLevel. setListLevelParent(RtfListLevel listLevelParent)voidRtfListItem. setParent(RtfListLevel parentList)Set the parent RtfList.protected voidRtfList. 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)
-