Partager via


Selection.ExtendToParagraphEnd(ISpannable) Méthode

Définition

Étendez la sélection au décalage de fin de paragraphe le plus proche.

[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

Paramètres

text
ISpannable

texte spannable

Retours

true si la sélection est étendue, sinon false

Attributs

Remarques

Étendez la sélection au décalage de fin de paragraphe le plus proche.

Documentation Java pour android.text.Selection.extendToParagraphEnd(android.text.Spannable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à