Word.Interfaces.ContentControlListItemData interface
一个接口,用于描述通过调用 contentControlListItem.toJSON()
返回的数据。
属性
display |
指定下拉列表或组合框内容控件的列表项的显示文本。 |
index | 指定列表项集合中内容控件列表项的索引位置。 |
value | 为下拉列表或组合框内容控件指定列表项的编程值。 |