ObjectReference

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

NameTypeAccessDescription
referencedObjectCOSDictionaryReadReturns the referenced object dictionary.
pageCOSDictionaryReadReturns the page dictionary, or {@code null}.

Methods

SignatureDescription
ObjectReference(referencedObject: COSDictionary, page: COSDictionary)Creates an object reference.
getReferencedObject()COSDictionaryReturns the referenced object dictionary.
getPage()COSDictionaryReturns the page dictionary, or {@code null}.
fromDictionary(dict: COSDictionary)ObjectReferenceParses an OBJR from a COS dictionary.

See Also