public final class TOCIElement extends GroupingElement implements ITociElement
Represents TOCI structure element in logical structure.
| Constructor and Description |
|---|
TOCIElement(TaggedContext taggedContext,
com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRef(StructureElement referencedStructureElement)
Adds a reference to the specified structure element within the Table of Contents Item (TOCI) element.
|
StructureElement |
getGetElement()
Gets the underlying PDF element that represents this TOCI structure.
|
changeParentElement, changeParentElement, clearId, generateId, getActualText, getAlternativeText, getAttributes, getDefaultAttributeOwner, getExpansionText, getID, getLanguage, getPage, getS, getStructureType, getTitle, remove, removeAndMoveItsChildObjectsToItsParent, removeAndMoveItsChildObjectsToItsParent, setActualText, setAlternativeText, setExpansionText, setId, setLanguage, setParentElement, setTag, setTitle, tag, tag, tag, tag, tag, toStringappendChild, appendChild, clearChilds, findElements, findElements, getChildElements, getElementEngine, getParentElement, getTaggedContent, getTrailer, insertChild, insertChild, preSave, removeChildpublic TOCIElement(TaggedContext taggedContext, com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
public final void addRef(StructureElement referencedStructureElement)
Adds a reference to the specified structure element within the Table of Contents Item (TOCI) element.
referencedStructureElement - The StructureElement to be referenced by this TOCI element.
Associating a structure element, such as a header or another content section, with a TOCI element ensures correct logical structure and improves navigational behavior in tagged PDFs.
public final StructureElement getGetElement()
ITociElementGets the underlying PDF element that represents this TOCI structure.
getGetElement in interface ITociElementElement that forms the structural representation
of this table of contents entry.Copyright © 2025 Aspose. All Rights Reserved.