Class
ApplyPageLayout, Delete, GetProps, ObjectValid, SetProps
MasterPage
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
Name | string | readwrite | |
PageFrame | UnanchoredFrame | readonly | |
PageHeight | int | readonly | |
PageNext | MasterPage | readonly | |
PageNum | int | readonly | |
PagePrev | MasterPage | readonly | |
PageWidth | int | readonly |
Methods
Instances
int ApplyPageLayout (srcPage: PageObject) PageObject is any Page object i.e., BodyPage, MasterPage, ReferencePage, HiddenPage
Parameter | Type | Description |
---|---|---|
srcPage | PageObject |
PropVals GetProps ()
void SetProps (setVal: PropVals)
Parameter | Type | Description |
---|---|---|
setVal | PropVals |
Element of
Doc.FirstMasterPageInDoc
Doc.LastMasterPageInDoc
Doc.LeftMasterPage
Doc.RightMasterPage
MasterPage.PageNext
MasterPage.PagePrev
Return
MasterPage Doc.GetNamedMasterPage (name: string)
MasterPage Doc.NewNamedMasterPage (name: string)
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |