Since applying a style wipes out direct formatting, I will later define macros to stash Selection.Paragraph's .Format.leftIndent and .Format.firstLineIndent, switch the style, and reapply the stashed values. Until then, let's troubleshoot the basic styles.
I was forced to recreate "Checkbox - done" from scratch, based on Normal, since basing it on "Checkbox" would give me different "Bulleted" align/indent values in the style description. I deleted both styles and started from scratch:
- Create "Checkbox" style:
- Based on "Normal"
- Format > Numbering > Bullets tab > (Wingdings checkbox)
- Create "Checkbox - done" style:
- Based on "Normal"
- Format > Numbering > Bullets tab > (Wingdings checked box)
At this point, the description for each style is:
- Checkbox: Indent: Left: 0.25", Hanging: 0.25", Bulleted + Level: 1 + Aligned at: 0.25" + Indent at: 0.5", Style: Quick Style, Based on: Normal
- Checkbox - done: Indent: Left: 0.25", Hanging: 0.25", Bulleted + Level: 1 + Aligned at: 0.25" + Indent at: 0.5", Style: Quick Style, Based on: Normal
Applying each style, in turn, to sample text, changes the bullet but not indents (as expected, since both styles have identical positioning values.)
Now onto
indentation:
I open the Reveal Formatting window (with "Distinguish style source" enabled); under Bullets and Numbering, I see
List: / Bulleted / Level: 1 / Aligned at: 0.25" / Indent at: 0.5".
If I increase the indent (using the standard Ctrl + ]) of a Checkbox paragraph, it jumps by 0.5" and
its bullet changes to an open circle. The formatting is now
Paragraph > Direct Formatting > Indentation: Left: 0.75" — Bullets and Numbering > List: / Bulleted / Level: 2 / Aligned at: 0.75" / Indent at: 1".
Indenting the paragraph changed its list level. In the ribbon, the Bullets button is highlighted. Opening the Multilevel List button shows the "Current list" with my checkbox on level 1, open circle on levels 2/5/8, and normal bullets on the remaining levels.
At this point, should I define a multilevel list style using the Checkbox paragraph style on every level?