Table of Contents

Class LineBreakConfig

Namespace
Android.Graphics.Text
Assembly
MASES.Netdroid.dll
public class LineBreakConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
LineBreakConfig
Implements
Inherited Members
Extension Methods

Constructors

LineBreakConfig(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LineBreakConfig(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

HYPHENATION_DISABLED

public static int HYPHENATION_DISABLED { get; set; }

Property Value

int

HYPHENATION_ENABLED

public static int HYPHENATION_ENABLED { get; set; }

Property Value

int

HYPHENATION_UNSPECIFIED

public static int HYPHENATION_UNSPECIFIED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LINE_BREAK_STYLE_AUTO

public static int LINE_BREAK_STYLE_AUTO { get; set; }

Property Value

int

LINE_BREAK_STYLE_LOOSE

public static int LINE_BREAK_STYLE_LOOSE { get; set; }

Property Value

int

LINE_BREAK_STYLE_NONE

public static int LINE_BREAK_STYLE_NONE { get; set; }

Property Value

int

LINE_BREAK_STYLE_NORMAL

public static int LINE_BREAK_STYLE_NORMAL { get; set; }

Property Value

int

LINE_BREAK_STYLE_NO_BREAK

public static int LINE_BREAK_STYLE_NO_BREAK { get; set; }

Property Value

int

LINE_BREAK_STYLE_STRICT

public static int LINE_BREAK_STYLE_STRICT { get; set; }

Property Value

int

LINE_BREAK_STYLE_UNSPECIFIED

public static int LINE_BREAK_STYLE_UNSPECIFIED { get; set; }

Property Value

int

LINE_BREAK_WORD_STYLE_AUTO

public static int LINE_BREAK_WORD_STYLE_AUTO { get; set; }

Property Value

int

LINE_BREAK_WORD_STYLE_NONE

public static int LINE_BREAK_WORD_STYLE_NONE { get; set; }

Property Value

int

LINE_BREAK_WORD_STYLE_PHRASE

public static int LINE_BREAK_WORD_STYLE_PHRASE { get; set; }

Property Value

int

LINE_BREAK_WORD_STYLE_UNSPECIFIED

public static int LINE_BREAK_WORD_STYLE_UNSPECIFIED { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetHyphenation()

public int GetHyphenation()

Returns

int

int

GetLineBreakStyle()

public int GetLineBreakStyle()

Returns

int

int

GetLineBreakWordStyle()

public int GetLineBreakWordStyle()

Returns

int

int

Merge(LineBreakConfig)

public LineBreakConfig Merge(LineBreakConfig arg0)

Parameters

arg0 LineBreakConfig

LineBreakConfig

Returns

LineBreakConfig

LineBreakConfig

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int