Sha256: c5d318114bc04863a3951abc86acf8a0e96b212bbc4ebbfe36450a7df0075015

Contents?: true

Size: 850 Bytes

Versions: 4

Compression:

Stored size: 850 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class GroupShapeLocks < OpenXml::Properties::ComplexProperty
        include OpenXml::ContainsProperties
        namespace :a
        tag :grpSpLocks

        attribute :disable_aspect_ratio_change, displays_as: :noChangeAspect, expects: :boolean
        attribute :disable_shape_grouping, displays_as: :noGrp, expects: :boolean
        attribute :disable_moving, displays_as: :noMove, expects: :boolean
        attribute :disable_resizing, displays_as: :noResize, expects: :boolean
        attribute :disable_rotation, displays_as: :noRot, expects: :boolean
        attribute :disable_selection, displays_as: :noSelect, expects: :boolean
        attribute :disable_shape_ungrouping, displays_as: :noUngrp, expects: :boolean

        property :extension_list

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/group_shape_locks.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/group_shape_locks.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/group_shape_locks.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/group_shape_locks.rb