public final class NamedAction extends PdfAction
Represents named actions that PDF viewer applications are expected to support.
NamedAction(int action)
String
getName()
void
setName(String value)
createAction, execute, getNext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NamedAction(int action)
Constructor.
action
public String getName()
Gets the action to be performed.
public void setName(String value)
Sets the action to be performed.
Copyright © 2018 Aspose. All Rights Reserved.