public final class ElementExtensions extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addReference(ITociElement tociElement,
StructureElement referencedStructureElement)
Adds a reference to a specified ITociElement in the current logical structure
by updating the PDF's /Ref array with the referenced structure element's object.
|
public static void addReference(ITociElement tociElement, StructureElement referencedStructureElement)
Adds a reference to a specified ITociElement in the current logical structure by updating the PDF's /Ref array with the referenced structure element's object. It's for ensuring correct logical structure relationships in a tagged PDF, enabling features such as accessibility and content navigation.
tociElement - The element to which the reference will be added.referencedStructureElement - The structure element being referenced.Copyright © 2025 Aspose. All Rights Reserved.