Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTextTransformation

Definition from CSS1 (W3C Recommendation): This property describes how the cases of characters are handled. Values are:

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

EXPRESS specification:

TYPE IfcTextTransformation = STRING;
WHERE
WR1  :  SELF IN ['capitalize', 'uppercase', 'lowercase', 'none'];
END_TYPE;

Formal Propositions:

WR1  :  Allowable values for text transform.