ComponentOne Word for WPF
C1.WPF.Word.4.5.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()
    public RtfListText[] AddListTexts( 
       RtfListType listType,
       params KeyValuePair<int,string>[] pairs
    )

    Parameters

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