Searched refs:isPrintWithReportFooter (Results 1 – 3 of 3) sorted by relevance
51 public static boolean isPrintWithReportFooter(final AttributeMap attrs) in isPrintWithReportFooter() method in PageSection
281 …R) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(attrs))) in startReportSection()293 …R) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(attrs))) in endReportSection()
1082 pageHeaderOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()1088 pageFooterOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()
Completed in 18 milliseconds