[]
        
(Showing Draft Content)

RContentItemLink

Abstract Class: RContentItemLink

Abstract base class for McrContentItemLink and ObjrContentItemLink (the MCR and OBJR PDF objects).

Extends

Extended by

Accessors

id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ContentItemLink.id


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ContentItemLink.om


page

Get Signature

get page(): PdfPage;

Gets the PdfPage object where this content item is located.

Returns

PdfPage

Set Signature

set page(value): void;

Sets the PdfPage object where this content item is located.

Parameters
value

PdfPage

Returns

void

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ContentItemLink.free


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ContentItemLink.rebind