StrikethroughSpan Constructors

Definition

Overloads

StrikethroughSpan()

Creates a StrikethroughSpan.

StrikethroughSpan(Parcel)

Creates a StrikethroughSpan from a parcel.

StrikethroughSpan(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

StrikethroughSpan()

Creates a StrikethroughSpan.

[Android.Runtime.Register(".ctor", "()V", "")]
public StrikethroughSpan ();
Attributes

Remarks

Creates a StrikethroughSpan.

Java documentation for android.text.style.StrikethroughSpan.StrikethroughSpan().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

StrikethroughSpan(Parcel)

Creates a StrikethroughSpan from a parcel.

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

Parameters

src
Parcel
Attributes

Remarks

Creates a StrikethroughSpan from a parcel.

Java documentation for android.text.style.StrikethroughSpan.StrikethroughSpan(android.os.Parcel).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

StrikethroughSpan(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to