MarkedContentReference

MarkedContentReference

Overview

MarkedContentReference is a class in Aspose.Pdf FOSS for Java.

Marked content reference — links a structure element to marked content in a page’s content stream (ISO 32000-1:2008, §14.7.4.2).

Properties

NameTypeAccessDescription
mCIDintReadReturns the marked content identifier (MCID).
pageCOSDictionaryReadReturns the page dictionary, or {@code null} if inherited from parent.

Methods

SignatureDescription
MarkedContentReference(mcid: int, page: COSDictionary)Creates a marked content reference.
getMCID()intReturns the marked content identifier (MCID).
getPage()COSDictionaryReturns the page dictionary, or {@code null} if inherited from parent.
fromDictionary(dict: COSDictionary)MarkedContentReferenceParses a MCR from a COS dictionary.

See Also