[]
        
(Showing Draft Content)

McidContentItemLink

Class: McidContentItemLink

Represents a content item specified via MCID and owning a StructElement.

Extends

Constructors

Constructor

new McidContentItemLink(mcid): McidContentItemLink;

Creates a new McidContentItemLink.

Parameters

mcid

number

The identifier of a Marked Content Sequence in the page specified by StructElement#defaultPage.

Returns

McidContentItemLink

Overrides

ContentItemLink.constructor

Accessors

id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ContentItemLink.id


mcid

Get Signature

get mcid(): number;

Gets the identifier of a Marked Content Sequence in the page specified by StructElement#defaultPage.

Returns

number


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ContentItemLink.om

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