Visio.Interfaces.DocumentLoadOptions interface
ドキュメント クラスを表します。
注釈
[ API セット: 1.1 ]
プロパティ
$all | LoadOptions に |
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 ]
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins