Action Class |
Namespace: pdftron.PDF
The Action type exposes the following members.
Name | Description | |
---|---|---|
Action | A constructor. Creates an Action and initializes it using given Cos/SDF object.
|
Name | Description | |
---|---|---|
Close | ||
CreateGoto(Destination) | Creates a new 'GoTo'action. GoTo action takes the user to the
specified Destination view located in the same document.
| |
CreateGoto(String, Destination) | Creates a new 'GoTo' action using a 'Named Destination'. GoTo action
takes the user to the specified 'Named Destination' view located in the
same document.
| |
CreateGoto(Byte, Int32, Destination) | Creates a new 'GoTo' action using a 'Named Destination'. GoTo action
takes the user to the specified 'Named Destination' view located in the
same document.
| |
CreateGotoRemote(FileSpec, Int32) | Creates a new 'GoToR'action. A remote go-to action is similar to an
ordinary go-to action but jumps to a destination in another PDF file
instead of the current file.
| |
CreateGotoRemote(FileSpec, Int32, Boolean) | Creates a new 'GoToR'action. See the above method for details.
| |
CreateImportData | Creates a new Show/Hide Field action. A show/hide field action shows or hide certain fields when it's invoked.
| |
CreateJavaScript | Creates a new 'JavaScript' action. A javascript action executes a JavaScript
script when it's invoked.
| |
CreateLaunch | Creates a new 'Launch' action. A launch action opens up a file using the
most appropriate program.
| |
CreateResetForm | Creates a new 'Reset Form' action. A reset form action reset choosen
form fields to their default value.
| |
CreateSubmitForm | Creates a new 'SubmitForm'action. A submit-form action transmits the names
and values of selected interactive form fields to a specified uniform
resource locator (URL), presumably the address of a Web server that will
process them and send back a response.
| |
CreateURI | Create a new URI action. The URL action is typically resolved by opening a URL in
the default web browser.
| |
Equals | (Inherited from Object.) | |
Execute | Executes current action; this will only work for some action types that can be executed
only using the information contained in the action object or the associated PDF doc.
See also PDFViewCtrl::ExecuteAction()
| |
ExecuteKeyStrokeAction | Execute KeyStrokeAction, this shall be performed when the user modifies a character in a text
field or combo box or modifies the selection in a scrollable list box. This action checks the added text
for validity and reject or modify it.
| |
GetDest | Gets the dest.
| |
GetFormActionFlag | Gets the form action flag.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNext | Gets the next SDFObj
| |
GetSDFObj | Gets the SDFObj.
| |
GetType | Gets the type.
| |
IsValid | Indicates whether the Action is valid (non-null).
| |
NeedsWriteLock | Test whether this action needs WriteLock
| |
Set | Sets value to given Action object
| |
SetFormActionFlag | Set the value of a given field flag.
Action flags are currently only used by submit and reset form actions.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |