TextAlignmentType

Inheritance: java.lang.Object

public final class TextAlignmentType

Enumerates text alignment types.

Fields

FieldDescription
BOTTOMRepresents bottom text alignment.
CENTERRepresents center text alignment.
CENTER_ACROSSRepresents center across text alignment.
DISTRIBUTEDRepresents distributed text alignment.
FILLRepresents fill text alignment.
GENERALRepresents general text alignment.
JUSTIFIED_LOWAligns the text with an adjusted kashida length for Arabic text.
JUSTIFYRepresents justify text alignment.
LEFTRepresents left text alignment.
RIGHTRepresents right text alignment.
THAI_DISTRIBUTEDDistributes Thai text specially, because each character is treated as a word.
TOPRepresents top text alignment.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BOTTOM

public static final int BOTTOM

Represents bottom text alignment.

CENTER

public static final int CENTER

Represents center text alignment.

CENTER_ACROSS

public static final int CENTER_ACROSS

Represents center across text alignment.

DISTRIBUTED

public static final int DISTRIBUTED

Represents distributed text alignment.

FILL

public static final int FILL

Represents fill text alignment.

GENERAL

public static final int GENERAL

Represents general text alignment.

JUSTIFIED_LOW

public static final int JUSTIFIED_LOW

Aligns the text with an adjusted kashida length for Arabic text.

JUSTIFY

public static final int JUSTIFY

Represents justify text alignment.

LEFT

public static final int LEFT

Represents left text alignment.

public static final int RIGHT

Represents right text alignment.

THAI_DISTRIBUTED

public static final int THAI_DISTRIBUTED

Distributes Thai text specially, because each character is treated as a word.

TOP

public static final int TOP

Represents top text alignment.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int