Uses of Interface
net.sf.paperclips.PageDecoration
Packages that use PageDecoration
-
Uses of PageDecoration in net.sf.paperclips
Classes in net.sf.paperclips that implement PageDecorationModifier and TypeClassDescriptionclass
A PageDecoration which displays the page number.class
A PageDecoration which displays the same decoration on every page (ignoring the page number).Methods in net.sf.paperclips that return PageDecorationModifier and TypeMethodDescriptionPagePrint.getFooter()
Returns the page footer.PagePrint.getHeader()
Returns the page header.Methods in net.sf.paperclips with parameters of type PageDecorationModifier and TypeMethodDescriptionvoid
PagePrint.setFooter
(PageDecoration footer) Sets the page footer to the argument.void
PagePrint.setHeader
(PageDecoration header) Sets the page header to the argument.Constructors in net.sf.paperclips with parameters of type PageDecorationModifierConstructorDescriptionPagePrint
(PageDecoration header, int headerGap, Print body) Constructs a PagePrint with the given header and body.PagePrint
(PageDecoration header, int headerGap, Print body, int footerGap, PageDecoration footer) Constructs a PagePrint with the given body, header and footer.PagePrint
(PageDecoration header, Print body) Constructs a PagePrint with the given header and body.PagePrint
(PageDecoration header, Print body, PageDecoration footer) Constructs a PagePrint with the given body, header and footer.PagePrint
(Print body, int footerGap, PageDecoration footer) Constructs a PagePrint with the given body, header and footer.PagePrint
(Print body, PageDecoration footer) Constructs a PagePrint with the given body and footer.PagePrint
(Print body, PageDecoration header, PageDecoration footer) Deprecated.PagePrint(PageDecoration, Print, PageDecoration) instead.