| Package | Description |
|---|---|
| com.aspose.xps.features.HyperlinkCollector |
The com.aspose.xps.features.HyperlinkCollector package provides a class for collecting XPS elements that contain hyperlinks.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<XpsHyperlinkElement> |
HyperlinkCollector.collectHyperlinks(XpsDocument document)
Collects XPS elements with hyperlinks of all types.
|
static <T extends XpsHyperlinkTarget> |
HyperlinkCollector.collectHyperlinks(XpsDocument document,
Class<T> cls)
Collects XPS elements with hyperlinks of a certain type.
|
Copyright © 2025 Aspose. All Rights Reserved.