Class PDFXEntry


  • public class PDFXEntry
    extends java.lang.Object
    This class represents a PDF XRef Table entry.
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFXEntry​(int index)
      Creates a new PDF XREF entry.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • state

        public int state
      • objectNumber

        public int objectNumber
      • fileOffset

        public int fileOffset
      • value

        public java.lang.Object value
    • Constructor Detail

      • PDFXEntry

        public PDFXEntry​(int index)
        Creates a new PDF XREF entry.