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



Yüklə 3,69 Mb.
səhifə83/180
tarix09.01.2022
ölçüsü3,69 Mb.
#95757
1   ...   79   80   81   82   83   84   85   86   ...   180
preferPic: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the OLE data item is an image.

Value

Meaning

"false"

The OLE data item is not an image.

"true"

The OLE data item is an image.

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.47 CT_PivotHierarchy

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

Referenced by: pivotHierarchy

A complex type that specifies whether the ancestor CT_PivotHierarchy element, as specified in [ISO/IEC29500-4:2011] section A.2, SHOULD<14> be ignored.



The ancestor CT_PivotHierarchy element has the following restrictions on attributes.

Name

Value

caption

MUST NOT be specified.

dragOff

MUST equal "false".

dragToCol

MUST equal "false".

dragToData

MUST equal "true".

dragToPage

MUST equal "false".

dragToRow

MUST equal "false".

includeNewItemsInFilter

MUST equal "true".

multipleItemSelectionAllowed

MUST NOT be specified.

outline

MUST NOT be specified.

showInFieldList

MUST NOT be specified.

subtotalTop

MUST NOT be specified.

The ancestor CT_PivotHierarchy element has the following restrictions on child elements.

Child element

Restriction

CT_PivotHierarchy (this element)

Exactly 1 MUST exist.

CT_Members ([ISO/IEC29500-4:2011] section A.2)

MUST NOT exist.

CT_MemberProperties ([ISO/IEC29500-4:2011] section A.2)

MUST NOT exist.

If this element exists, there MUST exist a CT_DataField element, as specified in [ISO/IEC29500-4:2011] section A.2, with an fld attribute equal to the zero-based index of a CT_CacheField element, as specified in [ISO/IEC29500-4:2011] section A.2, in the list of CT_CacheField elements specified by CT_CacheFields, as specified in [ISO/IEC29500-4:2011] section A.2, with a hierarchy attribute that specifies a CT_CacheHierarchy, as specified in [ISO/IEC29500-4:2011] section A.2, with a zero-based index in the list of CT_CacheHierarchy elements specified by the CT_CacheHierarchies element, as specified in([ISO/IEC29500-4:2011] section A.2, equal to the zero-based index of the ancestor CT_PivotHierarchy element in the list of CT_PivotHierarchy elements specified by CT_PivotHierarchies, as specified in [ISO/IEC29500-4:2011] section A.2. Additionally, that CT_DataField element MUST have a descendant CT_DataField element, as specified in section 2.6.25, with a sourceField attribute specified.

For more details, see section 2.6.25.



Attributes:

ignore: A Boolean attribute, as specified in [XMLSCHEMA2] section 3.2.2, that MUST be "true" and MUST be ignored.

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.48 CT_CacheField

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

Referenced by: cacheField

This complex type specifies the ancestor CT_CacheField ([ISO/IEC29500-4:2011] section A.2) element that SHOULD<15> be ignored.



The following table lists the restrictions on attributes of the ancestor CT_CacheField element.

Name

Value

caption

MUST NOT be specified.

databaseField

MUST NOT be specified.

formula

MUST NOT be specified.

level

MUST equal "32767".

mappingCount

MUST NOT be specified.

memberPropertyField

MUST NOT be specified.

numFmtId

MUST equal zero ("0").

propertyName

MUST NOT be specified.

serverField

MUST NOT be specified.

sqlType

MUST NOT be specified.

uniqueList

MUST NOT be specified.

The following table lists the restrictions on child elements of the ancestor CT_CacheField element.

Child element

Restriction

CT_CacheField (this element)

Exactly 1 MUST exist.

CT_FieldGroup ([ISO/IEC29500-4:2011] section A.2)

MUST NOT exist.

CT_X ([ISO/IEC29500-4:2011] section A.2)

MUST NOT exist.

CT_SharedItems ([ISO/IEC29500-4:2011] section A.2)

MUST NOT exist.

If this element exists, there MUST exist a CT_DataField ([ISO/IEC29500-4:2011] section A.2) element with an fld attribute equal to the zero-based index of the ancestor CT_CacheField element in the list of CT_CacheField elements specified by CT_CacheFields ([ISO/IEC29500-4:2011] section A.2). Additionally, that CT_DataField element MUST have a descendant CT_DataField element (section 2.6.25) with a sourceField attribute specified.

For more details, see CT_DataField



Attributes:

ignore: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that MUST be "true" and MUST be ignored.

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.49 CT_ConditionalFormats

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

Referenced by: CT_PivotTableDefinition

This complex type specifies a collection of conditional formats applied to the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.



Child Elements:

conditionalFormat: A CT_ConditionalFormat element that specifies the conditional formatting applied to the PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.

Attributes:

count: An unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the number of conditionalFormat child elements of this element.

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.50 CT_ConditionalFormat

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

Referenced by: CT_ConditionalFormats

This complex type specifies the scope, type, and priority of conditional formatting applied to this PivotTable ([ISO/IEC29500-1:2011] section 18.10) view.



Child Elements:

pivotAreas: A CT_PivotAreas ([ISO/IEC29500-4:2011] section A.2) element that specifies a set of PivotTable areas this conditional formatting applies to.

extLst: A CT_ExtensionList ([ISO/IEC29500-4:2011] section A.2) element that specifies future extensibility for this element.

Attributes:

scope: An ST_Scope ([ISO/IEC29500-1:2011] section 18.18.67) attribute that specifies the scope of this conditional formatting.

type: An ST_Type ([ISO/IEC29500-1:2011] section 18.18.84) attribute that MUST NOT be present or MUST be equal to "none".

priority: An unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the priority of the PivotTable conditional formatting. This value MUST be greater than or equal to 1. If this attribute is present, there MUST exist a CT_CfRule with a priority attribute equal to the value of this field (1) and it MUST be the same CT_CfRule element that is specified by id. The CT_CfRule specified by this value MUST have an ancestor CT_ConditionalFormatting element with a pivot attribute equal to "true".

id: An ST_Guid ([ISO/IEC29500-1:2011] section 22.9.2.4) attribute that specifies a particular CT_CfRule. There MUST exist a CT_CfRule with an id attribute equal to this value and it MUST be the same CT_CfRule element that is specified by priority.

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.51 CT_SlicerStyles

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

Referenced by: slicerStyles

A complex type that specifies a group of slicer styles and the default slicer style to apply to slicers.



Child Elements:

slicerStyle: A CT_SlicerStyle element that specifies a slicer style.

Attributes:


Yüklə 3,69 Mb.

Dostları ilə paylaş:
1   ...   79   80   81   82   83   84   85   86   ...   180




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