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
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:
- 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.
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
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:
- 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.