Visio.Interfaces.ShapeDataItemCollectionLoadOptions interface
特定の図形の ShapeDataItemCollection を表します。
プロパティ
| $all | LoadOptions に |
| format | For each ITEM in the collection: 図形データ項目の書式を指定する文字列。 読み取り専用です。 |
| formatted |
For each ITEM in the collection: 図形データ項目の書式設定された値を指定する文字列。 読み取り専用です。 |
| label | For each ITEM in the collection: 図形データ項目のラベルを指定する文字列。 読み取り専用です。 |
| value | For each ITEM in the collection: 図形データ項目の値を指定する文字列。 |
プロパティの詳細
$all
LoadOptions に $all を指定すると、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
format
For each ITEM in the collection: 図形データ項目の書式を指定する文字列。 読み取り専用です。
format?: boolean;
プロパティ値
boolean
注釈
formattedValue
For each ITEM in the collection: 図形データ項目の書式設定された値を指定する文字列。 読み取り専用です。
formattedValue?: boolean;
プロパティ値
boolean
注釈
label
For each ITEM in the collection: 図形データ項目のラベルを指定する文字列。 読み取り専用です。
label?: boolean;
プロパティ値
boolean