HangingPunctuation Property

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.

Example

This example enables hanging punctuation for the first paragraph in the active document.

ActiveDocument.Paragraphs(1).HangingPunctuation = True

Applies to | Paragraph Object | ParagraphFormat Object | Paragraphs Collection Object

See Also | FarEastLineBreakControl Property | FarEastLineBreakLevel Property | WordWrap Property