BaseMovementMethod.PreviousParagraph(TextView, ISpannable) Method

Definition

Performs a previous paragraph movement action.

[Android.Runtime.Register("previousParagraph", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetPreviousParagraph_Landroid_widget_TextView_Landroid_text_Spannable_Handler", ApiSince=34)]
public virtual bool PreviousParagraph (Android.Widget.TextView widget, Android.Text.ISpannable buffer);
[<Android.Runtime.Register("previousParagraph", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetPreviousParagraph_Landroid_widget_TextView_Landroid_text_Spannable_Handler", ApiSince=34)>]
abstract member PreviousParagraph : Android.Widget.TextView * Android.Text.ISpannable -> bool
override this.PreviousParagraph : 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 previous paragraph movement action.

Java documentation for android.text.method.BaseMovementMethod.previousParagraph(android.widget.TextView, 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.

Applies to