OneNote.Interfaces.TableUpdateData interface
用于更新对象上的 Table
数据的接口,用于 在 中使用 table.set({ ... })
。
属性
border |
获取或设置边框是否可见。 如果为 true,则边框可见,如果为 false,则隐藏边框。 |
属性详细信息
borderVisible
获取或设置边框是否可见。 如果为 true,则边框可见,如果为 false,则隐藏边框。
borderVisible?: boolean;
属性值
boolean