TextFormat 列挙型

定義

TextFormat の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TextFormat
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TextFormat = 
Public Enum TextFormat
継承
TextFormat
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Html 1
Raw 0

適用対象