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 - Bottom padding.Try it:
Setter for bottom padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
bottom | 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 - Left padding.Try it:
Setter for left padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
left | 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 - Right padding.Try it:
Setter for right padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
right | number | string | 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 - Top padding.Try it:
Setter for top padding.
Params:
Name | Type | Default | Description |
---|---|---|---|
top | number | string | 0 | Value to set. |
Returns:
anychart.core.ui.table.Padding - Self instance for method chaining.Try it: