static BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.builder() |
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.dimensionConfigurations(Collection<BodySectionRepeatDimensionConfiguration> dimensionConfigurations) |
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.dimensionConfigurations(Consumer<BodySectionRepeatDimensionConfiguration.Builder>... dimensionConfigurations) |
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.dimensionConfigurations(BodySectionRepeatDimensionConfiguration... dimensionConfigurations) |
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.nonRepeatingVisuals(String... nonRepeatingVisuals) |
List of visuals to exclude from repetition in repeating sections.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.nonRepeatingVisuals(Collection<String> nonRepeatingVisuals) |
List of visuals to exclude from repetition in repeating sections.
|
default BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.pageBreakConfiguration(Consumer<BodySectionRepeatPageBreakConfiguration.Builder> pageBreakConfiguration) |
Page break configuration to apply for each repeating instance.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.Builder.pageBreakConfiguration(BodySectionRepeatPageBreakConfiguration pageBreakConfiguration) |
Page break configuration to apply for each repeating instance.
|
BodySectionRepeatConfiguration.Builder |
BodySectionRepeatConfiguration.toBuilder() |
|