[]
Represents a content item specified via MCID and owning a StructElement.
new McidContentItemLink(mcid): McidContentItemLink;
Creates a new McidContentItemLink.
number
The identifier of a Marked Content Sequence in the page specified by StructElement#defaultPage.
McidContentItemLink
ContentItemLink.constructor
get id(): number;
Gets the reference to the object.
number
get mcid(): number;
Gets the identifier of a Marked Content Sequence in the page specified by StructElement#defaultPage.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
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