Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
static PredefinedAction |
PredefinedAction.getByValue(int value) |
static PredefinedAction |
PredefinedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedAction[] |
PredefinedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NamedAction(PredefinedAction action)
Constructor for Named Action class.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentEditor.createApplicationLink(Rectangle rect,
String application,
int page,
Color clr,
PredefinedAction[] actionName)
Creates a link to launch an application in PDF document.
|
void |
PdfContentEditor.createCustomActionLink(Rectangle rect,
int originalPage,
Color color,
PredefinedAction[] actionName)
Creates a link to custom actions in PDF document.
|
void |
PdfContentEditor.createLocalLink(Rectangle rect,
int desPage,
int originalPage,
Color clr,
PredefinedAction[] actionName)
Creates a local link in PDF document.
|
void |
PdfContentEditor.createPdfDocumentLink(Rectangle rect,
String remotePdf,
int originalPage,
int destinationPage,
Color clr,
PredefinedAction[] actionName)
Creates a link to another PDF document page.
|
void |
PdfContentEditor.createWebLink(Rectangle rect,
String url,
int originalPage,
Color clr,
PredefinedAction[] actionName)
Creates a web link in PDF document.
|
Copyright © 2025 Aspose. All Rights Reserved.