<prstClr>
(Preset Color)
This element specifies a color which is bound to one of a predefined collection of colors.
The following defines a solid fill bound to the "black" preset color.
<a:solidFill> <a:prstClr val="black"> </a:solidFill>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the actual preset color value. The possible values for this attribute are defined by the ST_PresetColorVal simple type (§5.1.12.48). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PresetColor">
<sequence>
<group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="val" type="ST_PresetColorVal"/>
</complexType>