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:
- left
- right
- center
- justify
NOTE
Corresponding CSS1 definition is text-align.
HISTORY
New type in Release IFC2x Edition 3.
EXPRESS specification:
|
TYPE IfcTextAlignment = STRING;
|
|
|
WR1
|
:
|
SELF IN ['left', 'right', 'center', 'justify'];
|
|
|
|
Formal Propositions:
WR1
|
:
|
Allowable values for text alignment.
|