| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SectionStyle |
SectionStyle.clone() |
SectionStyle |
BodySectionConfiguration.getStyle()
The style options of a body section.
|
SectionStyle |
HeaderFooterSectionConfiguration.getStyle()
The style options of a header or footer section.
|
SectionStyle |
SectionStyle.withHeight(String height)
The height of a section.
|
SectionStyle |
SectionStyle.withPadding(Spacing padding)
The spacing between section content and its top, bottom, left, and right edges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodySectionConfiguration.setStyle(SectionStyle style)
The style options of a body section.
|
void |
HeaderFooterSectionConfiguration.setStyle(SectionStyle style)
The style options of a header or footer section.
|
BodySectionConfiguration |
BodySectionConfiguration.withStyle(SectionStyle style)
The style options of a body section.
|
HeaderFooterSectionConfiguration |
HeaderFooterSectionConfiguration.withStyle(SectionStyle style)
The style options of a header or footer section.
|
Copyright © 2023. All rights reserved.