![]()  | Ausrichtung (Text-)Feld | 
![]()  | Box Alignment | 
![]()  | Alignement de zone de texte | 
The box alignment specifies the alignment of the text box relative to its position. The following string values shall be used:
NOTE The top-left is the default value.
Figure 550 illustrates alignment values.
![]()  | 
Figure 550 — Box alignment values  | 
Figure 551 illustrates use of alignment values together with the placement and planar extent.
![]()  | 
Figure 551 — Box alignment examples  | 
HISTORY New type in IFC2x2 Addendum2.
IFC2x3 CHANGE The IfcBoxAlignment has been added.
| Rule | Description | 
|---|---|
| WR1 | 
 <xs:simpleType name="IfcBoxAlignment">
  <xs:restriction base="ifc:IfcLabel"/>
 </xs:simpleType>
TYPE IfcBoxAlignment = IfcLabel;
 WHERE
  WR1 : SELF IN ['top-left', 'top-middle', 'top-right', 'middle-left', 'center', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right']
END_TYPE;
  References: IfcTextLiteralWithExtent