| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| 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 | Class and Description |
|---|---|
class |
XpsCanvas
Class incapsulating Canvas element features.
|
class |
XpsContentElement
Incapsulates features of XPS content elements: Canvas, Path and Glyphs.
|
class |
XpsGlyphs
Class incapsulating Glyphs element features.
|
class |
XpsPath
Class incapsulating Path element features.
|
| 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.