Lines Matching defs:footerFormat
122 private final MessageFormat footerFormat;
154 * @param footerFormat the page footer, or {@code null} for none
159 final MessageFormat footerFormat) {
170 getPrintable(frame, headerFormat, footerFormat));
175 headerFormat, footerFormat);
274 * {@code textComponent} with {@code headerFormat} and {@code footerFormat}.
278 * @param footerFormat the page footer or {@code null} for none
282 MessageFormat footerFormat) {
285 this.footerFormat = footerFormat;
510 if (headerFormat != null || footerFormat != null) {
519 if (footerFormat != null) {
521 footerFormat.format(formatArg),