BaseMovementMethod.NextParagraph(TextView, 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.
Performs a next paragraph movement action.
[Android.Runtime.Register("nextParagraph", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetNextParagraph_Landroid_widget_TextView_Landroid_text_Spannable_Handler", ApiSince=34)]
public virtual bool NextParagraph (Android.Widget.TextView widget, Android.Text.ISpannable buffer);
[<Android.Runtime.Register("nextParagraph", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetNextParagraph_Landroid_widget_TextView_Landroid_text_Spannable_Handler", ApiSince=34)>]
abstract member NextParagraph : Android.Widget.TextView * Android.Text.ISpannable -> bool
override this.NextParagraph : Android.Widget.TextView * Android.Text.ISpannable -> bool
Parameters
- widget
- TextView
the text view
- buffer
- ISpannable
the text buffer
Returns
true if the event was handled, otherwise false.
- Attributes
Remarks
Performs a next paragraph movement action.
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.