!--a11y-->
Web
Dynpro FlowData API - IWDFlowData 
The Web Dynpro IWDFlowData API provides the layout data for an user interface element in a container (to which a flow layout is assigned).
·
paddingBottom
Specifies the padding to the
bottom edge of the flow layout for an individual UI element.
·
paddingLeft
Specifies the padding to the
left edge of the flow layout for an individual UI element.
·
paddingRight
Specifies the padding to the
right edge of the flow layout for an individual UI element.
·
paddingTop
Specifies the padding to the
top edge of the flow layout for an individual UI element.

If you have already defined alignment data for the flow layout that is valid for all UI elements, these values are overwritten by the values of the flow data properties.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
paddingBottom |
IWDFlowData |
String |
|
Layout data is not bindable |
No |
paddingLeft |
IWDFlowData |
String |
|
|
No |
paddingRight |
IWDFlowData |
String |
|
|
No |
paddingTop |
IWDFlowData |
String |
|
|
No |
Method Name |
Parameter |
Return Value |
Short Description |
getPaddingBottom |
|
String |
Returns the value of the paddingBottom property. |
getPaddingLeft |
|
String |
Returns the value of the paddingLeft property. |
getPaddingRight |
|
String |
Returns the value of the paddingRight property. |
getPaddingTop |
|
String |
Returns the value of the paddingTop property. |
setPaddingBottom |
(String paddingBottom) |
|
Sets the value of the paddingBottom property. |
setPaddingLeft |
(String paddingLeft) |
|
Sets the value of the paddingLeft property. |
setPaddingRight |
(String paddingRight) |
|
Sets the value of the paddingRight property. |
setPaddingTop |
(String paddingTop) |
|
Sets the value of the paddingTop property. |
Additional methods described in the following APIs are available using inheritance: IWDLayoutData, IWDViewElement.
