Share via


ParagraphFormat.HangingPunctuation Property

Returns or sets the hanging punctuation option if you have an Asian language setting specified. Read/write.

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

Syntax

'Declaration
Property HangingPunctuation As MsoTriState
    Get
    Set
'Usage
Dim instance As ParagraphFormat
Dim value As MsoTriState

value = instance.HangingPunctuation

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

Property Value

Type: Microsoft.Office.Core.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.

See Also

Reference

ParagraphFormat Interface

ParagraphFormat Members

Microsoft.Office.Interop.PowerPoint Namespace