Uses of Interface
org.eclipse.nebula.paperclips.core.page.PageNumberFormat
-
Packages that use PageNumberFormat Package Description org.eclipse.nebula.paperclips.core.page -
-
Uses of PageNumberFormat in org.eclipse.nebula.paperclips.core.page
Classes in org.eclipse.nebula.paperclips.core.page that implement PageNumberFormat Modifier and Type Class Description class
DefaultPageNumberFormat
The default PageNumberFormat used by PageNumberPrints.Fields in org.eclipse.nebula.paperclips.core.page declared as PageNumberFormat Modifier and Type Field Description (package private) PageNumberFormat
PageNumberIterator. format
(package private) PageNumberFormat
PageNumberPageDecoration. format
private PageNumberFormat
PageNumberPiece. format
(package private) PageNumberFormat
PageNumberPrint. format
Methods in org.eclipse.nebula.paperclips.core.page that return PageNumberFormat Modifier and Type Method Description PageNumberFormat
PageNumberPageDecoration. getFormat()
Returns the page number format.PageNumberFormat
PageNumberPrint. getPageNumberFormat()
Returns the page number format.Methods in org.eclipse.nebula.paperclips.core.page with parameters of type PageNumberFormat Modifier and Type Method Description void
PageNumberPageDecoration. setFormat(PageNumberFormat format)
Sets the page number format.void
PageNumberPrint. setPageNumberFormat(PageNumberFormat format)
Sets the format that will be used to convert the page number to a text string.
-