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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.