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 NoFieldgetInstance()Gets the singleton instance.StringgetTextStyle()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:FieldThe text style of the field, or null if no special style is used.- Specified by:
getTextStylein interfaceField- Returns:
- the text style
-
-