Package org.daisy.dotify.api.formatter
Class TocProperties
- java.lang.Object
-
- org.daisy.dotify.api.formatter.SequenceProperties
-
- org.daisy.dotify.api.formatter.TocProperties
-
public class TocProperties extends SequenceProperties
Defines properties specific for a TOC sequence.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTocProperties.BuilderProvides a builder for creating TOC properties instances.static classTocProperties.TocRangeDefines TOC ranges.-
Nested classes/interfaces inherited from class org.daisy.dotify.api.formatter.SequenceProperties
SequenceProperties.SequenceBreakBefore
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TocProperties.TocRangegetRange()Gets the toc range.StringgetTocName()Gets the toc identifier.-
Methods inherited from class org.daisy.dotify.api.formatter.SequenceProperties
getBreakBeforeType, getInitialPageNumber, getMasterName, getPageCounterName
-
-
-
-
Method Detail
-
getTocName
public String getTocName()
Gets the toc identifier.- Returns:
- returns the toc identifier
-
getRange
public TocProperties.TocRange getRange()
Gets the toc range.- Returns:
- returns the toc range
-
-