Aspose::Pdf::LogicalStructure::ITociElement class

ITociElement class

Represents an element that can function as a table of contents entry (TOCI) in a tagged PDF document.

class ITociElement : public virtual System::Object

Methods

MethodDescription
virtual get_GetElement()Gets the underlying PDF element that represents this TOCI structure.

Remarks

This interface abstracts both standard TOCI elements and List Item (LI) elements used in nested table of contents structures.

See Also