Interface PrintHeaderFooter<T extends PrintSettings>
- Type Parameters:
T
- the concrete print settings type
- All Known Subinterfaces:
PdfPrinter.HtmlSettings
,SystemPrinter.HtmlSettings
public interface PrintHeaderFooter<T extends PrintSettings>
Allows configuring printing headers and footers.
Implemented by concrete PrintSettings
implementations that support configuring
printing headers and footers.
- Since:
- 7.13
-
Method Summary
Modifier and TypeMethodDescriptionDisables printing headers and footers.Enables printing headers and footers.boolean
Returnstrue
if printing headers and footer is enabled.
-
Method Details