static LayoutConfiguration.Builder |
LayoutConfiguration.builder() |
|
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.freeFormLayout(Consumer<FreeFormLayoutConfiguration.Builder> freeFormLayout) |
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.freeFormLayout(FreeFormLayoutConfiguration freeFormLayout) |
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout) |
A type of layout that can be used on a sheet.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.gridLayout(GridLayoutConfiguration gridLayout) |
A type of layout that can be used on a sheet.
|
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.sectionBasedLayout(Consumer<SectionBasedLayoutConfiguration.Builder> sectionBasedLayout) |
A section based layout organizes visuals into multiple sections and has customized header, footer and page
break.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.sectionBasedLayout(SectionBasedLayoutConfiguration sectionBasedLayout) |
A section based layout organizes visuals into multiple sections and has customized header, footer and page
break.
|
LayoutConfiguration.Builder |
LayoutConfiguration.toBuilder() |
|