<iCs>
(Complex Script Italics)
This element specifies whether the italic property should be applied to all complex script characters in the contents of this run when displayed in a document.
This formatting property is a toggle property, which specifies that its behavior differs between its use within a style definition and its use as direct formatting. When used as part of a style definition, setting this property shall toggle the current state of that property as specified up to this point in the hierarchy (i.e. applied to not applied, and vice versa). Setting it to false
(or an equivalent) shall result in the current setting remaining unchanged. However, when used as direct formatting, setting this property to true
or false
shall set the absolute state of the resulting property.
If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy. If this element is never applied in the style hierarchy, then italics shall not be applied to complex script characters.
<w:rPr> <w:iCs w:val="true"/> </w:rPr>
This run explicitly declares that the <iCs>
property is true
, so italics are turned on for the complex script contents of this run. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>