Interface PageBreaks
-
- All Known Implementing Classes:
CidatPageBreaks
,NoPageBreaks
,StandardPageBreaks
public interface PageBreaks
Provides an interface for page breaks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getString()
Gets the string used to represent page breaks.
-
-
-
Method Detail
-
getString
String getString()
Gets the string used to represent page breaks.- Returns:
- returns the string used to represent page breaks
-
-