The members of this enumeration specify how text should be aligned to the text layout rectangle.
Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing
SyntaxJava
Copy Code
|
|---|
public enum Align |
Members| Member name | Description | |
|---|---|---|
![]() |
Center |
Specifies that the text should be centered horizontally or vertically. |
![]() |
Far |
Specifies that the text should be right- or bottom-aligned. |
![]() |
Near |
Specifies that the text should be left- or top-aligned. |
See Also