IfcTextDecoration
Definition
from CSS1 (W3C
Recommendation): This property
describes decorations that are added to the text of
an element. A value of 'blink' causes the text to blink.. Values are:
- none
- underline
- overline
- line-through
- blink
User agents must recognize the keyword 'blink', but are not required to
support the blink effect.
NOTE
Corresponding CSS1 definition is text-decoration.
HISTORY
New type in Release IFC2x Edition 3.
EXPRESS specification:
|
TYPE IfcTextDecoration = STRING;
|
|
|
WR1
|
:
|
SELF IN ['none', 'underline', 'overline', 'line-through', 'blink'];
|
|
|
|
Formal Propositions:
WR1
|
:
|
Allowable values for text decoration.
|