言語

Html.FromHtmlModeLegacy フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.

#fromHtml(String, int, ImageGetter, TagHandler)のフラグ: 空白行 (2 つの改行文字) を含むブロック レベルの要素を区切ります。

[Android.Runtime.Register("FROM_HTML_MODE_LEGACY", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)]
public const Android.Text.FromHtmlOptions FromHtmlModeLegacy = 0;
[<Android.Runtime.Register("FROM_HTML_MODE_LEGACY", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.", true)>]
val mutable FromHtmlModeLegacy : Android.Text.FromHtmlOptions

フィールド値

Value = 0
属性

注釈

#fromHtml(String, int, ImageGetter, TagHandler)のフラグ: 空白行 (2 つの改行文字) を含むブロック レベルの要素を区切ります。 これは N より前の従来の動作です。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象