Show deletions and changes with strikethrough text. Visual indication of removed content while maintaining readability.

OOXML Structure

<w:r>
  <w:rPr>
    <w:strike/>
  </w:rPr>
  <w:t>Struck through text</w:t>
</w:r>

Why you’d use this

  • Price changes - Show original vs sale price
  • Task lists - Mark completed items
  • Legal documents - Show deleted clauses
  • Editing - Track changes visually
  • Humor - Bad ideas Good ideas

Commands

setStrike

Apply strikethrough formatting
setStrike()

unsetStrike

Remove strikethrough formatting
unsetStrike()

toggleStrike

Toggle strikethrough formatting
toggleStrike()

Keyboard Shortcuts

CommandShortcutDescription
toggleStrike()⌘/Ctrl-Shift-sToggle strikethrough formatting