DioDocs for PDF
TextDecorations 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : TextDecorations 列挙体
Defines constants that specify the decorations applied to text.
シンタックス
'宣言
 
Public Enum TextDecorations 
   Inherits System.Enum
public enum TextDecorations : System.Enum 
メンバ
メンバ解説
DoubleUnderlineDouble underline is applied to the text.
NoneNo text decorations are applied.
StrikethroughStrikethrough is applied to the text.
UnderlineUnderline is applied to the text.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間