ITociElement
public interface ITociElement
Represents an element that can function as a table of contents entry (TOCI) in a tagged PDF document. This interface abstracts both standard TOCI elements and List Item (LI) elements used in nested table of contents structures.
Methods
| Method | Description |
|---|---|
| getGetElement | Gets the underlying PDF element that represents this TOCI structure. |
getGetElement
StructureElement getGetElement()
Gets the underlying PDF element that represents this TOCI structure.
Returns: The Element that forms the structural representation of this table of contents entry.