class anychart.core.ui.table.Padding Improve this Doc
Padding settings proxy. Doesn't store anything - just passes settings to and from the parent object.
Methods Overview
Size and Position | |
bottom() | Bottom padding settings. |
left() | Left padding settings. |
right() | Right padding settings. |
top() | Top padding settings. |
Methods Description
bottom
Getter for bottom padding.
Detailed description
Returns previously set padding, not the derived pixel value.
Returns:
number | string | undefined - Current bottom padding.Try it:
Setter for bottom padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | 0 | Value to set. |
Returns:
anychart.core.ui.table.Padding - Self instance for method chaining.Try it:
left
Getter for left padding.
Detailed description
Returns previously set padding, not the derived pixel value.
Returns:
number | string | undefined - Current left padding.Try it:
Setter for left padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | 0 | Value to set. |
Returns:
anychart.core.ui.table.Padding - Self instance for method chaining.Try it:
right
Getter for right padding.
Detailed description
Returns previously set padding, not the derived pixel value.
Returns:
number | string | undefined - Current right padding.Try it:
Setter for right padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | 0 | Value to set. |
Returns:
anychart.core.ui.table.Padding - Self instance for method chaining.Try it:
top
Getter for top padding.
Detailed description
Returns previously set padding, not the derived pixel value.
Returns:
number | string | undefined - Current top padding.Try it:
Setter for top padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | 0 | Value to set. |
Returns:
anychart.core.ui.table.Padding - Self instance for method chaining.Try it: