Specifies text alignment.
            
            Syntax
            Members
| Member | Description | 
|---|
| CONTINUOUSX | Additional align point is used for alignment along x direction. | 
| CONTINUOUSY | Additional align point is used for alignment along y direction. | 
| NONE | No alighnment (default alignment). | 
| RESTRICT | The text is restricted. | 
| RESTRICT_BASIS | The text is exactly restricted in the restrict box by the base line. | 
| RESTRICT_BOXED_ALL | The same as RESTRICT_BASIS at the moment. | 
| RESTRICT_BOXED_CAP | The text is exactly restricted in the restrict box by the bottom. | 
| RESTRICT_ISOTROPIC_ALL | Isotropic restriction in the restrict box by the base line. | 
| RESTRICT_ISOTROPIC_CAP | Isotropic restriction in the restrict box by the bottom. | 
| RESTRICT_JUSTIFIED | The text is justified inside the restriction box using variable spacing. | 
| X_CENTER | Text is centered in x directiont. | 
| X_LEFT | Text is left-aligned in x direction. | 
| X_RIGHT | Text is right-aligned in x direction. | 
| Y_BASELINE | Text is base line aligned. | 
| Y_BOTTOM | Text is bottom-aligned in y direction. | 
| Y_CENTER | Text is centered in y direction. | 
| Y_TOP | Text is top-aligned in y direction. | 
Inheritance Hierarchy
            
            
            See Also