Paragraph.HangingPunctuation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if hanging punctuation is enabled for the specified paragraphs.
public:
property int HangingPunctuation { int get(); void set(int value); };
public int HangingPunctuation { get; set; }
member this.HangingPunctuation : int with get, set
Public Property HangingPunctuation As Integer
Property Value
Remarks
This property returns True if hanging punctuation is enabled 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 it’s set to True for only some of the specified paragraphs.