The members of this enumeration specify how text should be aligned to the text layout rectangle.
Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing
Java Copy Code |
---|
public enum Align |
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. |