C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddListTexts Method
The list type.
The list data, texts for a level.

In This Topic
AddListTexts Method
In This Topic
Adds tests in a list.
Syntax
'Declaration
 
Public Function AddListTexts( _
   ByVal listType As RtfListType, _
   ByVal ParamArray pairs() As KeyValuePair(Of Integer,String) _
) As RtfListText()
 

Parameters

listType
The list type.
pairs
The list data, texts for a level.
See Also