Visio.Interfaces.DocumentLoadOptions interface

ドキュメント クラスを表します。

注釈

[ API セット: 1.1 ]

プロパティ

$all

LoadOptions を指定すると $all 、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。

application

このドキュメントを含む Visio アプリケーションのインスタンスを表します。

view

DocumentView オブジェクトを返します。

プロパティの詳細

$all

LoadOptions を指定すると $all 、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

application

このドキュメントを含む Visio アプリケーションのインスタンスを表します。

application?: Visio.Interfaces.ApplicationLoadOptions;

プロパティ値

注釈

[ API セット: 1.1 ]

view

DocumentView オブジェクトを返します。

view?: Visio.Interfaces.DocumentViewLoadOptions;

プロパティ値

注釈

[ API セット: 1.1 ]