次の方法で共有


Html.FromHtmlSeparatorLineBreakHeading フィールド

定義

注意事項

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

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

[Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_HEADING", 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 FromHtmlSeparatorLineBreakHeading = 2;
[<Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_HEADING", 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 FromHtmlSeparatorLineBreakHeading : Android.Text.FromHtmlOptions

フィールド値

Value = 2
属性

注釈

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

android.text.Html.FROM_HTML_SEPARATOR_LINE_BREAK_HEADINGJava ドキュメント。

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

適用対象