[]
Represents a Marked-Content Sequence as a content item in a PDF structure tree (the MCR PDF object).
new McrContentItemLink(om): McrContentItemLink;
Creates a new McrContentItemLink.
McrContentItemLink
RContentItemLink.constructor
new McrContentItemLink(): McrContentItemLink;
Creates a new McrContentItemLink.
McrContentItemLink
RContentItemLink.constructor
get contentStreamOwner(): ContentItem;
Gets the object owning the content stream identified by the McrContentItemLink#formXObject property, or null if there is none or the target type is not yet supported.
set contentStreamOwner(value): void;
Sets the object owning the content stream identified by the McrContentItemLink#formXObject property.
void
get formXObject(): FormXObject;
Gets the FormXObject containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream of the page - for example, in a form XObject or an annotation's appearance stream.
set formXObject(value): void;
Sets the FormXObject containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream of the page - for example, in a form XObject or an annotation's appearance stream.
void
get id(): number;
Gets the reference to the object.
number
get mcid(): number;
Gets the marked-content identifier of the marked-content sequence within its content stream.
number
set mcid(value): void;
Sets the marked-content identifier of the marked-content sequence within its content stream.
number
void
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