Package org.daisy.dotify.api.embosser
Interface LineBreaks
-
- All Known Implementing Classes:
CidatLineBreaks
,MountbattenLineBreaks
,StandardLineBreaks
public interface LineBreaks
Provides an interface for line breaks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getString()
Gets the string used to represent line breaks.
-
-
-
Method Detail
-
getString
String getString()
Gets the string used to represent line breaks.- Returns:
- returns the string used to represent line breaks
-
-