Langue

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.

Java documentation 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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à