Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Actions Namespace
Classes | |
---|---|
ActionModel | An action to perform |
AnnotationActionsModel | Provides all annotation actions. |
DocumentActionsModel | Lists all document actions, per event |
FieldActionsModel | Provides all field actions. |
GotoModel | The go-to action moves the actual view to a destination in the current document. |
HideModel | The hide action sets or clears the annotation's Hidden flag. |
ImportModel | The ImportData action imports field values from a file. |
JavaScriptModel | A JavaScript action executes javascript. |
LaunchModel | A LaunchAction starts an external Application. |
NamedModel | A Named action executes an action predefined by the viewer application. Well known (standard) names are: NextPage, PrevPage, FirstPage and LastPage. |
PageActionsModel | Provides all page-related actions. |
ResetModel | The reset form action resets the fields to there default value. |
SubmitModel | The submit form action send form data (containing field values) to a URL in a specified format. |
UnknownModel | Unknown action. This action will be created if the action is unknown or different from the supported types. |
UriModel | A UriAction starts an external web site from its URL. |