Paragraphs.HalfWidthPunctuationOnTopOfLine Property (Word)

True if Microsoft Word changes punctuation symbols at the beginning of a line to half-width characters 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 .HalfWidthPunctuationOnTopOfLine

expression A variable that represents a Paragraphs collection.

Example

This example sets Microsoft Word to change punctuation symbols at the beginning of a line to half-width characters for the first paragraph in the active document.

ActiveDocument.Paragraphs.HalfWidthPunctuationOnTopOfLine = True

See Also

Concepts

Paragraphs Object Members

Paragraphs Collection Object