Sha256: 382b66ceb852fb587cacddb5fa64d96e8417b136edafa8a3c57171ce54d5bd46

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class NonVisualGroupShapeDrawingProperties < SimplePropertyContainerProperty
        include OpenXml::RenderWhenEmpty
        namespace :p
        tag :cNvGrpSpPr

        property :group_shape_locks, klass: OpenXml::DrawingML::Properties::GroupShapeLocks
        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_group_shape_drawing_properties.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/non_visual_group_shape_drawing_properties.rb