バージョン

Lists プロパティ

各 RichTextList オブジェクトがドキュメントで先頭文字または番号付きリストを識別する RichTextList オブジェクトのコレクション。
シンタックス
'宣言
 
Public Property Lists As RichTextListCollection
public RichTextListCollection Lists {get; set;}
解説

箇条書きまたは番号付きリストを作成するには、RichTextList オブジェクトを作成し、このコレクションに追加します。ドキュメントでリストの各項目に段落を作成および追加します。各段落の ParagraphSettings.ListId プロパティを RichTextList RichTextList.Id と同じ値に設定します。階層リストを作成するには、段落の ParagraphNode.ListLevel プロパティを設定します。0 はルート レベルで、1 は子レベルなどです。

参照