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

ConstructorDescription
NamedActionConstructor for Named Action class.

Methods

MethodDescription
getNameGets the action to be performed.
setNameSets 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.