码迷,mamicode.com
首页 > 其他好文 > 详细

IfcTextTransformation

时间:2020-12-28 11:19:59      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:where   body   transform   ati   specific   upper   cas   color   pos   

IfcTextTransformation描述如何处理字符的大小写。值包括:

①capitalize:大写每个单词的第一个字符

②uppercase:大写元素的所有字母

③lowercase:将元素的所有字母都小写

④none

 

从CSS-1中定义的文本转换中采用的注释类型。

IFC2x3中增加的新类型。

 

Formal Propositions

RuleDescription
WR1 Allowable values for text transform.
 

 

 

EXPRESS Specification

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

 

IfcTextTransformation

标签:where   body   transform   ati   specific   upper   cas   color   pos   

原文地址:https://www.cnblogs.com/herd/p/14171244.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!