JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
eu.europa.esig.dss.pdf
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