Sha256: d612d9954597d75fbf6437e7c3f6016e162165e6bef5fbf1bbd8e8a48116d8e5

Contents?: true

Size: 288 Bytes

Versions: 7

Compression:

Stored size: 288 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class Break < Element
        tag :br

        with_namespace :w do
          attribute :clear, one_of: %i(all left none right)
          attribute :type, one_of: %i(column page textWrapping)
        end

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.1 lib/openxml/docx/elements/break.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/break.rb