Method: Axlsx::PictureLocking#initialize

Defined in:
lib/axlsx/drawing/picture_locking.rb

#initialize(options = {}) ⇒ PictureLocking

Creates a new PictureLocking object

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • noGrp (Boolean)
  • noSelect (Boolean)
  • noRot (Boolean)
  • noChangeAspect (Boolean)
  • noMove (Boolean)
  • noResize (Boolean)
  • noEditPoints (Boolean)
  • noAdjustHandles (Boolean)
  • noChangeArrowheads (Boolean)
  • noChangeShapeType (Boolean)


29
30
31
32
# File 'lib/axlsx/drawing/picture_locking.rb', line 29

def initialize(options = {})
  @noChangeAspect = true
  parse_options options
end