public final class MCRElement extends Element
Represents marked-content reference object in logical structure.
Modifier and Type | Field and Description |
---|---|
com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandler |
Handler |
Constructor and Description |
---|
MCRElement(TaggedContext taggedContext,
com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getMCID()
Gets MCID of marked-content reference object.
|
Page |
getPage()
Get Page instance
|
void |
preSave() |
void |
setNewMCID(int value)
Get MCID value
|
void |
setPage(Page value)
Set Page instance
|
OBJRElement |
tag(Annotation annotation)
Bind a structure element to the Annotation.
|
MCRElement |
tag(Artifact artifact)
Bind a structure element to the Artifact.
|
MCRElement |
tag(BDC bdc)
Bind a structure element to the content stream BDC operator.
|
OBJRElement |
tag(XForm form)
Bind a structure element to the content stream XForm.
|
OBJRElement |
tag(XImage image)
Bind a structure element to the XImage.
|
String |
toString()
Returns a string that represents the current object.
|
appendChild, appendChild, clearChilds, findElements, findElements, getChildElements, getElementEngine, getParentElement, getTaggedContent, getTrailer, insertChild, insertChild, removeChild, setParentElement
public com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandler Handler
public MCRElement(TaggedContext taggedContext, com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
taggedContext
- TaggedContext instancepdfEngineEntity
- Internal instancepublic final Page getPage()
public final void setPage(Page value)
value
- Page instancepublic final void setNewMCID(int value)
value
- MCID valuepublic final int getMCID()
Gets MCID of marked-content reference object.
public String toString()
Returns a string that represents the current object.
public MCRElement tag(BDC bdc)
Bind a structure element to the content stream BDC operator.
public OBJRElement tag(XForm form)
Bind a structure element to the content stream XForm.
public OBJRElement tag(XImage image)
Bind a structure element to the XImage.
public MCRElement tag(Artifact artifact)
Bind a structure element to the Artifact.
public OBJRElement tag(Annotation annotation)
Bind a structure element to the Annotation.
Copyright © 2025 Aspose. All Rights Reserved.