public final class NamedAction extends PdfAction
Represents named actions that PDF viewer applications are expected to support.
| Constructor and Description |
|---|
NamedAction(PredefinedAction action)
Constructor for Named Action class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the action to be performed.
|
void |
setName(String value)
Sets the action to be performed.
|
getECMAScriptString, getNextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic NamedAction(PredefinedAction action)
Constructor for Named Action class.
action - Action for which this object is created.PredefinedActionCopyright © 2025 Aspose. All Rights Reserved.