_Document.HyphenateCaps Property

Definition

Determine if words in all capital letters can be hyphenated.

public:
 property bool HyphenateCaps { bool get(); void set(bool value); };
public bool HyphenateCaps { get; set; }
member this.HyphenateCaps : bool with get, set
Public Property HyphenateCaps As Boolean

Property Value

Remarks

This property returns True if words in all capital letters can be hyphenated, and False if not. Set the property value to True or False to enable or disable the functionality.

Applies to