IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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']
Table 8.12.2.18.A

8.12.2.18.3 Formal representation

TYPE IfcTextAlignment = STRING;
 WHERE
	 WR1 : SELF IN ['left', 'right', 'center', 'justify'];
END_TYPE;

8.12.2.18.4 References

Edit on Github


Is this page difficult to understand? Let us know!