Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTextAlignment

Definition from CSS1 (W3C Recommendation): This property describes how text is aligned within the element. The actual justification algorithm used is user agent and human language dependent. If 'justify' is not supported, the user agent will supply a replacement. Typically, this will be 'left' for western languages. Values are:

NOTE  Corresponding CSS1 definition is text-align.
HISTORY  New type in Release IFC2x Edition 3.

EXPRESS specification:

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

Formal Propositions:

WR1  :  Allowable values for text alignment.