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 classDefaultPageNumberFormatThe default PageNumberFormat used by PageNumberPrints.Fields in org.eclipse.nebula.paperclips.core.page declared as PageNumberFormat Modifier and Type Field Description (package private) PageNumberFormatPageNumberIterator. format(package private) PageNumberFormatPageNumberPageDecoration. formatprivate PageNumberFormatPageNumberPiece. format(package private) PageNumberFormatPageNumberPrint. formatMethods in org.eclipse.nebula.paperclips.core.page that return PageNumberFormat Modifier and Type Method Description PageNumberFormatPageNumberPageDecoration. getFormat()Returns the page number format.PageNumberFormatPageNumberPrint. getPageNumberFormat()Returns the page number format.Methods in org.eclipse.nebula.paperclips.core.page with parameters of type PageNumberFormat Modifier and Type Method Description voidPageNumberPageDecoration. setFormat(PageNumberFormat format)Sets the page number format.voidPageNumberPrint. setPageNumberFormat(PageNumberFormat format)Sets the format that will be used to convert the page number to a text string.
-