Search
Align Enumeration
See Also
 






The members of this enumeration specify how text should be aligned to the text layout rectangle.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  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