Xceed Words for .NET v3.0 Documentation
IsAutomatic Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Hyphenation Class : IsAutomatic Property
Gets or sets if the document uses hyphenation on words in CAPS when text hyphenation is enabled.
Syntax
'Declaration
 
Public Property IsAutomatic As Boolean
'Usage
 
Dim instance As Hyphenation
Dim value As Boolean
 
instance.IsAutomatic = value
 
value = instance.IsAutomatic
public bool IsAutomatic {get; set;}

Property Value

true if the document uses hyphenation on words in CAPS when text hyphenation is enabled, otherwise false.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Hyphenation Class
Hyphenation Members