Package org.daisy.dotify.api.formatter
Class NoField
- java.lang.Object
-
- org.daisy.dotify.api.formatter.NoField
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoField
getInstance()
Gets the singleton instance.String
getTextStyle()
The text style of the field, or null if no special style is used.
-
-
-
Method Detail
-
getInstance
public static NoField getInstance()
Gets the singleton instance.- Returns:
- returns the singleton instance
-
getTextStyle
public String getTextStyle()
Description copied from interface:Field
The text style of the field, or null if no special style is used.- Specified by:
getTextStyle
in interfaceField
- Returns:
- the text style
-
-