Show TOC Start of Content Area

Object documentation PageHeaderArea  Locate the document in its SAP Library structure

Definition

A PageHeaderArea should not contain interactive UI elements.

Description of UI Element Properties

      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

Properties Overview

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

 

End of Content Area