ListFormat.ListTemplate 属性

定义

返回一个 ListTemplate 对象,该对象代表指定 ListFormat 对象的列表格式。

public:
 property Microsoft::Office::Interop::Word::ListTemplate ^ ListTemplate { Microsoft::Office::Interop::Word::ListTemplate ^ get(); };
public Microsoft.Office.Interop.Word.ListTemplate ListTemplate { get; }
member this.ListTemplate : Microsoft.Office.Interop.Word.ListTemplate
Public ReadOnly Property ListTemplate As ListTemplate

属性值

注解

一个列表模板包含定义特定列表的所有格式。 “项目符号和编号”对话框(“格式”菜单)中的每个选项卡上有七种格式(不包括“无”),每一种格式对应于一个列表模板。 文档和模板也可以包含列表模板的集合。

如果 ListFormat 对象的范围的第一个段落的格式不是列表,则 ListTemplate 属性将返回 Nothing

适用于