Visio.Interfaces.ShapeDataItemCollectionLoadOptions interface

Represents the ShapeDataItemCollection for a given Shape.

Remarks

[ API set: 1.1 ]

Properties

$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).

format

For EACH ITEM in the collection: A string that specifies the format of the shape data item.

formattedValue

For EACH ITEM in the collection: A string that specifies the formatted value of the shape data item.

label

For EACH ITEM in the collection: A string that specifies the label of the shape data item.

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.

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.

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.

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 ]