Html.FromHtmlSeparatorLineBreakDiv Field

Definition

Caution

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

Flag indicating that texts inside <div> elements will be separated from other texts with one newline character by default.

[Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_DIV", 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 FromHtmlSeparatorLineBreakDiv = 16;
[<Android.Runtime.Register("FROM_HTML_SEPARATOR_LINE_BREAK_DIV", 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 FromHtmlSeparatorLineBreakDiv : Android.Text.FromHtmlOptions

Field Value

Value = 16
Attributes

Remarks

Flag indicating that texts inside &lt;div&gt; elements will be separated from other texts with one newline character by default.

Java documentation for android.text.Html.FROM_HTML_SEPARATOR_LINE_BREAK_DIV.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to