Sha256: e8574b54c0c9d1863306c0e5a81ad24085ddceef41b1bb4c09ea4fb300213ec6

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class ChildrenExtents < OpenXml::Docx::Elements::Element
        namespace :a
        tag :chExt

        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

5 entries across 5 versions & 1 rubygems

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