BaseMovementMethod.PreviousParagraph(TextView, ISpannable) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute une action de déplacement de paragraphe précédente.
[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
Paramètres
- widget
- TextView
affichage de texte
- buffer
- ISpannable
mémoire tampon de texte
Retours
true si l’événement a été géré, sinon false.
- Attributs
Remarques
Exécute une action de déplacement de paragraphe précédente.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.