HangingPunctuation Property

MsoTriState

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The hanging punctuation option is selected.

Example

This example selects hanging punctuation for the first paragraph of the active presentation.

ActivePresentation.Paragraphs(1).HangingPunctuation = msoTrue

Applies to | ParagraphFormat Object