Sha256: 8c296fae83a6447149139d84465e5fc1a0056d92cd6b81f607fd15a783fb9eef
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
module OpenXml module Docx module Elements class Control < Element attribute :id, expects: :string, namespace: :r attribute :unique_name, expects: :string, displays_as: :name attribute :shape_id, expects: :string, displays_as: :shapeid end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.9.0 | lib/openxml/docx/elements/control.rb |
openxml-docx-0.8.0 | lib/openxml/docx/elements/control.rb |
openxml-docx-0.8.0.beta1 | lib/openxml/docx/elements/control.rb |