public interface IInteractiveDevice
The interface defining interactive features processing methods.
| Modifier and Type | Method and Description |
|---|---|
void |
addOutline(int outlineLevel,
String description)
Adds an outline item with the last object as its target.
|
void |
addOutline(Point2D origin,
int outlineLevel,
String description)
Adds an outline item with the origin point as its target.
|
void |
setHyperlinkTarget(int targetPageNumber)
Set the hyperlink with a page number as its target.
|
void |
setHyperlinkTarget(String targetUri)
Set the hyperlink with an external URI as its target.
|
void setHyperlinkTarget(String targetUri)
Set the hyperlink with an external URI as its target.
targetUri - The target external URI.void setHyperlinkTarget(int targetPageNumber)
Set the hyperlink with a page number as its target.
targetPageNumber - The target page number.void addOutline(int outlineLevel,
String description)
Adds an outline item with the last object as its target.
outlineLevel - The outline level.description - The item description.Copyright © 2025 Aspose. All Rights Reserved.