OfficeExtension.EmbeddedOptions interface
指定嵌入在 SharePoint 页面中的 Visio 图表的会话的选项。 由 的构造函数 EmbeddedSession调用。 有关详细信息,请参阅 Visio JavaScript API 概述。
属性详细信息
container
container?: HTMLElement,
属性值
HTMLElement
height
height?: string;
属性值
string
id
id?: string;
属性值
string
sessionKey
sessionKey?: string,
属性值
string
timeoutInMilliseconds
timeoutInMilliseconds?: number;
属性值
number
width
width?: string;
属性值
string