Sha256: b86cc43d4500083af00596e48f9b6b53630c7a1d9c2e6cafc50a8870be32ba12

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class NonVisualConnectionShapeDrawingProperties < SimplePropertyContainerProperty
        include OpenXml::RenderWhenEmpty
        namespace :p
        tag :cNvCxnSpPr

        property :connection_shape_locks, klass: OpenXml::DrawingML::Properties::ConnectionShapeLocks
        property :connection_start, klass: OpenXml::DrawingML::Properties::ConnectionStart
        property :connection_end, klass: OpenXml::DrawingML::Properties::ConnectionEnd

        property :extension_list, klass: OpenXml::DrawingML::Properties::ExtensionList

      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/non_visual_connection_shape_drawing_properties.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/non_visual_connection_shape_drawing_properties.rb