Class PageImpl
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.page.PageImpl
-
-
Constructor Summary
Constructors Constructor Description PageImpl(org.daisy.dotify.formatter.impl.page.FieldResolver fieldResolver, PageDetails details, LayoutMaster master, FormatterContext fcontext, org.daisy.dotify.formatter.impl.page.PageAreaContent pageAreaTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsVolumeBreak()List<String>getAnchors()VolumeKeepPrioritygetAvoidVolumeBreakAfter()List<String>getContentIdentifiers()Get identifiers for this page excluding identifiers before text content.PageDetailsgetDetails()List<String>getIdentifiers()intgetPageNumber()Get the page number, one based.List<Row>getRows()Gets the rows on this page.intkeepPreviousSheets()
-
-
-
Constructor Detail
-
PageImpl
public PageImpl(org.daisy.dotify.formatter.impl.page.FieldResolver fieldResolver, PageDetails details, LayoutMaster master, FormatterContext fcontext, org.daisy.dotify.formatter.impl.page.PageAreaContent pageAreaTemplate)
-
-
Method Detail
-
getContentIdentifiers
public List<String> getContentIdentifiers()
Get identifiers for this page excluding identifiers before text content.- Returns:
- Content identifiers excluding identifiers before text content.
-
getRows
public List<Row> getRows()
Description copied from interface:PageGets the rows on this page.
-
getPageNumber
public int getPageNumber()
Get the page number, one based.- Returns:
- returns the page number
-
allowsVolumeBreak
public boolean allowsVolumeBreak()
-
keepPreviousSheets
public int keepPreviousSheets()
-
getAvoidVolumeBreakAfter
public VolumeKeepPriority getAvoidVolumeBreakAfter()
-
getDetails
public PageDetails getDetails()
-
-