| 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 |
XpsElementLinkTarget
Class incapsulating the relative named-address hyperlink target.
|
class |
XpsExternalLinkTarget
Class incapsulating the external hyperlink target.
|
class |
XpsPageLinkTarget
Class incapsulating the page hyperlink target.
|
| Modifier and Type | Method and Description |
|---|---|
XpsHyperlinkTarget |
XpsHyperlinkElement.getHyperlinkTarget()
Returns hyperlink target object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.addOutlineEntry(String description,
int outlineLevel,
XpsHyperlinkTarget target)
Adds an outline entry to the document.
|
void |
XpsHyperlinkElement.setHyperlinkTarget(XpsHyperlinkTarget value)
Sets hyperlink target object.
|
| Modifier and Type | Method and Description |
|---|---|
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.