Class: Origami::XDP::Packet::XFDF
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::XFDF
- Defined in:
- lib/origami/xfa/xfdf.rb
Overview
The xfdf (annotations) packet enclosed collaboration annotations placed upon a PDF document.
Instance Method Summary collapse
-
#initialize ⇒ XFDF
constructor
A new instance of XFDF.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ XFDF
Returns a new instance of XFDF.
33 34 35 36 37 38 |
# File 'lib/origami/xfa/xfdf.rb', line 33 def initialize super("xfdf") add_attribute 'xmlns', 'http://ns.adobe.com/xfdf/' add_attribute 'xml:space', 'preserve' end |