Class PdfPageLabels.PdfPageLabelFormat

  • Enclosing class:
    PdfPageLabels

    private static class PdfPageLabels.PdfPageLabelFormat
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PdfPageLabelFormat​(int physicalPage, int numberStyle, java.lang.String prefix, int logicalPage)
      Creates a page label format.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • physicalPage

        private final int physicalPage
      • numberStyle

        private final int numberStyle
      • prefix

        private final java.lang.String prefix
      • logicalPage

        private final int logicalPage
    • Constructor Detail

      • PdfPageLabelFormat

        private PdfPageLabelFormat​(int physicalPage,
                                   int numberStyle,
                                   java.lang.String prefix,
                                   int logicalPage)
        Creates a page label format.
        Parameters:
        physicalPage - the real page to start the numbering. First page is 1
        numberStyle - the numbering style such as LOWERCASE_ROMAN_NUMERALS
        prefix - the text to prefix the number. Can be null or empty
        logicalPage - the first logical page number