Origami::Action
Class representing a GoTo Action to an embedded pdf file.
# File lib/origami/actions.rb, line 235 def self.[](filename, dest, newwindow = false) self.new(:T => EmbeddedTarget.new(:R => :C, :N => filename), :D => dest, :NewWindow => newwindow) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.