class Origami::Data
Class representing the Catalog Dictionary of a PDF file.
Forward declarations.
Public Class Methods
new(hash = {})
click to toggle source
Calls superclass method
# File lib/origami/catalog.rb, line 477 def initialize(hash = {}) set_indirect(true) super(hash) end