Hyphenation
HyphenateCaps Property
|
Specifies whether to hyphenate words in ALL CAPITAL LETTERS.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HyphenateCaps { get; set; }
Public Property HyphenateCaps As Boolean
Get
Set
public:
property bool HyphenateCaps {
bool get ();
void set (bool value);
}
member HyphenateCaps : bool with get, set
Property Value
Type:
Boolean
if hyphenate words in ALL CAPITAL LETTERS, set to
true
.
See Also