PageHeaderArea 
A PageHeaderArea should not contain interactive UI elements.
beginPadding
specifies whether there is a padding at the begin of the PageHeaderArea.
bottomPadding
specifies whether there is a padding at the bottom of the PageHeaderArea
design
Describes the appearance of the PageHeaderArea. The design property can take the following values and is represented by enumeration type WDPageHeaderAreaDesign:
emphasized
standard
transparent
endPadding
specifies whether there is a padding at the end of the PageHeaderArea.
topPadding
specifies whether there is a padding at the top of the PageHeaderArea
Name |
Interface |
Type |
Initial Value |
Bindable |
|---|---|---|---|---|
beginPadding |
IWDPageHeaderArea |
boolean |
true |
bindable |
bottomPadding |
IWDPageHeaderArea |
boolean |
true |
bindable |
design |
IWDPageHeaderArea |
WDPageHeaderAreaDesign |
standard |
bindable |
endPadding |
IWDPageHeaderArea |
boolean |
true |
bindable |
topPadding |
IWDPageHeaderArea |
boolean |
true |
bindable |