Sha256: 7e7f694ff018b9630be9d2ab94913bacceceda89ef9279ff46945245085ab4b4

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

require "openxml/drawingml/properties/line_end_properties"

module OpenXml
  module DrawingML
    module Properties
      class HeadEnd < LineEndProperties
        namespace :a
        tag :headEnd

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/head_end.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/head_end.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/head_end.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/head_end.rb