Sha256: 9dc173766181d6a3361195b4018a6f348b3e123a529b030259cdea4d65f54a9b

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class WordProcessingShapesShape < Container
        tag :wsp
        namespace :wps

        attribute :normalEastAsianFlow, expects: :true_or_false
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-docx-0.10.1 lib/openxml/docx/elements/word_processing_shapes_shape.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/word_processing_shapes_shape.rb