Package org.daisy.dotify.api.formatter
Interface LayoutMasterBuilder
-
- All Known Implementing Classes:
LayoutMaster
public interface LayoutMasterBuilderProvides a builder for a layout master.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageTemplateBuildernewTemplate(Condition condition)Adds a new template to the builder.PageAreasetPageArea(PageAreaProperties properties)Sets the page area.
-
-
-
Method Detail
-
newTemplate
PageTemplateBuilder newTemplate(Condition condition)
Adds a new template to the builder.- Parameters:
condition- a condition- Returns:
- returns a new page template builder
-
setPageArea
PageArea setPageArea(PageAreaProperties properties)
Sets the page area.- Parameters:
properties- the properties of the page area- Returns:
- returns a page area builder
-
-