Share via


Html.ToHtmlParagraphLinesIndividual Field

Definition

Caution

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

Option for #toHtml(Spanned, int): Wrap each line of text delimited by '\n' inside a <p> or a <li> element.

[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

Field Value

Value = 1
Attributes

Remarks

Option for #toHtml(Spanned, int): Wrap each line of text delimited by '\n' inside a &lt;p&gt; or a &lt;li&gt; element. This allows ParagraphStyles attached to be encoded as CSS styles within the corresponding &lt;p&gt; or &lt;li&gt; element.

Java documentation for android.text.Html.TO_HTML_PARAGRAPH_LINES_INDIVIDUAL.

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