Uses of Interface
org.eclipse.nebula.paperclips.core.page.PageDecoration
-
Packages that use PageDecoration Package Description org.eclipse.nebula.paperclips.core.page org.eclipse.nebula.paperclips.snippets -
-
Uses of PageDecoration in org.eclipse.nebula.paperclips.core.page
Classes in org.eclipse.nebula.paperclips.core.page that implement PageDecoration Modifier and Type Class Description classPageNumberPageDecorationA PageDecoration which displays the page number.classSimplePageDecorationA PageDecoration which displays the same decoration on every page (ignoring the page number).Fields in org.eclipse.nebula.paperclips.core.page declared as PageDecoration Modifier and Type Field Description (package private) PageDecorationPageIterator. footer(package private) PageDecorationPagePrint. footer(package private) PageDecorationPageIterator. header(package private) PageDecorationPagePrint. headerMethods in org.eclipse.nebula.paperclips.core.page that return PageDecoration Modifier and Type Method Description PageDecorationPagePrint. getFooter()Returns the page footer.PageDecorationPagePrint. getHeader()Returns the page header.Methods in org.eclipse.nebula.paperclips.core.page with parameters of type PageDecoration Modifier and Type Method Description voidPagePrint. setFooter(PageDecoration footer)Sets the page footer to the argument.voidPagePrint. setHeader(PageDecoration header)Sets the page header to the argument.Constructors in org.eclipse.nebula.paperclips.core.page with parameters of type PageDecoration Constructor Description PagePrint(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. -
Uses of PageDecoration in org.eclipse.nebula.paperclips.snippets
Methods in org.eclipse.nebula.paperclips.snippets that return PageDecoration Modifier and Type Method Description static PageDecorationPagePrintExample. createFooter()static PageDecorationPagePrintExample. createHeader()
-