Visio.Interfaces.ShapeDataItemData interface

An interface describing the data returned by calling shapeDataItem.toJSON().

Properties

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

format

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

format?: string;

Property Value

string

Remarks

[ API set: 1.1 ]

formattedValue

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

formattedValue?: string;

Property Value

string

Remarks

[ API set: 1.1 ]

label

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

label?: string;

Property Value

string

Remarks

[ API set: 1.1 ]

value

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

value?: string;

Property Value

string

Remarks

[ API set: 1.1 ]