<sysClr>
(System Color)
This element specifies a color bound to predefined operating system elements.
<a:solidFill> <a:sysClr val="windowText"/> </a:solidFill>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the color value that was last computed by the generating application. The possible values for this attribute are defined by the ST_HexBinary3 simple type (§5.1.12.28). |
|
Specifies the system color value. The possible values for this attribute are defined by the ST_SystemColorVal simple type (§5.1.12.58). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SystemColor">
<sequence>
<group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="val" type="ST_SystemColorVal" use="required"/>
<attribute name="lastClr" type="ST_HexBinary3" use="optional"/>
</complexType>