8.12.2.18 IfcTextAlignment
8.12.2.18.1 Semantic definition
The IfcTextAlignment describes how text is aligned within the element. Values are:
- left
 - right
 - center
 - justify
 
8.12.2.18.2 Formal Propositions
| WR1 | <html><body><p>Allowable values for text alignment.</p></body></html>SELF IN ['left', 'right', 'center', 'justify']  | 
8.12.2.18.3 Formal representation
TYPE IfcTextAlignment = STRING;
 WHERE
	 WR1 : SELF IN ['left', 'right', 'center', 'justify'];
END_TYPE;