| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.SubListList
public class SubListList
Represent the SubLists.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  OrderedSubList | addOrderedSubList()Creates new OrderedSubList as a sublist of ListItem Which is calling this method. | 
|  OrderedSubList | addOrderedSubList(NumberingStyle nStyle)Creates new OrderedSubList as a sublist of ListItem Which is calling this method. | 
|  UnorderedSubList | addUnorderedSubList()Creates new UnorderedSubList as a sublist of ListItem Which is calling this method. | 
|  UnorderedSubList | addUnorderedSubList(UnorderedListStyle bullet)Creates new UnorderedSubList as a sublist of ListItem Which is calling this method. | 
|  List | getList(int index)Gets the List from the subList of Lists based on the given index value. | 
|  int | size()Gets the number of sublists. | 
|  int | ZInternal_getLineCount() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public OrderedSubList addOrderedSubList()
Creates new OrderedSubList as a sublist of ListItem Which is calling this method.
public UnorderedSubList addUnorderedSubList()
Creates new UnorderedSubList as a sublist of ListItem Which is calling this method.
public OrderedSubList addOrderedSubList(NumberingStyle nStyle)
Creates new OrderedSubList as a sublist of ListItem Which is calling this method.
nStyle - The NumberingStyle of the Sublist.
NumberingStylepublic UnorderedSubList addUnorderedSubList(UnorderedListStyle bullet)
Creates new UnorderedSubList as a sublist of ListItem Which is calling this method.
bullet - The UnorderedListStyle of the Sublist.
UnorderedListStylepublic List getList(int index)
index - Index of the List.
public int size()
public int ZInternal_getLineCount()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||