[]
Abstract base class for McrContentItemLink and ObjrContentItemLink
(the MCR and OBJR PDF objects).
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get page(): PdfPage;
Gets the PdfPage object where this content item is located.
set page(value): void;
Sets the PdfPage object where this content item is located.
void
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void