<lnRef>
(Line Reference)
This element defines a reference to a line style within the style matrix. The @idx
attribute refers the index of a line style within the <fillStyleLst>
element.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the style matrix index of the style referred to. The possible values for this attribute are defined by the ST_StyleMatrixColumnIndex simple type (§5.1.12.57). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_StyleMatrixReference">
<sequence>
<group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="idx" type="ST_StyleMatrixColumnIndex" use="required"/>
</complexType>