Interface PageBreaks
-
- All Known Implementing Classes:
CidatPageBreaks,NoPageBreaks,StandardPageBreaks
public interface PageBreaksProvides an interface for page breaks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetString()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
-
-