PaddingStyleProperties

PaddingStyleProperties is one these types:

PaddingStyleProperties
AddRowButtonProperties
ArticleControl
AsideControl
BasicBlockControl
BootstrapColumnControl
BootstrapContainerControl
BootstrapRowControl
ButtonColumnControl
ButtonColumnProperties
ButtonControl
ButtonControlProperties
CanvasControl
CellStyleProperties
ColumnLayoutCell
ColumnStyleProperties
EbaseButtonControlProperties
FieldColumnControl
FieldControl
FieldHyperlinkProperties
FileUploadControl
FileUploadTextControl
FinishButtonControl
FooterControl
FormHeaderProperties
GridCellControl
GroupAndPageTextProperties
HeaderControl
HeadingControl
HorizontalMenuControl
HyperlinkControl
ImageColumnControl
InitiateUploadControl
ListControl
ListHyperlinkControl
ListItemControl
ListPanelControl
MainControl
MenuControl
MessageStyleProperties
NavControl
NavigationBarStyleProperties
NavigationRowProperties
NextPageButtonControl
PageNavigationButtonStyle
PanelControl
PDFPageStyleProperties
PrevPageButtonControl
RepeatingStyleProperties
RepeatingTableControl
RepeatingTableListControl
RepeatingTableListRowControl
RepeatingTableRowControl
RestoreButtonControl
SaveButtonControl
SectionControl
TabAllStateProperties
TableAddRowCellProperties
TableCellStyleProperties
TableColumnHeaderProperties
TableColumnValuePatternProperties
TableControlStyleProperties
TableControlTextProperties
TabSetContentPanelProperties
TextControl
TitleBarProperties
VerticalMenuControl

Padding represents the space between an HTML element's content and its border. The padding space is displayed using the element's background color.

This is in contrast to MarginStyleProperties which represents space outside an element's border, and is therefore displayed with the background color of it's parent element.

Further documentation.

PaddingStyleProperties Functions

getAllPadding PaddingStyleProperties.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding PaddingStyleProperties.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding PaddingStyleProperties.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding PaddingStyleProperties.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding PaddingStyleProperties.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding PaddingStyleProperties.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding PaddingStyleProperties.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding PaddingStyleProperties.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding PaddingStyleProperties.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding PaddingStyleProperties.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.