ParagraphFormat.HangingPunctuation Property (PowerPoint)
Returns or sets the hanging punctuation option if you have an Asian language setting specified. Read/write.
Syntax
expression .HangingPunctuation
expression A variable that represents a ParagraphFormat object.
Return Value
MsoTriState
Remarks
The value of the HangingPunctuation property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
The hanging punctuation option is not selected. |
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