public class LabelContext extends Object implements IDocumentTreeJob
ProcessorContext.
This class is not reusable, and a new instance shall be created for every new conversion process.
| Constructor and Description |
|---|
LabelContext()
Creates new label context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAltDescription(String id)
Gets the alternate description for the element by id.
|
void |
process(com.itextpdf.styledxmlparser.node.INode node,
int level)
Processes a given node to analyze and store potential labels.
|
public String getAltDescription(String id)
id - id of the elementpublic void process(com.itextpdf.styledxmlparser.node.INode node,
int level)
process in interface IDocumentTreeJobnode - the node to processlevel - the level of the node within the document treeCopyright © 1998–2026 Apryse Group NV. All rights reserved.