Class StandardPageBreaks
- java.lang.Object
-
- org.daisy.braille.utils.impl.tools.embosser.StandardPageBreaks
-
- All Implemented Interfaces:
PageBreaks
public class StandardPageBreaks extends Object implements PageBreaks
Provides standard page break definitions.
-
-
Constructor Summary
Constructors Constructor Description StandardPageBreaks()
Creates a new object with the system's default page break style.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString()
Gets the string used to represent page breaks.
-
-
-
Method Detail
-
getString
public String getString()
Description copied from interface:PageBreaks
Gets the string used to represent page breaks.- Specified by:
getString
in interfacePageBreaks
- Returns:
- returns the string used to represent page breaks
-
-