Text Decoration | |
Ornement de texte |
The IfcTextDecoration describes decorations that are added to the text of an element. Values are:
NOTE Type adopted from text-decoration defined in CSS-1.
HISTORY New type in IFC2x3.
Rule | Description |
---|---|
WR1 | Allowable values for text decoration. |
<xs:simpleType name="IfcTextDecoration">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
TYPE IfcTextDecoration = STRING;
WHERE
WR1 : SELF IN ['none', 'underline', 'overline', 'line-through', 'blink']
END_TYPE;
References: IfcTextStyleTextModel