lib/openxml/drawingml/elements/tail_end.rb in openxml-drawingml-0.1.0 vs lib/openxml/drawingml/elements/tail_end.rb in openxml-drawingml-0.2.0

- old
+ new

@@ -1,8 +1,10 @@ module OpenXml module DrawingML module Elements - class TailEnd < OpenXml::DrawingML::Element + class TailEnd < OpenXml::Element + namespace :a + tag :tailEnd attribute :length, expects: :valid_end_size, displays_as: :len attribute :type, expects: :valid_end_type attribute :width, expects: :valid_end_size, displays_as: :w