DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class SubListList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.SubListList

public class SubListList
extends java.lang.Object

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

addOrderedSubList

public OrderedSubList addOrderedSubList()

Creates new OrderedSubList as a sublist of ListItem Which is calling this method.

Returns:
OrderedSubList The newly Created OrderedSubList.

addUnorderedSubList

public UnorderedSubList addUnorderedSubList()

Creates new UnorderedSubList as a sublist of ListItem Which is calling this method.

Returns:
UnorderedSubList The Sublist of the ListItem.

addOrderedSubList

public OrderedSubList addOrderedSubList(NumberingStyle nStyle)

Creates new OrderedSubList as a sublist of ListItem Which is calling this method.

Parameters:
nStyle - The NumberingStyle of the Sublist.
Returns:
OrderedSubList The newly Created OrderedSubList.
See Also:
NumberingStyle

addUnorderedSubList

public UnorderedSubList addUnorderedSubList(UnorderedListStyle bullet)

Creates new UnorderedSubList as a sublist of ListItem Which is calling this method.

Parameters:
bullet - The UnorderedListStyle of the Sublist.
Returns:
UnorderedSubList The newly Created UnorderedSubList.
See Also:
UnorderedListStyle

getList

public List getList(int index)
Gets the List from the subList of Lists based on the given index value.

Parameters:
index - Index of the List.
Returns:
List The list of the given index.

size

public int size()
Gets the number of sublists.

Returns:
int size of the Sublists.

ZInternal_getLineCount

public int ZInternal_getLineCount()

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software