Parent

Class/Module Index [+]

Quicksearch

Origami::Action

Class representing an action to launch in a PDF.

Public Class Methods

GoTo(hash = {}) click to toggle source
# File lib/origami/actions.rb, line 78
def self.GoTo(hash = {})
  Action::GoTo[hash]
end
GoToE(filename, dest, newwindow = false) click to toggle source
# File lib/origami/actions.rb, line 241
def self.GoToE(filename, dest, newwindow = false)
  Action::GoToE[filename, dest, newwindow]
end
GoToR(file, dest = Destination::GlobalFit.new(0), newwindow = false) click to toggle source
# File lib/origami/actions.rb, line 200
def self.GoToR(file, dest = Destination::GlobalFit.new(0), newwindow = false)
  Action::GoToR[file, dest, newwindow]
end
ImportData(file) click to toggle source
# File lib/origami/actions.rb, line 294
def self.ImportData(file)
  Action::ImportData[file]
end
JavaScript(script) click to toggle source
# File lib/origami/actions.rb, line 123
def self.JavaScript(script)
  Action::JavaScript[script]
end
Named(type) click to toggle source
# File lib/origami/actions.rb, line 174
def self.Named(type)
  Action::Named[type]
end
RichMediaExecute(annotation, command, *params) click to toggle source
# File lib/origami/actions.rb, line 319
def self.RichMediaExecute(annotation, command, *params)
  Action::RichMediaExecute[annotation, command, *params]
end
SubmitForm(url, fields = [], flags = 0) click to toggle source
# File lib/origami/actions.rb, line 278
def self.SubmitForm(url, fields = [], flags = 0)
  Action::SubmitForm[url, fields, flags]
end
URI(uri, ismap = false) click to toggle source
# File lib/origami/actions.rb, line 102
def self.URI(uri, ismap = false)
  Action::URI[uri, ismap]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.