GrapeCity ActiveReports for .NET 16.0J
WrapMode 列挙体

GrapeCity.ActiveReports.Drawing 名前空間 : WrapMode 列挙体
指定したテキストが左から右または左に右に書かれているかどうかを指定します。
シンタックス
'宣言
 
Public Enum WrapMode 
   Inherits System.Enum
public enum WrapMode : System.Enum 
メンバ
メンバ解説
CharWrap文字ごとに折り返し。
NoWrap折り返しなし。
WordWrap言葉の境界ごとに折り返し。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.WrapMode

参照

GrapeCity.ActiveReports.Drawing 名前空間