Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if hanging punctuation is enabled for the specified paragraphs. This property returns wdUndefined if it's set to True for only some of the specified paragraphs. Read/write Long.
Syntax
expression. HangingPunctuation
expression A variable that represents a 'ParagraphFormat' object.
Example
This example enables hanging punctuation for the first paragraph in the active document.
ActiveDocument.Paragraphs(1).HangingPunctuation = True
See also
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.