Word.Interfaces.ListLevelCollectionLoadOptions interface

包含 Word 集合。ListLevel 对象。

属性

$all

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

alignment

对于集合中的每个项目: 指定列表级别的水平对齐方式。 值可以是 leftcenteredright

font

For EACH ITEM in the collection: 获取表示 Font 对象的 ListLevel 字符格式的对象。

linkedStyle

对于集合中的每个项: 指定链接到 ListLevel 对象的样式的名称。

numberFormat

For EACH ITEM in the collection: 指定列表级别的数字格式。

numberPosition

For EACH ITEM in the collection: 指定对象编号或项目符号 ListLevel 的点) 位置 (。

numberStyle

For EACH ITEM in the collection: 指定对象的编号样式 ListLevel

resetOnHigher

对于集合中的每个项目:指定在重新开始编号为 1 之前必须显示的列表级别。

startAt

对于集合中的每个项目: 指定对象的起始编号 ListLevel

tabPosition

对于集合中的每个项目: 指定对象的选项卡位置 ListLevel

textPosition

For EACH ITEM in the collection: 指定对象的 ListLevel 第二行环绕文字的位置) (。

trailingCharacter

For EACH ITEM in the collection: 指定在列表级别编号后插入的字符。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

alignment

对于集合中的每个项目: 指定列表级别的水平对齐方式。 值可以是 leftcenteredright

alignment?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

font

For EACH ITEM in the collection: 获取表示 Font 对象的 ListLevel 字符格式的对象。

font?: Word.Interfaces.FontLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.1

linkedStyle

对于集合中的每个项: 指定链接到 ListLevel 对象的样式的名称。

linkedStyle?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

numberFormat

For EACH ITEM in the collection: 指定列表级别的数字格式。

numberFormat?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

numberPosition

For EACH ITEM in the collection: 指定对象编号或项目符号 ListLevel 的点) 位置 (。

numberPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

numberStyle

For EACH ITEM in the collection: 指定对象的编号样式 ListLevel

numberStyle?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

resetOnHigher

对于集合中的每个项目:指定在重新开始编号为 1 之前必须显示的列表级别。

resetOnHigher?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

startAt

对于集合中的每个项目: 指定对象的起始编号 ListLevel

startAt?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

tabPosition

对于集合中的每个项目: 指定对象的选项卡位置 ListLevel

tabPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

textPosition

For EACH ITEM in the collection: 指定对象的 ListLevel 第二行环绕文字的位置) (。

textPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1

trailingCharacter

For EACH ITEM in the collection: 指定在列表级别编号后插入的字符。

trailingCharacter?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.1