| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Spacing |
Spacing.clone() |
Spacing |
SectionStyle.getPadding()
The spacing between section content and its top, bottom, left, and right edges.
|
Spacing |
SectionBasedLayoutPaperCanvasSizeOptions.getPaperMargin()
Defines the spacing between the canvas content and the top, bottom, left, and right edges.
|
Spacing |
Spacing.withBottom(String bottom)
Define the bottom spacing.
|
Spacing |
Spacing.withLeft(String left)
Define the left spacing.
|
Spacing |
Spacing.withRight(String right)
Define the right spacing.
|
Spacing |
Spacing.withTop(String top)
Define the top spacing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionStyle.setPadding(Spacing padding)
The spacing between section content and its top, bottom, left, and right edges.
|
void |
SectionBasedLayoutPaperCanvasSizeOptions.setPaperMargin(Spacing paperMargin)
Defines the spacing between the canvas content and the top, bottom, left, and right edges.
|
SectionStyle |
SectionStyle.withPadding(Spacing padding)
The spacing between section content and its top, bottom, left, and right edges.
|
SectionBasedLayoutPaperCanvasSizeOptions |
SectionBasedLayoutPaperCanvasSizeOptions.withPaperMargin(Spacing paperMargin)
Defines the spacing between the canvas content and the top, bottom, left, and right edges.
|
Copyright © 2023. All rights reserved.