22.1.2.111 sty
This element describes the script applied to the characters in the run. The XML includes the Unicode value of the character along with the style of the character. The application maps the value and style to the appropriate Unicode range. Whether the element is absent or present without the val attribute, the default of the val attribute is i.
[Example: ππ
<m:oMath>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="b"/>
</m:rPr>
<m:t>ab</m:t>
</m:r>
</m:oMath>
end example]
Attributes
val
(Value)
are
(bold),
Specifies the style of the parent element. Possible values italic), and p (plain).
The possible values for this attribute are defined by the ST_Style simple type (22.1.3.12).
[Note: The W3C XML Schema definition of this elementβs content model (CT_Style) is located in A.6.1. end note]
Last updated on