SubListList.AddUnorderedSubList

Overloads

AddUnorderedSubList()Creates new UnorderedSubList as a sublist of ListItem Which is calling this method.
AddUnorderedSubList(UnorderedListStyle)Creates new UnorderedSubList as a sub list of ListItem Which is calling this method.

AddUnorderedSubList()

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

public UnorderedSubList AddUnorderedSubList()
Function AddUnorderedSubList() As UnorderedSubList

Returns

UnorderedSubList

The newly Created UnorderedSubList.

Licensing Info

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

AddUnorderedSubList(UnorderedListStyle)

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

public UnorderedSubList AddUnorderedSubList(UnorderedListStyle bullet)
Function AddUnorderedSubList(bullet As UnorderedListStyle) As UnorderedSubList

Parameters

bullet
UnorderedListStyle

UnorderedListStyle of the newly created UnorderedList.

Returns

UnorderedSubList

The newly Created UnorderedSubList.

Licensing Info

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

See Also

UnorderedSubList
SubListList
ceTe.DynamicPDF.PageElements

In this topic