<txLinClrLst>
(Text Line Color List)
This element defines a list of colors which are used as text line colors in the color transform. The text line colors define the color of the line on text used in a given node in a diagram
<dgm:txLinClrLst meth="repeat"> <a:schemeClr val="dk2"/> </dgm:txLinClrLst>
In this example the <txLinClrLst>
contains a single scheme color and is utilizing the repeat method for color application. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
The direction around the color wheel the hue shift (if defined) will occur. <dgm:lnClrLst hueDir="cw" meth="repeat"> <a:schemeClr val="dk2"> <a:tint val="60000"/> </a:schemeClr> </dgm:lnClrLst> In this example an The possible values for this attribute are defined by the ST_HueDir simple type (§5.9.7.37). |
|
The type of method used to apply the color transform. <dgm:lnClrLst hueDir="cw" meth="repeat"> <a:schemeClr val="dk2"> <a:tint val="60000"/> </a:schemeClr> </dgm:lnClrLst> In this example and The possible values for this attribute are defined by the ST_ClrAppMethod simple type (§5.9.7.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Colors">
<sequence>
<group ref="a:EG_ColorChoice" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="meth" type="ST_ClrAppMethod" use="optional" default="span"/>
<attribute name="hueDir" type="ST_HueDir" use="optional" default="cw"/>
</complexType>