Interface PdfObject

All Known Subinterfaces:
PdfArray, PdfDict
All Known Implementing Classes:
PdfSimpleObject

public interface PdfObject
Represents a PDF internal object
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns parent of the current PdfObject if applicable
    Gets value of the PDF object
  • Method Details

    • getValue

      Object getValue()
      Gets value of the PDF object
      Returns:
      Object
    • getParent

      PdfObject getParent()
      Returns parent of the current PdfObject if applicable
      Returns:
      PdfObject