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