Add subtle emphasis with italic styling. Classic slanted text for emphasis, thoughts, or citations.

OOXML Structure

<w:r>
  <w:rPr>
    <w:i/>
  </w:rPr>
  <w:t>Italic text</w:t>
</w:r>

Why you’d use this

  • Emphasis - Softer than bold
  • Foreign words - Lorem ipsum, c’est la vie
  • Thoughts - Internal dialogue or asides
  • Citations - Book titles, publications
  • Technical terms - First usage of terminology

Commands

setItalic

Apply italic formatting
setItalic()

unsetItalic

Remove italic formatting
unsetItalic()

toggleItalic

Toggle italic formatting
toggleItalic()

Keyboard Shortcuts

CommandShortcutDescription
toggleItalic()⌘/Ctrl-iToggle italic formatting
toggleItalic()⌘/Ctrl-IToggle italic formatting (uppercase)