Sha256: 6f8dd2c1678c5616f11e1a0a518ca352ee680ce1f7e431c43c72e612de679aca

Contents?: true

Size: 702 Bytes

Versions: 1

Compression:

Stored size: 702 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class GraphicFrameLocks < OpenXml::Docx::Elements::Element
        namespace :a

        attribute :disallow_aspect_ratio_changes, expects: :true_or_false, displays_as: :noChangeAspect
        attribute :disallow_drilldown, expects: :true_or_false, displays_as: :noDrilldown
        attribute :disallow_grouping, expects: :true_or_false, displays_as: :noGrp
        attribute :disallow_moving, expects: :true_or_false, displays_as: :noMove
        attribute :disallow_resizing, expects: :true_or_false, displays_as: :noResize
        attribute :disallow_selection, expects: :true_or_false, displays_as: :noSelect

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openxml-docx-0.10.1 lib/openxml/drawingml/elements/graphic_frame_locks.rb