Word.Interfaces.ListFormatLoadOptions interface

表示某个区域的列表格式特征。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

isSingleList

指示对象是否 ListFormat 包含单个列表。

isSingleListTemplate

指示对象是否 ListFormat 包含单个列表模板。

list

返回 List 表示对象中包含的 ListFormat 第一个格式化列表的对象。

listLevelNumber

指定对象第一段 ListFormat 的列表级别编号。

listString

获取对象范围内 ListFormat 第一段的列表值的字符串表示形式。

listTemplate

获取与 ListFormat 对象关联的列表模板。

listType

获取对象的 ListFormat 列表类型。

listValue

获取对象范围内 ListFormat 第一段的数值。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

isSingleList

指示对象是否 ListFormat 包含单个列表。

isSingleList?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

isSingleListTemplate

指示对象是否 ListFormat 包含单个列表模板。

isSingleListTemplate?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

list

返回 List 表示对象中包含的 ListFormat 第一个格式化列表的对象。

list?: Word.Interfaces.ListLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.3

listLevelNumber

指定对象第一段 ListFormat 的列表级别编号。

listLevelNumber?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

listString

获取对象范围内 ListFormat 第一段的列表值的字符串表示形式。

listString?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

listTemplate

获取与 ListFormat 对象关联的列表模板。

listTemplate?: Word.Interfaces.ListTemplateLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.3

listType

获取对象的 ListFormat 列表类型。

listType?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

listValue

获取对象范围内 ListFormat 第一段的数值。

listValue?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3