| 
ParagraphFormat
SuppressAutoHyphens Property
  | 
 Indicates whether to suppress automatic hyphenation for the paragraph.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool SuppressAutoHyphens { get; set; }
 
Public Property SuppressAutoHyphens As Boolean
	Get
	Set
 
public:
property bool SuppressAutoHyphens {
	bool get ();
	void set (bool value);
}
 
member SuppressAutoHyphens : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also