Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 949 Bytes

Word.Paragraph.HangingPunctuation.md

File metadata and controls

41 lines (24 loc) · 949 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Paragraph.HangingPunctuation property (Word)
vbawd10.chm156696695
vbawd10.chm156696695
Word.Paragraph.HangingPunctuation
89287cb7-1b12-4fd0-4a02-b6d4dd371d70
06/08/2017
medium

Paragraph.HangingPunctuation property (Word)

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 'Paragraph' object.

Example

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

ActiveDocument.Paragraphs(1).HangingPunctuation = True

See also

Paragraph Object

[!includeSupport and feedback]