Method: Origami::Page#annotations
- Defined in:
- lib/origami/page.rb
#annotations ⇒ Object
Returns the array of Annotation objects of the Page.
710 711 712 |
# File 'lib/origami/page.rb', line 710 def annotations self.each_annotation.to_a end |