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