DioDocs for PDF
WrapMode 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : WrapMode 列挙体
Specifies how text lines are broken to avoid text overflowing the layout box.
シンタックス
'宣言
 
Public Enum WrapMode 
   Inherits System.Enum
public enum WrapMode : System.Enum 
メンバ
メンバ解説
CharWrapText lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).
NoWrapText lines can not be broken.
WordWrapText lines are broken in accordance with the Unicode line breaking algorithm (see Unicode Standard Annex #14).
継承階層

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

参照

GrapeCity.Documents.Text 名前空間