Sha256: dee31b5de1d8da1d90417cb990c96c589635dc59ac6ed445af2e314091c8e45b
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
module OpenXml module DrawingML module Elements class Offset < OpenXml::DrawingML::Element namespace :a tag :off attribute :x, expects: :integer attribute :y, expects: :integer end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-drawingml-0.1.0 | lib/openxml/drawingml/elements/offset.rb |