Visio.Interfaces.PageData interface
An interface describing the data returned by calling page.toJSON().
Properties
| all |
All shapes in the Page, including subshapes. |
| comments | Returns the Comments Collection. |
| height | Returns the height of the page. |
| index | Index of the Page. |
| is |
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
[ API set: 1.1 ]
comments
Returns the Comments Collection.
comments?: Visio.Interfaces.CommentData[];
Property Value
Remarks
[ API set: 1.1 ]
height
index
isBackground
Whether the page is a background page or not.
isBackground?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
name
shapes
All top-level shapes in the Page.
shapes?: Visio.Interfaces.ShapeData[];
Property Value
Remarks
[ API set: 1.1 ]
view
Returns the view of the page.
view?: Visio.Interfaces.PageViewData;
Property Value
Remarks
[ API set: 1.1 ]