JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
eu.europa.esig.dss.pdf
PdfObject
Contents
Description
Method Summary
Method Details
getValue()
getParent()
Hide sidebar
Show sidebar
Interface PdfObject
All Known Subinterfaces:
PdfArray
,
PdfDict
All Known Implementing Classes:
PdfSimpleObject
public interface
PdfObject
Represents a PDF internal object
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
PdfObject
getParent
()
Returns parent of the current PdfObject if applicable
Object
getValue
()
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