Package org.daisy.dotify.api.formatter
Class FieldList
- java.lang.Object
-
- org.daisy.dotify.api.formatter.FieldList
-
public class FieldList extends Object
Provides a list of fields, typically used with headers and footers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldList.Builder
Provides a field list builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Field>
getFields()
Gets the list of fields.Float
getRowSpacing()
Gets the row-spacing following this field list.
-