Class PdfPageLabels.PdfPageLabelFormat

  • Enclosing class:
    PdfPageLabels

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • physicalPage

        public int physicalPage
      • numberStyle

        public int numberStyle
      • prefix

        public java.lang.String prefix
      • logicalPage

        public int logicalPage
    • Constructor Detail

      • PdfPageLabelFormat

        public 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
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object