Package org.daisy.braille.embosser
Class StandardPageBreaks
- java.lang.Object
-
- org.daisy.braille.embosser.StandardPageBreaks
-
- All Implemented Interfaces:
PageBreaks
public class StandardPageBreaks extends java.lang.Object implements PageBreaks
Provides standard page break definitions- Author:
- Bert Frees
-
-
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 java.lang.String
getString()
Gets the string used to represent page breaks
-
-
-
Method Detail
-
getString
public java.lang.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
-
-