<cGp>
(Matrix Column Gap)
The additional (custom) column gap spacing information; the default is'0'.
example: : This matrix: has .5 ems of additional spacing between columns. The matrix properties that demonstrate this element in use are:
<m:mPr> <m:cGpRule m:val="4"/> <m:cGp m:val="6"/> <m:mcs> <m:mc> <m:mcPr> <m:mcJc m:val="center"/> <m:count m:val="2"/> </m:mcPr> </m:mc> </m:mcs> </m:mPr>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the amount of space between the parent element. The manner in which this value is determined depends on the setting of the rule of the parent element. If the rule is set to The possible values for this attribute are defined by the ST_UnSignedInteger simple type (§7.1.3.17). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_UnSignedInteger">
<attribute name="val" type="ST_UnSignedInteger" use="required"/>
</complexType>