Package org.daisy.dotify.api.formatter
Class FieldList.Builder
- java.lang.Object
-
- org.daisy.dotify.api.formatter.FieldList.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldList
build()
Builds a new field list with the current configurationFieldList.Builder
rowSpacing(Float rowSpacing)
Sets the row spacing for this field list
-
-
-
Method Detail
-
rowSpacing
public FieldList.Builder rowSpacing(Float rowSpacing)
Sets the row spacing for this field list- Parameters:
rowSpacing
- the row spacing- Returns:
- returns this object
-
build
public FieldList build()
Builds a new field list with the current configuration- Returns:
- returns a new field list
-
-