DioDocs for PDF
WordBoundaryRules 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : WordBoundaryRules 列挙体
Specifies the word breaking algorithm.
シンタックス
'宣言
 
Public Enum WordBoundaryRules 
   Inherits System.Enum
public enum WordBoundaryRules : System.Enum 
メンバ
メンバ解説
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).
継承階層

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

参照

GrapeCity.Documents.Text 名前空間