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 boolean
allowsVolumeBreak()
List<String>
getAnchors()
VolumeKeepPriority
getAvoidVolumeBreakAfter()
List<String>
getContentIdentifiers()
Get identifiers for this page excluding identifiers before text content.PageDetails
getDetails()
List<String>
getIdentifiers()
int
getPageNumber()
Get the page number, one based.List<Row>
getRows()
Gets the rows on this page.int
keepPreviousSheets()
-
-
-
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:Page
Gets 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()
-
-