Class PDFXEntry

java.lang.Object
com.inductiveautomation.rm.pdf.reader.PDFXEntry

public class PDFXEntry extends Object
This class represents a PDF XRef entry.
  • Field Details

    • state

      public int state
    • objectNumber

      public int objectNumber
    • fileOffset

      public int fileOffset
    • generation

      public int generation
    • value

      public Object value
    • EntryUnknown

      public static final int EntryUnknown
      See Also:
    • EntryDeleted

      public static final int EntryDeleted
      See Also:
    • EntryRead

      public static final int EntryRead
      See Also:
    • EntryNotYetRead

      public static final int EntryNotYetRead
      See Also:
    • EntryCompressed

      public static final int EntryCompressed
      See Also:
  • Constructor Details

    • PDFXEntry

      public PDFXEntry(int index)
      Creates a new PDF XREF entry.
  • Method Details

    • reset

      public void reset()
      Releases the reference to the object.
    • toString

      public String toString()
      Returns a string representation.
      Overrides:
      toString in class Object