NamedAction
Inheritance: java.lang.Object, com.aspose.pdf.PdfAction com.aspose.pdf.NamedAction, com.aspose.pdf.PdfAction, com.aspose.pdf.NamedAction
All Implemented Interfaces: IAppointment
public final class NamedAction extends PdfAction
Represents named actions that PDF viewer applications are expected to support.
Constructors
| Constructor | Description |
|---|---|
| NamedAction | Constructor for Named Action class. |
Methods
| Method | Description |
|---|---|
| getName | Gets the action to be performed. |
| setName | Sets the action to be performed. |
NamedAction
Constructor for Named Action class.
getName
public String getName()
Gets the action to be performed.
Returns: String value
setName
Sets the action to be performed.