public final class ListLIElement extends ListChildElement implements ITociElement
Represents LI structure element in logical structure of the list.
| Constructor and Description |
|---|
ListLIElement(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
StructureElement within this Table of Contents Item (TOCI) element. |
StructureElement |
getGetElement()
Gets the underlying PDF element that represents this TOCI structure.
|
void |
preSave() |
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, removeChildpublic ListLIElement(TaggedContext taggedContext, com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
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.public final void addRef(StructureElement referencedStructureElement)
Adds a reference to the specified StructureElement within this Table of Contents Item (TOCI) element.
This is typically used when ListLIElement serves as a TOC header in nested tables of contents.
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.
Copyright © 2025 Aspose. All Rights Reserved.