[]
Adds tests in a list.
public RtfListText[] AddListTexts(RtfListType listType, params KeyValuePair<int, string>[] pairs)
Type | Name | Description |
---|---|---|
RtfListType | listType | The list type. |
KeyValuePair<int, string>[] | pairs | The list data, texts for a level. |
Type | Description |
---|---|
RtfListText[] |