Sha256: dc78902de1d12c811b762d2df32fb12a3e035a7c86c1c9964cc7b85f1b5a8557

Contents?: true

Size: 301 Bytes

Versions: 3

Compression:

Stored size: 301 Bytes

Contents

module Rocx
  module Elements
    class Break < BaseElement
      tag_name :br
      namespace :w
      attribute :break_type, xml_name: "w:type", limit_to: [nil, :column, :page, :textWrapping]
      attribute :clear, xml_name: "w:clear", limit_to: [nil, :all, :left, :none, :right]
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rocx-0.5.8 lib/rocx/elements/break.rb
rocx-0.5.7 lib/rocx/elements/break.rb
rocx-0.5.6 lib/rocx/elements/break.rb