Sha256: d41ee83d425e9a4581a243488a5a556257bfe40509f10fc129d44276061e5d49

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

module OpenXml
  module DrawingML
    module Properties
      class ConnectionShapeLocks < OpenXml::Properties::ComplexProperty
        include OpenXml::ContainsProperties
        namespace :a
        tag :cxnSpLocks

        attribute :disable_grouping, displays_as: :noGrp, expects: :boolean
        attribute :disable_selection, displays_as: :noSelect, expects: :boolean
        attribute :disable_rotation, displays_as: :noRot, expects: :boolean
        attribute :disable_aspect_ratio_change, displays_as: :noChangeAspect, expects: :boolean
        attribute :disable_moving, displays_as: :noMove, expects: :boolean
        attribute :disable_resizing, displays_as: :noResize, expects: :boolean
        attribute :disable_edit_points, displays_as: :noEditPoints, expects: :boolean
        attribute :disable_adjustment_handles, displays_as: :noAdjustHandles, expects: :boolean
        attribute :disable_change_arrowheads, displays_as: :noChangeArrowheads, 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/connection_shape_locks.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/connection_shape_locks.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/connection_shape_locks.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/connection_shape_locks.rb