Visio.Interfaces.ShapeDataItemCollectionLoadOptions interface
Represents the ShapeDataItemCollection for a given Shape.
Remarks
[ API set: 1.1 ]
Properties
$all | Specifying |
format | For EACH ITEM in the collection: A string that specifies the format of the shape data item. Read-only. |
formatted |
For EACH ITEM in the collection: A string that specifies the formatted value of the shape data item. Read-only. |
label | For EACH ITEM in the collection: A string that specifies the label of the shape data item. Read-only. |
value | For EACH ITEM in the collection: A string that specifies the value of the shape data item. |
Property Details
$all
Specifying $all
for the LoadOptions loads all the scalar properties (e.g.: Range.address
) but not the navigational properties (e.g.: Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
format
For EACH ITEM in the collection: A string that specifies the format of the shape data item. Read-only.
format?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
formattedValue
For EACH ITEM in the collection: A string that specifies the formatted value of the shape data item. Read-only.
formattedValue?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
label
For EACH ITEM in the collection: A string that specifies the label of the shape data item. Read-only.
label?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
value
For EACH ITEM in the collection: A string that specifies the value of the shape data item.
value?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
Office Add-ins