Dictionary
Class representing an action to launch in a PDF.
# File lib/origami/actions.rb, line 78 def self.GoTo(hash = {}) Action::GoTo[hash] end
# File lib/origami/actions.rb, line 241 def self.GoToE(filename, dest, newwindow = false) Action::GoToE[filename, dest, newwindow] end
# File lib/origami/actions.rb, line 200 def self.GoToR(file, dest = Destination::GlobalFit.new(0), newwindow = false) Action::GoToR[file, dest, newwindow] end
# File lib/origami/actions.rb, line 294 def self.ImportData(file) Action::ImportData[file] end
# File lib/origami/actions.rb, line 123 def self.JavaScript(script) Action::JavaScript[script] end
# File lib/origami/actions.rb, line 174 def self.Named(type) Action::Named[type] end
# File lib/origami/actions.rb, line 319 def self.RichMediaExecute(annotation, command, *params) Action::RichMediaExecute[annotation, command, *params] end
Generated with the Darkfish Rdoc Generator 2.