Class: Origami::XDP::Packet::Template::Keep
- Inherits:
-
Origami::XFA::TemplateElement
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XFA::TemplateElement
- Origami::XDP::Packet::Template::Keep
- Defined in:
- lib/origami/xfa/template.rb
Constant Summary collapse
- NONE =
"none"
- CONTENTAREA =
"contentArea"
- PAGEAREA =
"pageArea"
Instance Method Summary collapse
-
#initialize ⇒ Keep
constructor
A new instance of Keep.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ Keep
Returns a new instance of Keep.
448 449 450 |
# File 'lib/origami/xfa/template.rb', line 448 def initialize super('keep') end |