[ms-xlsx]: Excel (. xlsx) Extensions to the Office Open xml spreadsheetml file Format


cfvo: A CT_Cfvo element that specifies the cell values corresponding to the interpolation colors of the color scale. The CT_ColorScale



Yüklə 3,69 Mb.
səhifə14/33
tarix23.11.2017
ölçüsü3,69 Mb.
#32628
1   ...   10   11   12   13   14   15   16   17   ...   33

cfvo: A CT_Cfvo element that specifies the cell values corresponding to the interpolation colors of the color scale. The CT_ColorScale MUST have either two or three child CT_Cfvo elements.

If there are two child CT_Cfvo elements present, the first child CT_Cfvo element specifies the cell value corresponding to the beginning color of the color scale. The second child CT_Cfvo element specifies the cell value corresponding to the end color of the color scale.

If there are three child CT_Cfvo elements present, the first child CT_Cfvo element specifies the cell value corresponding to the beginning color of the color scale. The second child CT_Cfvo element specifies the cell value corresponding to the midpoint color of the color scale. The third child CT_Cfvo element specifies the cell value corresponding to the end color of the color scale.

color: A CT_Color ([ISO/IEC29500-4:2011] section A.2) element that specifies the interpolation colors of the color scale for the cfvo element at the same corresponding position. The CT_ColorScale MUST have either two or three child CT_Color ([ISO/IEC29500-4:2011] section A.2) elements, and the number of child elements MUST equal the number of CT_Cfvo child elements.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.













See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.30 CT_DataBar

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_CfRule

A complex type that specifies a data bar used in conditional formatting.



Child Elements:

cfvo: A CT_Cfvo element (section 2.6.26) that specifies the cell values corresponding to the min/max length of the data bar. If there exist CT_Cfvo ([ISO/IEC29500-4:2011] section A.2) elements in this sheet (1) that are child elements of a CT_DataBar ([ISO/IEC29500-4:2011] section A.2) element that is a child of a CT_CfRule ([ISO/IEC29500-4:2011] section A.2) element that is a parent of a CT_ExtensionList ([ISO/IEC29500-4:2011] section A.2) element with a child CT_Extension ([ISO/IEC29500-4:2011] section A.2) element that has a child ST_Guid ([ISO/IEC29500-4:2011] section A.2) element equal to the id attribute of this complex type’s parent CT_CfRule element (section 2.6.27), those CT_Cfvo elements SHOULD<11> be ignored. The first child CT_Cfvo element specifies the condition corresponding to the min length of the data bar. The second child CT_Cfvo element specifies the condition corresponding to the max length of the data bar.

fillColor: A CT_Color ([ISO/IEC29500-4:2011] section A.2) element that specifies the fill color of the data bar. This element MUST exist if and only if the priority attribute of the CT_CfRule that is a parent of this complex type exists.

borderColor: A CT_Color element that specifies the border color of the data bar. This element MUST exist if and only if border equals "true".

negativeFillColor: A CT_Color element that specifies the negative fill color of the data bar. This element MUST exist if and only if negativeBarColorSameAsPositive equals "false".

negativeBorderColor: A CT_Color element that specifies the negative border color of the data bar. This element MUST exist if and only if negativeBarBorderColorSameAsPositive equals "false" and border equals "true".

axisColor: A CT_Color element that specifies the axis color of the data bar. This element MUST exist if and only if axisPosition does not equal "none".

Attributes:

minLength: An unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the length of the shortest data bar in this conditional formatting range, expressed as a percentage of the width of the cell containing the data bar. MUST be greater than or equal to zero and less than or equal to maxLength. If, in this same worksheet part, there exists a CT_ExtensionList element that is a descendent of a CT_CfRule with a child CT_Extension element with the child ST_Guid element equal to the id attribute of the CT_CfRule element that is a parent of this element, and the minLength attribute of this element is zero ("0") and the maxLength attribute of this element is "100", the minLength attribute of the CT_DataBar element that is a descendent of the CT_CfRule element that is a parent of the CT_ExtensionList element that is a parent of the CT_Extension element with the child ST_Guid element equal to the id attribute of the CT_CfRule element that is a parent of this element MUST be "10". If in this same worksheet part there exists an CT_ExtensionList element that is a descendent of a CT_CfRule with a child CT_Extension element with the child ST_Guid element equal to the id attribute of the CT_CfRule element that is a parent of this element, and the minLength attribute of this element is not zero ("0") or the maxLength attribute of this element is not "100", the minLength attribute of the CT_DataBar element that is a descendent of the CT_CfRule element that is a parent of the CT_ExtensionList element that is a parent of the CT_Extension element with the child ST_Guid element that is equal to the id attribute of the CT_CfRule element that is a parent of this element MUST be equal to this complex type’s minLength.

