ObjectReference
Overview
ObjectReference is a class in Aspose.Pdf FOSS for Java.
Object reference — links a structure element to a PDF object such as an annotation (ISO 32000-1:2008, §14.7.4.3).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
referencedObject | COSDictionary | Read | Returns the referenced object dictionary. |
page | COSDictionary | Read | Returns the page dictionary, or {@code null}. |
Methods
| Signature | Description |
|---|---|
ObjectReference(referencedObject: COSDictionary, page: COSDictionary) | Creates an object reference. |
getReferencedObject() → COSDictionary | Returns the referenced object dictionary. |
getPage() → COSDictionary | Returns the page dictionary, or {@code null}. |
fromDictionary(dict: COSDictionary) → ObjectReference | Parses an OBJR from a COS dictionary. |