Selection.ExtendToParagraphEnd(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 end offset.
[Android.Runtime.Register("extendToParagraphEnd", "(Landroid/text/Spannable;)Z", "", ApiSince=34)]
public static bool ExtendToParagraphEnd (Android.Text.ISpannable text);
[<Android.Runtime.Register("extendToParagraphEnd", "(Landroid/text/Spannable;)Z", "", ApiSince=34)>]
static member ExtendToParagraphEnd : 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 end offset.
Java documentation for android.text.Selection.extendToParagraphEnd(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.