Lenguaje

Html.FromHtmlModeCompact Campo

Definición

Precaución

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

Marcas para #fromHtml(String, int, ImageGetter, TagHandler): separa elementos de nivel de bloque con saltos de línea (carácter de nueva línea único) entre.

[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

Valor de campo

Value = 63
Atributos

Comentarios

Marcas para #fromHtml(String, int, ImageGetter, TagHandler): separa elementos de nivel de bloque con saltos de línea (carácter de nueva línea único) entre. Esto invierte la Spanned conversión a cadena HTML realizada con la opción #TO_HTML_PARAGRAPH_LINES_INDIVIDUAL.

Java documentación para android.text.Html.FROM_HTML_MODE_COMPACT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a