public static interface SectionPageBreakConfiguration.Builder extends SdkPojo, CopyableBuilder<SectionPageBreakConfiguration.Builder,SectionPageBreakConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SectionPageBreakConfiguration.Builder |
after(Consumer<SectionAfterPageBreak.Builder> after)
The configuration of a page break after a section.
|
SectionPageBreakConfiguration.Builder |
after(SectionAfterPageBreak after)
The configuration of a page break after a section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSectionPageBreakConfiguration.Builder after(SectionAfterPageBreak after)
The configuration of a page break after a section.
after - The configuration of a page break after a section.default SectionPageBreakConfiguration.Builder after(Consumer<SectionAfterPageBreak.Builder> after)
The configuration of a page break after a section.
This is a convenience method that creates an instance of theSectionAfterPageBreak.Builder avoiding
the need to create one manually via SectionAfterPageBreak.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to after(SectionAfterPageBreak).
after - a consumer that will call methods on SectionAfterPageBreak.Builderafter(SectionAfterPageBreak)Copyright © 2023. All rights reserved.