Class NoPageBreaks
- java.lang.Object
-
- org.daisy.braille.utils.impl.provider.NoPageBreaks
-
- All Implemented Interfaces:
PageBreaks
public class NoPageBreaks extends Object implements PageBreaks
Provides standard page break definitions.
-
-
Constructor Summary
Constructors Constructor Description NoPageBreaks()
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
-
-