Sha256: b33e9f855a8781ea4ad174286bc0298056a16485e2e3877f546b4edaa2f26d16

Contents?: true

Size: 458 Bytes

Versions: 3

Compression:

Stored size: 458 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Components
    module Properties
      class GraphicFrameLocksProperty
        include Goldendocx::Element

        namespace :a
        tag :graphicFrameLocks

        attribute :lock_position, alias_name: :noMove, default: true
        attribute :lock_size, alias_name: :noResize, default: true
        attribute :lock_aspect, alias_name: :noChangeAspect, default: true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/components/properties/graphic_frame_locks_property.rb
goldendocx-0.2.3 lib/goldendocx/components/properties/graphic_frame_locks_property.rb
goldendocx-0.2.2 lib/goldendocx/components/properties/graphic_frame_locks_property.rb