Class: Origami::XDP::Packet::Template::BreakBefore

Inherits:
Origami::XFA::TemplateElement show all
Defined in:
lib/origami/xfa/template.rb

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeBreakBefore

Returns a new instance of BreakBefore.



1351
1352
1353
# File 'lib/origami/xfa/template.rb', line 1351

def initialize
  super('breakBefore')
end