Sha256: 779252f4a0dfe41b84d1cb65e4d3d3c52b3c3a33d77b3e2dae0a2d324d12b683
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
module OpenXml module DrawingML module Elements class ChildrenExtents < OpenXml::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
4 entries across 4 versions & 1 rubygems