Package org.daisy.dotify.api.embosser
Interface LineBreaks
-
- All Known Implementing Classes:
StandardLineBreaks
public interface LineBreaksProvides an interface for line breaks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetString()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
-
-