Word.Interfaces.BuildingBlockUpdateData interface
用于更新对象上的 BuildingBlock 数据的接口,用于 在 中使用 buildingBlock.set({ ... })。
属性
| description | 指定构建基块的说明。 |
| insert |
指定一个 |
| name | 指定生成块的名称。 |
| value | 指定构建基块的内容。 |
属性详细信息
description
insertType
指定一个 DocPartInsertType 值,该值表示如何将构建基块的内容插入文档中。
insertType?: Word.DocPartInsertType | "Content" | "Paragraph" | "Page";
属性值
Word.DocPartInsertType | "Content" | "Paragraph" | "Page"