Document.HyphenateCaps Property

Definition

Gets or sets a value that indicates whether 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

true if words in all capital letters can be hyphenated; otherwise, false.

Applies to