Package org.daisy.dotify.api.formatter
Interface Field
-
- All Known Implementing Classes:
CompoundField,CompoundMarkerReferenceField,CurrentPageField,MarkerReferenceField,NoField,NumeralField,PagenumField,StringField
public interface FieldProvides a field for page headers/footers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTextStyle()The text style of the field, or null if no special style is used.
-
-
-
Method Detail
-
getTextStyle
String getTextStyle()
The text style of the field, or null if no special style is used.- Returns:
- the text style
-
-