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 classFieldList.BuilderProvides 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.FloatgetRowSpacing()Gets the row-spacing following this field list.
-