_ParagraphFormat.HangingPunctuation Property

True if hanging punctuation is enabled for the specified paragraphs.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property HangingPunctuation As Integer
    Get
    Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer

value = instance.HangingPunctuation

instance.HangingPunctuation = value
int HangingPunctuation { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns wdUndefined if it’s set to True for only some of the specified paragraphs.

See Also

Reference

_ParagraphFormat Interface

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace