<sty> (style)

This element describes the script applied to the characters in the run. The XML includes the ASCII value of the character along with the style of the character. The application maps the ASCII value and style to the appropriate Unicode range.
example: : Example:
<m:oMath>
  <m:r>
    <m:rPr>
      <m:scr  m:val="roman"/>
      <m:sty m:val="b"/>
    </m:rPr>
    <m:t>abc</m:t>
  </m:r>
</m:oMath>

Parent Elements

<rPr>7.1.2.91)

Attributes

Description

<val> (Value)

Specifies the style of the parent element. Possible values are b (bold), i (italic), bi (bold-italic), and p (plain).

The possible values for this attribute are defined by the ST_Style simple type (§7.1.3.14).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Style">
	<attribute name="val" type="ST_Style"/>
</complexType>