GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / WordBoundaryRules Enumeration

WordBoundaryRules Enumeration
Specifies the word breaking algorithm.
Syntax
'Declaration
 
Public Enum WordBoundaryRules 
   Inherits System.Enum
 
Members
MemberDescription
SimplifiedSimplified word breaking rules not allowing to break words on any characters other than white spaces.
UnicodeSet word boundaries in accordance with the Unicode text segmentation algorithm (see a Unicode Standard Annex #29).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.WordBoundaryRules

See Also