Class: Wizport::Pdf::Page

Inherits:
Element
  • Object
show all
Defined in:
lib/wizport/document/pdf/page.rb

Instance Attribute Summary

Attributes inherited from Element

#dicts, #id, #ver

Instance Method Summary collapse

Methods inherited from Element

#dict, #parent, #stream, #to_s, #type

Methods included from Visitable

#accept

Constructor Details

#initialize(id, ver) ⇒ Page

Returns a new instance of Page.



9
10
11
12
# File 'lib/wizport/document/pdf/page.rb', line 9

def initialize(id, ver)
  super(id, ver)
  dict '/Type', '/Page'
end