Sha256: 8ac540219d8b2ce2c249f2d730da56277c36c609fe53df58ad54a2669cf4c270

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class Offset < OpenXml::Docx::Elements::Element
        namespace :a
        tag :off

        attribute :x, expects: :integer
        attribute :y, expects: :integer

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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