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).

This class provides 4 methods for working with MarkedContentReference objects in Java programs. Available methods include: MarkedContentReference, fromDictionary, getMCID, getPage. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: mCID, page.

Properties

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

Methods

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

See Also

 English