Class PDFPage


  • public final class PDFPage
    extends java.lang.Object
    Describes a page of a PDF document for the PDF generator.
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFPage​(java.lang.String filePath, PDFSize inchesSize, TextLayout textLayout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilePath()
      Absolute path to an image file
      PDFSize getInchesSize()  
      TextLayout getTextLayout()
      If provided, the text will be included in the resulting PDF at the specified positions with an invisible font type.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • PDFPage

        public PDFPage​(java.lang.String filePath,
                       PDFSize inchesSize,
                       TextLayout textLayout)
    • Method Detail

      • getFilePath

        public java.lang.String getFilePath()
        Absolute path to an image file
      • getInchesSize

        public PDFSize getInchesSize()
      • getTextLayout

        public TextLayout getTextLayout()
        If provided, the text will be included in the resulting PDF at the specified positions with an invisible font type. This text can then be searched and selected.
      • toString

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