SubListList.AddOrderedSubList

Overloads

AddOrderedSubList()Creates new OrderedSubList as a sublist of ListItem Which is calling this method.
AddOrderedSubList(NumberingStyle)Creates new OrderedSubList as a sublist of ListItem Which is calling this method.

AddOrderedSubList()

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

public OrderedSubList AddOrderedSubList()
Function AddOrderedSubList() As OrderedSubList

Returns

OrderedSubList

The newly Created OrderedSubList.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

AddOrderedSubList(NumberingStyle)

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

public OrderedSubList AddOrderedSubList(NumberingStyle nStyle)
Function AddOrderedSubList(nStyle As NumberingStyle) As OrderedSubList

Parameters

nStyle
NumberingStyle

NumberingStyle of the newly created orderedList.

Returns

OrderedSubList

The newly Created OrderedSubList.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

OrderedSubList
SubListList
ceTe.DynamicPDF.PageElements

In this topic