AlignmentSpanStandard Constructors

Definition

Overloads

AlignmentSpanStandard(Parcel)

Constructs a Standard from a parcel.

AlignmentSpanStandard(Layout+Alignment)
AlignmentSpanStandard(IntPtr, JniHandleOwnership)

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

AlignmentSpanStandard(Parcel)

Constructs a Standard from a parcel.

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

Parameters

src
Parcel
Attributes

Remarks

Constructs a Standard from a parcel.

Java documentation for android.text.style.AlignmentSpan.Standard.AlignmentSpan$Standard(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

AlignmentSpanStandard(Layout+Alignment)

[Android.Runtime.Register(".ctor", "(Landroid/text/Layout$Alignment;)V", "")]
public AlignmentSpanStandard (Android.Text.Layout.Alignment align);
[<Android.Runtime.Register(".ctor", "(Landroid/text/Layout$Alignment;)V", "")>]
new Android.Text.Style.AlignmentSpanStandard : Android.Text.Layout.Alignment -> Android.Text.Style.AlignmentSpanStandard

Parameters

Attributes

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

AlignmentSpanStandard(IntPtr, JniHandleOwnership)

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

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

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