GrapeCity ActiveReports for .NET 16.0J
TextDecoration 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : TextDecoration 列挙体
特別なテキストの書式設定を指定します。
シンタックス
'宣言
 
Public Enum TextDecoration 
   Inherits System.Enum
public enum TextDecoration : System.Enum 
メンバ
メンバ解説
DoubleUnderline二重下線付きのテキストを示します。
LineThrough取り消し線付きのテキストを指定します。
Noneテキスト形式なしのテキストを指定します。
Overline上線付きのテキストを指定します。
Underline下線付きのテキストを指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.TextDecoration

参照

GrapeCity.ActiveReports.PageReportModel 名前空間