TextAlignmentType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class TextAlignmentType
Enumerates text alignment types.
Fields
Field | Description |
---|---|
BOTTOM | Represents bottom text alignment. |
CENTER | Represents center text alignment. |
CENTER_ACROSS | Represents center across text alignment. |
DISTRIBUTED | Represents distributed text alignment. |
FILL | Represents fill text alignment. |
GENERAL | Represents general text alignment. |
JUSTIFIED_LOW | Aligns the text with an adjusted kashida length for Arabic text. |
JUSTIFY | Represents justify text alignment. |
LEFT | Represents left text alignment. |
RIGHT | Represents right text alignment. |
THAI_DISTRIBUTED | Distributes Thai text specially, because each character is treated as a word. |
TOP | Represents top text alignment. |
Methods
Method | Description |
---|---|
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.
RIGHT
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |