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 |
---|---|
The hanging punctuation option is not selected. |
|
The hanging punctuation option is selected. |