public final class OBJRElement extends Element
Represents object reference entity in logical structure.
Constructor and Description |
---|
OBJRElement(TaggedContext taggedContext,
com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasLink()
test if Link exist
|
void |
removeLink()
Remove Link if exist
|
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, preSave, removeChild, setParentElement
public OBJRElement(TaggedContext taggedContext, com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
public final boolean hasLink()
test if Link exist
public final void removeLink()
Remove Link if exist
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.