public final class StructTreeRootElement extends Element
Represents StructTreeRoot object in logical structure.
Constructor and Description |
---|
StructTreeRootElement(TaggedContext taggedContext,
com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity) |
Modifier and Type | Method and Description |
---|---|
com.aspose.pdf.engine.data.IPdfNumber |
createStructParents() |
void |
doPreSave() |
void |
doSave() |
com.aspose.ms.System.Collections.Generic.List<Element> |
getAllElements() |
com.aspose.pdf.engine.commondata.NamesTreeNode |
getIDTree() |
com.aspose.pdf.engine.data.IPdfDictionary |
getRoleMap() |
com.aspose.pdf.engine.data.IPdfArray |
getStructParentsArray(com.aspose.pdf.engine.data.IPdfNumber structParents) |
void |
init() |
int |
registrationObjectInParentTree(com.aspose.pdf.engine.data.IPdfObject pdfObject) |
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.
|
appendChild, appendChild, clearChilds, findElements, findElements, getChildElements, getElementEngine, getParentElement, getTaggedContent, getTrailer, insertChild, insertChild, preSave, removeChild, setParentElement, toString
public StructTreeRootElement(TaggedContext taggedContext, com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
public final com.aspose.pdf.engine.commondata.NamesTreeNode getIDTree()
public final com.aspose.pdf.engine.data.IPdfDictionary getRoleMap()
public final void doPreSave()
public final void doSave()
public final void init()
public final com.aspose.pdf.engine.data.IPdfNumber createStructParents()
public final com.aspose.pdf.engine.data.IPdfArray getStructParentsArray(com.aspose.pdf.engine.data.IPdfNumber structParents)
public final com.aspose.ms.System.Collections.Generic.List<Element> getAllElements()
public final int registrationObjectInParentTree(com.aspose.pdf.engine.data.IPdfObject pdfObject)
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.