lib/openxml/vml/elements/group.rb in openxml-docx-0.10.6 vs lib/openxml/vml/elements/group.rb in openxml-docx-0.11.0.rc

- old
+ new

@@ -1,8 +1,10 @@ module OpenXml module Vml module Elements - class Group < OpenXml::Docx::Elements::Container + class Group < Element + include HasChildren + namespace :v attribute :alt, expects: :string attribute :css_class, expects: :string, displays_as: :class attribute :coordinate_origin, matches: /^[\-0-9]+,\s?[\-0-9]+$/, displays_as: :coordorigin