Visio.Interfaces.ShapeDataItemLoadOptions interface
Represents the ShapeDataItem.
Remarks
[ API set: 1.1 ]
Properties
$all | Specifying |
format | A string that specifies the format of the shape data item. Read-only. |
formatted |
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
$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. Read-only.
format?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
formattedValue
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
A string that specifies the label of the shape data item. Read-only.
label?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
value
A string that specifies the value of the shape data item. Read-only.
value?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
Office Add-ins