TextAppearanceSpan 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- 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_Small
且 colorList
應該為 ,例如 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
- style
- TypefaceStyle
- size
- Int32
- color
- ColorStateList
- linkColor
- ColorStateList
- 屬性
備註
使用指定的字樣、大小、樣式和色彩繪製文字。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。