IfcTextTransformation
Definition
from CSS1 (W3C
Recommendation): This property
describes how the cases of characters are handled. Values are:
- capitalize: uppercases the
first character of each word
- uppercase: uppercases all
letters of the element
- lowercase: lowercases all
letters of the element
- none
NOTE
Corresponding CSS1 definition is text-transform.
HISTORY
New type in Release IFC2x Edition 3.
EXPRESS specification:
|
TYPE IfcTextTransformation = STRING;
|
|
|
WR1
|
:
|
SELF IN ['capitalize', 'uppercase', 'lowercase', 'none'];
|
|
|
|
Formal Propositions:
WR1
|
:
|
Allowable values for text transform.
|