次の方法で共有


Html.FromHtmlOptionUseCssColors フィールド

定義

注意事項

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

Color定義されている値の代わりに CSS 色の値を使用する必要があることを示すフラグ。

[Android.Runtime.Register("FROM_HTML_OPTION_USE_CSS_COLORS", 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 FromHtmlOptionUseCssColors = 256;
[<Android.Runtime.Register("FROM_HTML_OPTION_USE_CSS_COLORS", 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 FromHtmlOptionUseCssColors : Android.Text.FromHtmlOptions

フィールド値

Value = 256
属性

注釈

Color定義されている値の代わりに CSS 色の値を使用する必要があることを示すフラグ。

の Java ドキュメント android.text.Html.FROM_HTML_OPTION_USE_CSS_COLORS

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

適用対象