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