共用方式為


TextAppearanceSpan 建構函式

定義

多載

TextAppearanceSpan(Parcel)

使用指定的 TextAppearance 資源來判斷文字外觀。

TextAppearanceSpan(Context, Int32)

使用指定的 TextAppearance 資源來判斷文字外觀。

TextAppearanceSpan(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

TextAppearanceSpan(Context, Int32, Int32)

使用指定的 TextAppearance 資源來判斷文字外觀,以及用來判斷色彩的指定文字色彩資源。

TextAppearanceSpan(String, TypefaceStyle, Int32, ColorStateList, ColorStateList)

使用指定的字樣、大小、樣式和色彩繪製文字。

TextAppearanceSpan(Parcel)

使用指定的 TextAppearance 資源來判斷文字外觀。

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public TextAppearanceSpan (Android.OS.Parcel? src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.TextAppearanceSpan : Android.OS.Parcel -> Android.Text.Style.TextAppearanceSpan

參數

src
Parcel
屬性

備註

android.text.style.TextAppearanceSpan.TextAppearanceSpan(android.content.Context, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

TextAppearanceSpan(Context, Int32)

使用指定的 TextAppearance 資源來判斷文字外觀。

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;I)V", "")]
public TextAppearanceSpan (Android.Content.Context? context, int appearance);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;I)V", "")>]
new Android.Text.Style.TextAppearanceSpan : Android.Content.Context * int -> Android.Text.Style.TextAppearanceSpan

參數

context
Context
appearance
Int32
屬性

備註

使用指定的 TextAppearance 資源來判斷文字外觀。 appearance應該為 ,例如 android.R.style.TextAppearance_Small

android.text.style.TextAppearanceSpan.TextAppearanceSpan(android.content.Context, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

TextAppearanceSpan(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected TextAppearanceSpan (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TextAppearanceSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TextAppearanceSpan

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

TextAppearanceSpan(Context, Int32, Int32)

使用指定的 TextAppearance 資源來判斷文字外觀,以及用來判斷色彩的指定文字色彩資源。

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;II)V", "")]
public TextAppearanceSpan (Android.Content.Context? context, int appearance, int colorList);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;II)V", "")>]
new Android.Text.Style.TextAppearanceSpan : Android.Content.Context * int * int -> Android.Text.Style.TextAppearanceSpan

參數

context
Context
appearance
Int32
colorList
Int32
屬性

備註

使用指定的 TextAppearance 資源來判斷文字外觀,以及用來判斷色彩的指定文字色彩資源。 appearance應該為 ,例如, android.R.style.TextAppearance_SmallcolorList 應該為 ,例如 android.R.styleable.Theme_textColorPrimary

android.text.style.TextAppearanceSpan.TextAppearanceSpan(android.content.Context, int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

TextAppearanceSpan(String, TypefaceStyle, Int32, ColorStateList, ColorStateList)

使用指定的字樣、大小、樣式和色彩繪製文字。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;IILandroid/content/res/ColorStateList;Landroid/content/res/ColorStateList;)V", "")]
public TextAppearanceSpan (string? family, Android.Graphics.TypefaceStyle style, int size, Android.Content.Res.ColorStateList? color, Android.Content.Res.ColorStateList? linkColor);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;IILandroid/content/res/ColorStateList;Landroid/content/res/ColorStateList;)V", "")>]
new Android.Text.Style.TextAppearanceSpan : string * Android.Graphics.TypefaceStyle * int * Android.Content.Res.ColorStateList * Android.Content.Res.ColorStateList -> Android.Text.Style.TextAppearanceSpan

參數

family
String
size
Int32
linkColor
ColorStateList
屬性

備註

使用指定的字樣、大小、樣式和色彩繪製文字。

android.text.style.TextAppearanceSpan.TextAppearanceSpan(java.lang.String, int, int, android.content.res.ColorStateList, android.content.res.ColorStateList)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於