Share via


Html.FromHtmlSeparatorLineBreakListItem フィールド

定義

注意事項

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

lt 内のテキストを示すフラグ &。li>要素は、既定で 1 つの改行文字を持つ他のテキストから分離されます。

[Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM", 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 FromHtmlSeparatorLineBreakListItem = 4;
[<Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM", 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 FromHtmlSeparatorLineBreakListItem : Android.Text.FromHtmlOptions

フィールド値

Value = 4
属性

注釈

lt 内のテキストを示すフラグ &。li>要素は、既定で 1 つの改行文字を持つ他のテキストから分離されます。

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

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

適用対象