[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.AddListTexts

AddListTexts Method

AddListTexts(RtfListType, params KeyValuePair<int, string>[])

Adds tests in a list.

Declaration
public RtfListText[] AddListTexts(RtfListType listType, params KeyValuePair<int, string>[] pairs)
Parameters
Type Name Description
RtfListType listType

The list type.

KeyValuePair<int, string>[] pairs

The list data, texts for a level.

Returns
Type Description
RtfListText[]