static HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.builder() |
|
default HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.layout(Consumer<SectionLayoutConfiguration.Builder> layout) |
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.layout(SectionLayoutConfiguration layout) |
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.sectionId(String sectionId) |
The unique identifier of the header or footer section.
|
default HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.style(Consumer<SectionStyle.Builder> style) |
The style options of a header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.style(SectionStyle style) |
The style options of a header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.toBuilder() |
|