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
| Name | Type | Access | Description |
|---|---|---|---|
mCID | int | Read | Returns the marked content identifier (MCID). |
page | PdfDictionary | Read | Returns the page dictionary, or {@code null} if inherited from parent. |
Methods
| Signature | Description |
|---|---|
MarkedContentReference(mcid: int, page: PdfDictionary) | Creates a marked content reference. |
getMCID() → int | Returns the marked content identifier (MCID). |
getPage() → PdfDictionary | Returns the page dictionary, or {@code null} if inherited from parent. |
fromDictionary(dict: PdfDictionary) → MarkedContentReference | Parses a MCR from a PDF dictionary. |