SpannableFactory.NewSpannable Metodo

Definizione

Overload

Nome Descrizione
NewSpannable(ICharSequence)

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato.

NewSpannable(String)

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato.

NewSpannable(ICharSequence)

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato.

[Android.Runtime.Register("newSpannable", "(Ljava/lang/CharSequence;)Landroid/text/Spannable;", "GetNewSpannable_Ljava_lang_CharSequence_Handler")]
public virtual Android.Text.ISpannable? NewSpannable(Java.Lang.ICharSequence? source);
[<Android.Runtime.Register("newSpannable", "(Ljava/lang/CharSequence;)Landroid/text/Spannable;", "GetNewSpannable_Ljava_lang_CharSequence_Handler")>]
abstract member NewSpannable : Java.Lang.ICharSequence -> Android.Text.ISpannable
override this.NewSpannable : Java.Lang.ICharSequence -> Android.Text.ISpannable

Parametri

source
ICharSequence

Valori restituiti

Attributi

Commenti

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato. È possibile eseguire l'override di questa opzione per fornire un tipo diverso di spannable.

per android.text.Spannable.Factory.newSpannable(java.lang.CharSequence).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

NewSpannable(String)

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato.

public Android.Text.ISpannable? NewSpannable(string? source);
member this.NewSpannable : string -> Android.Text.ISpannable

Parametri

source
String

Valori restituiti

Commenti

Restituisce un nuovo oggetto SpannableString dall'oggetto CharSequence specificato. È possibile eseguire l'override di questa opzione per fornire un tipo diverso di spannable.

per android.text.Spannable.Factory.newSpannable(java.lang.CharSequence).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a