ReferenceRegistry
Overview
ReferenceRegistry is a interface in Aspose.PDF FOSS for Java.
Allocates object keys in the target document.
This interface provides 1 method for working with ReferenceRegistry objects in Java programs.
Available methods include: registerIndirect.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
registerIndirect(cloned: PdfBase) → PdfObjectReference | Stores {@code cloned} under a newly allocated key and returns |
| a reference pointing to it. |