Paragraphs.HalfWidthPunctuationOnTopOfLine Property

Determines if Microsoft Word changes punctuation symbols at the beginning of a line to half-width characters for the specified paragraphs.

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

Syntax

'Declaration
Property HalfWidthPunctuationOnTopOfLine As Integer
    Get
    Set
'Usage
Dim instance As Paragraphs
Dim value As Integer

value = instance.HalfWidthPunctuationOnTopOfLine

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

Property Value

Type: System.Int32

Remarks

This property returns True if Word changes punctuation symbols at the beginning of a line to half-width characters for the specified paragraphs, and False if not. Set the property value to True or False to enable or disable the functionality.

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

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace