Visio.Interfaces.ShapeCollectionLoadOptions interface
Represents the Shape Collection.
Remarks
[ API set: 1.1 ]
Properties
$all | Specifying |
id | For EACH ITEM in the collection: Shape's identifier. Read-only. |
name | For EACH ITEM in the collection: Shape's name. Read-only. |
select | For EACH ITEM in the collection: Returns true, if shape is selected. User can set true to select the shape explicitly. |
text | For EACH ITEM in the collection: Shape's text. Read-only. |
view | For EACH ITEM in the collection: Returns the view of the shape. |
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
id
For EACH ITEM in the collection: Shape's identifier. Read-only.
id?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
name
For EACH ITEM in the collection: Shape's name. Read-only.
name?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
select
For EACH ITEM in the collection: Returns true, if shape is selected. User can set true to select the shape explicitly.
select?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
text
For EACH ITEM in the collection: Shape's text. Read-only.
text?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
view
For EACH ITEM in the collection: Returns the view of the shape.
view?: Visio.Interfaces.ShapeViewLoadOptions;
Property Value
Remarks
[ API set: 1.1 ]
Office Add-ins