Selection.ExtendToParagraphStart(ISpannable) Method
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.
Extend the selection to the closest paragraph start offset.
[Android.Runtime.Register("extendToParagraphStart", "(Landroid/text/Spannable;)Z", "", ApiSince=34)]
public static bool ExtendToParagraphStart (Android.Text.ISpannable text);
[<Android.Runtime.Register("extendToParagraphStart", "(Landroid/text/Spannable;)Z", "", ApiSince=34)>]
static member ExtendToParagraphStart : Android.Text.ISpannable -> bool
Parameters
- text
- ISpannable
the spannable text
Returns
true if the selection is extended, otherwise false
- Attributes
Remarks
Extend the selection to the closest paragraph start offset.
Java documentation for android.text.Selection.extendToParagraphStart(android.text.Spannable)
.
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.