Skip to main content

Summary

Move an image to a new location in the document. Tracked-mode authoring supports safe sole inline-image body paragraphs and emits paired <w:moveFrom> / <w:moveTo> wrappers with explicit move range marker identity.
  • Operation ID: images.move
  • API member path: editor.doc.images.move(...)
  • Mutates document: yes
  • Idempotency: non-idempotent
  • Supports tracked mode: yes
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns an ImagesMutationResult indicating success or failure. Tracked-mode results include trackedChangeRefs pointing at the paired move review entity.

Input fields

Example request

Output fields

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • AMBIGUOUS_TARGET
  • INVALID_TARGET
  • CAPABILITY_UNAVAILABLE

Non-applied failure codes

  • INVALID_TARGET
  • NO_OP
  • CAPABILITY_UNAVAILABLE

Raw schemas