AlignmentType
Inheritance: java.lang.Object
public final class AlignmentType
Class contains possibly alignment types. Use HorizontalAlignment instead
Constructors
Constructor | Description |
---|---|
AlignmentType(String name) | Constructor of AlignmentType. |
Fields
Field | Description |
---|---|
Center | Center alignment. |
Left | Left alignment. |
Right | Right alignment. |
Methods
Method | Description |
---|---|
toString() | Returns string representation. |
AlignmentType(String name)
public AlignmentType(String name)
Constructor of AlignmentType.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | Alignment type name. |
Center
public static final AlignmentType Center
Center alignment.
Left
public static final AlignmentType Left
Left alignment.
Right
public static final AlignmentType Right
Right alignment.
toString()
public String toString()
Returns string representation.
Returns: java.lang.String - Name value.