Word.Interfaces.PageCollectionLoadOptions interface
Represents the collection of Word.Page objects.
Remarks
Properties
| $all | Specifying |
| height | For EACH ITEM in the collection: Gets the height, in points, of the paper defined in the Page Setup dialog box. |
| index | For EACH ITEM in the collection: Gets the index of the page. The page index is 1-based and independent of the user's custom page numbering. |
| width | For EACH ITEM in the collection: Gets the width, in points, of the paper defined in the Page Setup dialog box. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
height
For EACH ITEM in the collection: Gets the height, in points, of the paper defined in the Page Setup dialog box.
height?: boolean;
Property Value
boolean
Remarks
index
For EACH ITEM in the collection: Gets the index of the page. The page index is 1-based and independent of the user's custom page numbering.
index?: boolean;
Property Value
boolean
Remarks
width
For EACH ITEM in the collection: Gets the width, in points, of the paper defined in the Page Setup dialog box.
width?: boolean;
Property Value
boolean