public class SequenceProperties extends Object
SequenceProperties stores properties that are specific for a sequence of blocks
The constructor is private, use SequenceProperties.Builder to create new instances.
Modifier and Type | Class and Description |
---|---|
static class |
SequenceProperties.Builder
The Builder is used when creating a SequenceProperites instance
|
static class |
SequenceProperties.SequenceBreakBefore
Provides types of "break before" rules for sequences
|
Modifier | Constructor and Description |
---|---|
protected |
SequenceProperties(SequenceProperties.Builder builder) |
Modifier and Type | Method and Description |
---|---|
SequenceProperties.SequenceBreakBefore |
getBreakBeforeType()
Get break before type
|
Integer |
getInitialPageNumber()
Get the initial page number, i.e.
|
String |
getMasterName()
Get the name for the LayoutMaster
|
Optional<String> |
getPageCounterName()
Gets the page counter name.
|
protected SequenceProperties(SequenceProperties.Builder builder)
public String getMasterName()
public Integer getInitialPageNumber()
public SequenceProperties.SequenceBreakBefore getBreakBeforeType()
public Optional<String> getPageCounterName()