maxLength: An unsignedInt attribute that specifies the length of the longest data bar in this conditional formatting range, expressed as a percentage of the width of the cell being formatted. MUST be greater than or equal to minLength and less than or equal to 100. If in this same worksheet part there exists a CT_ExtensionList element that is a descendent of a CT_CfRule with a child CT_Extension element with the child ST_Guid element equal to the id attribute of the CT_CfRule element that is a parent of this element, and the minLength attribute of this element is zero ("0") and the maxLength attribute of this element is "100", the maxLength attribute of the CT_DataBar element that is a descendent of the CT_CfRule element that is a parent of the CT_ExtensionList element that is a parent of the CT_Extension element with the child ST_Guid element that is equal to the id attribute of the CT_CfRule element that is a parent of this element MUST be "90". If, in this same worksheet part, there exists a CT_ExtensionList element that is a descendent of a CT_CfRule with a child CT_Extension element with the child ST_Guid element equal to the id attribute of the CT_CfRule element that is a parent of this element, and the minLength attribute of this element is not zero ("0") or the maxLength attribute of this element is not "100", the maxLength attribute of the CT_DataBar element that is a descendent of the CT_CfRule element that is a parent of the CT_ExtensionList element that is a parent of the CT_Extension element with the child ST_Guid element that is equal to the id attribute of the CT_CfRule element that is a parent of this element MUST be equal to this record’s maxLength.

showValue: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the cells in the conditional formatting range display both the data bar and the numeric value or only the data bar. The following table describes its possible values.

Value

Meaning

"false"

Only the data bar is displayed in the cell.

"true"

Both the data bar and the numeric value are displayed in the cell.

border: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the data bar has a border.

Value

Meaning

"true"

The data bar has a border.

"false"

The data bar has no border.

gradient: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the data bar has a gradient fill. The following table describes its possible values.

Value

Meaning

"false"

The data bar fill is a solid color.

"true"

The data bar fill is a gradient.

direction: An ST_DataBarDirection attribute section 2.7.7) that specifies the direction of the data bar.

negativeBarColorSameAsPositive: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the data bar has a negative bar color that is different from the positive bar color.

negativeBarBorderColorSameAsPositive: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the data bar has a negative border color that is different from the positive border color.

axisPosition: An ST_DataBarAxisPosition attribute (section 2.7.8) that specifies the axis position for the data bar.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.







































See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.31 CT_PivotField

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: pivotField

This complex type specifies additional properties of a PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1).



Attributes:

fillDownLabels: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the PivotTable ([ISO/IEC29500-1:2011] section 18.10) item labels are repeated for this PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1). This attribute is ignored when the compact attribute and the outline attribute of the PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1) are "true". This attribute is ignored if the PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1) is not on the PivotTable ([ISO/IEC29500-1:2011] section 18.10) row (2) axis or the PivotTable ([ISO/IEC29500-1:2011] section 18.10) column (2) axis. This value MUST be one of the following:

Value

Meaning

"false"

The item labels are not repeated.

"true"

The item labels are repeated for each nested item.

ignore: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether this PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1) SHOULD<12> be ignored.

If this attribute is "true", the ancestor CT_PivotField ([ISO/IEC29500-4:2011] section A.2) MUST have only the following attributes specified, and these attributes MUST have the following values.



Name

Value

compact

"false"

dataField

"true"

defaultSubtotal

"false"

dragOff

"false"

dragToCol

"false"

dragToData

"false"

dragToPage

"false"

dragToRow

"false"

includeNewItemsInFilter

"true"

itemPageCount

"false"

outline

"false"

showAll

"false"

subtotalTop

"false"

topAutoShow

"false"

