Visio.Interfaces.ShapeDataItemLoadOptions interface

Represents the ShapeDataItem.

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

A string that specifies the format of the shape data item.

formattedValue

A string that specifies the formatted value of the shape data item.

label

A string that specifies the label of the shape data item.

value

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

A string that specifies the format of the shape data item.

format?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

formattedValue

A string that specifies the formatted value of the shape data item.

formattedValue?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

label

A string that specifies the label of the shape data item.

label?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

value

A string that specifies the value of the shape data item.

value?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]