<format>
(PivotTable Format)
Represents the format defined in the PivotTable.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the formatting behavior for the area indicated in the The possible values for this attribute are defined by the ST_FormatAction simple type (§3.18.35). |
|
Specifies the identifier of the format the application is currently using for the PivotTable. Formatting information is written to the styles part. See the Styles section (§3.8) for more information on formats. Note: Formatting information provided by cell table and by PivotTable need not agree. If the two formats differ, the cell-level formatting takes precedence. If you change the layout the PivotTable, the PivotTable formatting will then take precedence. The possible values for this attribute are defined by the ST_DxfId simple type (§3.18.26). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Format">
<sequence>
<element name="pivotArea" type="CT_PivotArea"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
<attribute name="action" type="ST_FormatAction" default="formatting"/>
<attribute name="dxfId" type="ST_DxfId" use="optional"/>
</complexType>