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

See also

ParagraphFormat Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.