Selection.ExtendToParagraphStart(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.
Étendez la sélection au décalage de début de paragraphe le plus proche.
[Android.Runtime.Register("extendToParagraphStart", "(Landroid/text/Spannable;)Z", "", ApiSince=34)]
public static bool ExtendToParagraphStart(Android.Text.ISpannable text);
[<Android.Runtime.Register("extendToParagraphStart", "(Landroid/text/Spannable;)Z", "", ApiSince=34)>]
static member ExtendToParagraphStart : 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 début de paragraphe le plus proche.
Java documentation pour android.text.Selection.extendToParagraphStart(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.