Html.FromHtmlModeCompact Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Text.FromHtmlOptions enum directly instead of this field.
Flags for #fromHtml(String, int, ImageGetter, TagHandler)
: Separate block-level
elements with line breaks (single newline character) in between.
[Android.Runtime.Register("FROM_HTML_MODE_COMPACT", 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 FromHtmlModeCompact = 63;
[<Android.Runtime.Register("FROM_HTML_MODE_COMPACT", 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 FromHtmlModeCompact : Android.Text.FromHtmlOptions
Field Value
Value = 63- Attributes
Remarks
Flags for #fromHtml(String, int, ImageGetter, TagHandler)
: Separate block-level elements with line breaks (single newline character) in between. This inverts the Spanned
to HTML string conversion done with the option #TO_HTML_PARAGRAPH_LINES_INDIVIDUAL
.
Java documentation for android.text.Html.FROM_HTML_MODE_COMPACT
.
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.