Sha256: 00de915580d78f67ef4a5ec833fc9d747f69cc3dd0dad099bed6ace9c0c965c4

Contents?: true

Size: 334 Bytes

Versions: 7

Compression:

Stored size: 334 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class Extents < OpenXml::Docx::Elements::Element
        namespace :a
        tag :ext

        attribute :extent_length, expects: :positive_integer, displays_as: :cx
        attribute :extent_width, expects: :positive_integer, displays_as: :cy

      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/extents.rb
openxml-docx-0.10.5 lib/openxml/drawingml/elements/extents.rb
openxml-docx-0.10.4 lib/openxml/drawingml/elements/extents.rb
openxml-docx-0.10.3 lib/openxml/drawingml/elements/extents.rb
openxml-docx-0.10.2 lib/openxml/drawingml/elements/extents.rb
openxml-docx-0.10.1 lib/openxml/drawingml/elements/extents.rb
openxml-docx-0.10.0 lib/openxml/drawingml/elements/extents.rb