Sha256: 6be5263184da81e77d9b84b809b128d804c1d72779dda8d36e0d7884e256a5a7

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class ConnectionShape < SimplePropertyContainerProperty
        namespace :p
        tag :cxnSp

        property :non_visual_connection_shape_properties, required: true
        property :shape_properties, required: true
        property :shape_style
        property :extension_list

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-pptx-0.2.2 lib/openxml/pptx/properties/connection_shape.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/connection_shape.rb