| 
Hyphenation
HyphenationZone Property
  | 
 Specifies the amount of whitespace which can be left at the end of a line (or added to justified lines) before hyphenation.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float HyphenationZone { get; set; }
 
Public Property HyphenationZone As Single
	Get
	Set
 
public:
property float HyphenationZone {
	float get ();
	void set (float value);
}
 
member HyphenationZone : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 The hyphenation zone.
 
 See Also
See Also