Class Origami::Catalog
In: sources/parser/catalog.rb
Parent: Dictionary

Class representing the Catalog Dictionary of a PDF file.

Methods

new  

Included Modules

Configurable

Public Class methods

Creates a new Catalog.

hash:A hash of attributes to set to the Catalog.

[Source]

     # File sources/parser/catalog.rb, line 178
178:     def initialize(hash = {}, indirect = true)
179:              
180:       super(hash, indirect)
181:     
182:     end

[Validate]