public static class TocProperties.Builder extends SequenceProperties.Builder
Constructor and Description |
---|
Builder(String masterName,
String tocName,
TocProperties.TocRange range)
Creates a new builder with the supplied arguments.
|
Modifier and Type | Method and Description |
---|---|
TocProperties |
build()
Build SequenceProperties using the current state of the Builder
|
breakBefore, initialPageNumber, pageCounterName
public Builder(String masterName, String tocName, TocProperties.TocRange range)
masterName
- the master identifiertocName
- the toc identifierrange
- a range for the TOCpublic TocProperties build()
SequenceProperties.Builder
build
in class SequenceProperties.Builder