Paragraphs.HalfWidthPunctuationOnTopOfLine Property

Definition

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

public:
 property int HalfWidthPunctuationOnTopOfLine { int get(); void set(int value); };
public int HalfWidthPunctuationOnTopOfLine { get; set; }
member this.HalfWidthPunctuationOnTopOfLine : int with get, set
Public Property HalfWidthPunctuationOnTopOfLine As Integer

Property Value

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.

Applies to