Returns or sets the hanging punctuation option if you have an Asian language setting specified. Read/write 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