Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.PageData interface
- Package:
- visio
An interface describing the data returned by calling page.toJSON().
Properties
| allShapes | All shapes in the Page, including subshapes. |
| comments | Returns the Comments Collection. |
| height | Returns the height of the page. |
| index | Index of the Page. |
| isBackground | Whether the page is a background page or not. |
| name | Page name. |
| shapes | All top-level shapes in the Page. |
| view | Returns the view of the page. |
| width | Returns the width of the page. |
Property Details
allShapes
All shapes in the Page, including subshapes.
allShapes?: Visio.Interfaces.ShapeData[];
Property Value
Remarks
comments
Returns the Comments Collection.
comments?: Visio.Interfaces.CommentData[];
Property Value
Remarks
height
index
isBackground
Whether the page is a background page or not.
isBackground?: boolean;
Property Value
boolean
Remarks
name
shapes
All top-level shapes in the Page.
shapes?: Visio.Interfaces.ShapeData[];
Property Value
Remarks
view
Returns the view of the page.
view?: Visio.Interfaces.PageViewData;
Property Value
Remarks
width
Office Add-ins
Feedback
Was this page helpful?
