Word.Interfaces.ListLevelCollectionLoadOptions interface
包含 Word 集合。ListLevel 对象。
属性
| $all | 指定加载选项将 |
| alignment | 对于集合中的每个项目: 指定列表级别的水平对齐方式。 值可以是 |
| font | For EACH ITEM in the collection: 获取表示 |
| linked |
对于集合中的每个项: 指定链接到 |
| number |
For EACH ITEM in the collection: 指定列表级别的数字格式。 |
| number |
For EACH ITEM in the collection: 指定对象编号或项目符号 |
| number |
For EACH ITEM in the collection: 指定对象的编号样式 |
| reset |
对于集合中的每个项目:指定在重新开始编号为 1 之前必须显示的列表级别。 |
| start |
对于集合中的每个项目: 指定对象的起始编号 |
| tab |
对于集合中的每个项目: 指定对象的选项卡位置 |
| text |
For EACH ITEM in the collection: 指定对象的 |
| trailing |
For EACH ITEM in the collection: 指定在列表级别编号后插入的字符。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
alignment
对于集合中的每个项目: 指定列表级别的水平对齐方式。 值可以是 left、 centered或 right。
alignment?: boolean;
属性值
boolean
注解
font
For EACH ITEM in the collection: 获取表示 Font 对象的 ListLevel 字符格式的对象。
font?: Word.Interfaces.FontLoadOptions;
属性值
注解
linkedStyle
numberFormat
For EACH ITEM in the collection: 指定列表级别的数字格式。
numberFormat?: boolean;
属性值
boolean
注解
numberPosition
For EACH ITEM in the collection: 指定对象编号或项目符号 ListLevel 的点) 位置 (。
numberPosition?: boolean;
属性值
boolean
注解
numberStyle
For EACH ITEM in the collection: 指定对象的编号样式 ListLevel 。
numberStyle?: boolean;
属性值
boolean
注解
resetOnHigher
对于集合中的每个项目:指定在重新开始编号为 1 之前必须显示的列表级别。
resetOnHigher?: boolean;
属性值
boolean
注解
startAt
tabPosition
textPosition
For EACH ITEM in the collection: 指定对象的 ListLevel 第二行环绕文字的位置) (。
textPosition?: boolean;
属性值
boolean
注解
trailingCharacter
For EACH ITEM in the collection: 指定在列表级别编号后插入的字符。
trailingCharacter?: boolean;
属性值
boolean