If this attribute is equal to "true", there MUST exist a CT_DataField ([ISO/IEC29500-4:2011] section A.2) element with an fld attribute that specifies this PivotTable ([ISO/IEC29500-1:2011] section 18.10) field (1). Additionally, that CT_DataField ([ISO/IEC29500-4:2011] section A.2) element MUST have a descendant CT_DataField element with a sourceField attribute specified.

For more details, see CT_DataField.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.







See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.32 CT_PivotTableDefinition

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: pivotTableDefinition

This element specifies additional properties of a PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.



Child Elements:

pivotEdits: A CT_PivotEdits element that specifies a collection of PivotTable What-if Analysis edits.

pivotChanges: A CT_PivotChanges element that specifies a collection of PivotTable What-if Analysis changes.

conditionalFormats: A CT_ConditionalFormats element that specifies a collection of conditional formats applied to the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.

Attributes:

fillDownLabelsDefault: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies the behavior of PivotTable ([ISO/IEC29500-1:2011] section 18.10) fields (1) that are not a part of the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view if they are later added to a PivotTable ([ISO/IEC29500-1:2011] section 18.10) view. MUST be a value from the following table.

Value

Meaning

"false"

Specifies that PivotTable ([ISO/IEC29500-1:2011] section 18.10) fields (1) added to the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view behave as if the fillDownLabels attribute of the CT_PivotField elements associated with those PivotTable ([ISO/IEC29500-1:2011] section 18.10) fields (1) are set to "false".

"true"

Specifies that PivotTable ([ISO/IEC29500-1:2011] section 18.10) fields (1) added to the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view behave as if the fillDownLabels attribute of the CT_PivotField elements associated with those PivotTable ([ISO/IEC29500-1:2011] section 18.10) fields (1) are set to "true".

visualTotalsForSets: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether hidden PivotTable ([ISO/IEC29500-1:2011] section 18.10) items will be included when calculating totals for PivotTable ([ISO/IEC29500-1:2011] section 18.10) named sets. MUST be a value from the following table.

Value

Meaning

"false"

Include hidden PivotTable ([ISO/IEC29500-1:2011] section 18.10) items in the set totals.

"true"

Do not include hidden PivotTable ([ISO/IEC29500-1:2011] section 18.10) items in the set totals.

calculatedMembersInFilters: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether PivotTable ([ISO/IEC29500-1:2011] section 18.10) OLAP-calculated members participate in PivotTable ([ISO/IEC29500-1:2011] section 18.10) manual filters and PivotTable ([ISO/IEC29500-1:2011] section 18.10) advanced filters.

Value

Meaning

"false"

PivotTable ([ISO/IEC29500-1:2011] section 18.10) OLAP-calculated members do not participate in PivotTable ([ISO/IEC29500-1:2011] section 18.10) manual filters and PivotTable ([ISO/IEC29500-1:2011] section 18.10) advanced filters.

"true"

PivotTable ([ISO/IEC29500-1:2011] section 18.10) OLAP-calculated members participate in PivotTable ([ISO/IEC29500-1:2011] section 18.10) manual filters and PivotTable ([ISO/IEC29500-1:2011] section 18.10) advanced filters as do other PivotTable ([ISO/IEC29500-1:2011] section 18.10) items.

altText: An ST_Xstring ([ISO/IEC29500-1:2011] section 22.9.2.19) attribute that specifies the alternate text for the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view. The string MUST be less than or equal to 2,000 characters in length.

altTextSummary: An ST_Xstring ([ISO/IEC29500-1:2011] section 22.9.2.19) attribute that specifies the alternate text summary for the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view. This string MUST be less than or equal to 2,000 characters in length.

enableEdit: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether PivotTable what-if analysis is enabled for the current PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.

autoApply: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether PivotTable what-if analysis values are automatically allocated.

allocationMethod: An ST_AllocationMethod attribute that specifies the allocation method to use for PivotTable what-if analysis.

weightExpression: An ST_Xstring ([ISO/IEC29500-1:2011] section 22.9.2.19) attribute that specifies the multidimensional expression (MDX) of the weight expression for weighted allocations of PivotTable what-if analysis values. This string MUST be less than or equal to 65,535 characters in length.

Yüklə 3,69 Mb.

Dostları ilə paylaş:
1   ...   10   11   12   13   14   15   16   17   ...   33




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©muhaz.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin