Sha256: b7f6dea9717a19c006c400c648fc9be630e2badda17e35859ba2ecfa88fc98f0

Contents?: true

Size: 347 Bytes

Versions: 7

Compression:

Stored size: 347 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class Control < Element
        attribute :id, expects: :string, namespace: :r

        with_namespace :w do
          attribute :unique_name, expects: :string, displays_as: :name
          attribute :shape_id, expects: :string, displays_as: :shapeid
        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/control.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/control.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/control.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/control.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/control.rb
openxml-docx-0.10.1 lib/openxml/docx/elements/control.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/control.rb