Html.ToHtmlParagraphLinesIndividual 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.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 <p> or a <li> element. This allows ParagraphStyle
s attached to be encoded as CSS styles within the corresponding <p> or <li> 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.