Package org.daisy.dotify.api.formatter
Interface LayoutMasterBuilder
-
public interface LayoutMasterBuilder
Provides a builder for a layout master.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageTemplateBuilder
newTemplate(Condition condition)
Adds a new template to the builder.PageAreaBuilder
setPageArea(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
PageAreaBuilder setPageArea(PageAreaProperties properties)
Sets the page area.- Parameters:
properties
- the properties of the page area- Returns:
- returns a page area builder
-
-