Edit

Visio.Interfaces.ShapeDataItemData interface

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

Remarks

Used by

Properties

format

A string that specifies the format of the shape data item. Read-only.

formattedValue

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

label

A string that specifies the label of the shape data item. Read-only.

value

A string that specifies the value of the shape data item. Read-only.

Property Details

format

A string that specifies the format of the shape data item. Read-only.

format?: string;

Property Value

string

Remarks

API set: 1.1

formattedValue

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

formattedValue?: string;

Property Value

string

Remarks

API set: 1.1

label

A string that specifies the label of the shape data item. Read-only.

label?: string;

Property Value

string

Remarks

API set: 1.1

value

A string that specifies the value of the shape data item. Read-only.

value?: string;

Property Value

string

Remarks

API set: 1.1