Word.Interfaces.ShadingUpdateData interface
用于更新对象上的 Shading
数据的接口,用于 在 中使用 shading.set({ ... })
。
属性
background |
指定对象背景的颜色。 可以采用“#RRGGBB”格式或颜色名称提供值。 |
属性详细信息
backgroundPatternColor
指定对象背景的颜色。 可以采用“#RRGGBB”格式或颜色名称提供值。
backgroundPatternColor?: string;
属性值
string