Html.ToHtmlParagraphLinesIndividual Campo

Definición

Precaución

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

Opción para : Ajuste cada línea de texto delimitada por '\n' dentro de un < p> o un < li> elemento .

[Android.Runtime.Register("TO_HTML_PARAGRAPH_LINES_INDIVIDUAL", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.ToHtmlOptions enum directly instead of this field.", true)]
public const Android.Text.ToHtmlOptions ToHtmlParagraphLinesIndividual = 1;
[<Android.Runtime.Register("TO_HTML_PARAGRAPH_LINES_INDIVIDUAL", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.ToHtmlOptions enum directly instead of this field.", true)>]
val mutable ToHtmlParagraphLinesIndividual : Android.Text.ToHtmlOptions

Valor de campo

Value = 1
Atributos

Comentarios

Opción para : Ajuste cada línea de texto delimitada por '\n' dentro de un < p> o un < li> elemento . Esto permite codificar s adjuntos como estilos CSS dentro de la < correspondiente p> o < li> elemento .

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

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