Language

LineHeightSpanStandard Constructors

Definition

Overloads

Name Description
LineHeightSpanStandard(Parcel)

Constructor called from TextUtils to restore the span from a parcel

LineHeightSpanStandard(Int32)

Set the line height of the paragraph to height physical pixels.

LineHeightSpanStandard(IntPtr, JniHandleOwnership)

LineHeightSpanStandard(Parcel)

Constructor called from TextUtils to restore the span from a parcel

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

Parameters

src
Parcel
Attributes

Remarks

Constructor called from TextUtils to restore the span from a parcel

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

LineHeightSpanStandard(Int32)

Set the line height of the paragraph to height physical pixels.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)]
public LineHeightSpanStandard(int height);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)>]
new Android.Text.Style.LineHeightSpanStandard : int -> Android.Text.Style.LineHeightSpanStandard

Parameters

height
Int32

The units of this value are pixels. Value is 1 or greater

Attributes

Remarks

Set the line height of the paragraph to height physical pixels.

Android reference for android.text.style.LineHeightSpan.Standard.Standard.

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

LineHeightSpanStandard(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to