Sha256: b967fbaadb93af859107b492b416f8f5768c5909f786ae94034458d3108d1af6

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 TailEnd < LineEndProperties
        namespace :a
        tag :tailEnd

      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/tail_end.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/tail_end.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/tail_end.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/tail_end.rb