Package org.daisy.dotify.api.formatter
Interface PageAreaBuilder
-
public interface PageAreaBuilder
Provides a page area builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatterCore
getAfterArea()
Gets a formatter core for the area after the page area.FormatterCore
getBeforeArea()
Gets a formatter core for the area before the page area.
-
-
-
Method Detail
-
getBeforeArea
FormatterCore getBeforeArea()
Gets a formatter core for the area before the page area.- Returns:
- returns a formatter core
-
getAfterArea
FormatterCore getAfterArea()
Gets a formatter core for the area after the page area.- Returns:
- returns a formatter core
-
-