Package org.daisy.dotify.api.formatter
Interface Field
-
- All Known Implementing Classes:
CompoundField
,CurrentPageField
,MarkerReferenceField
,NoField
,NumeralField
,PagenumField
,StringField
public interface Field
Provides a field for page headers/footers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTextStyle()
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
-
-