UNPKG

@openxmldev/linq-to-ooxml

Version:

OOXML Namespace-related Classes for LINQ to XML for TypeScript

972 lines (971 loc) 35.4 kB
/** * @author Thomas Barnekow * @license MIT */ import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml'; /** * Declares XNamespace and XName fields for the `xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"` namespace. */ export declare class X14 { /** * Defines the XML namespace associated with the `x14` prefix. */ static readonly x14: XNamespace; /** * Returns the namespace declaration `XAttribute` for this namespace. */ static get namespaceDeclaration(): XAttribute; /** * Represents the `x14:argumentDescription` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode argumentDescriptions x14:argumentDescriptions} */ static readonly argumentDescription: XName; /** * Represents the `x14:argumentDescriptions` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode definedName x14:definedName} * - child XML elements: {@linkcode argumentDescription x14:argumentDescription} */ static readonly argumentDescriptions: XName; /** * Represents the `x14:axisColor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataBar x14:dataBar} */ static readonly axisColor: XName; /** * Represents the `x14:borderColor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataBar x14:dataBar} */ static readonly borderColor: XName; /** * Represents the `x14:cacheField` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly cacheField: XName; /** * Represents the `x14:cacheHierarchy` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode setLevels x14:setLevels} */ static readonly cacheHierarchy: XName; /** * Represents the `x14:calculatedMember` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode tupleSet x14:tupleSet} */ static readonly calculatedMember: XName; /** * Represents the `x14:calculatedMembers` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode connection x14:connection} * - child XML elements: {@linkcode X.calculatedMember x:calculatedMember} */ static readonly calculatedMembers: XName; /** * Represents the `x14:cfIcon` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode iconSet x14:iconSet} */ static readonly cfIcon: XName; /** * Represents the `x14:cfRule` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode conditionalFormatting x14:conditionalFormatting} * - child XML elements: {@linkcode colorScale x14:colorScale}, {@linkcode dataBar x14:dataBar}, {@linkcode dxf x14:dxf}, {@linkcode extLst x14:extLst}, {@linkcode iconSet x14:iconSet} */ static readonly cfRule: XName; /** * Represents the `x14:cfvo` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode colorScale x14:colorScale}, {@linkcode dataBar x14:dataBar}, {@linkcode iconSet x14:iconSet} * - child XML elements: {@linkcode extLst x14:extLst} */ static readonly cfvo: XName; /** * Represents the `x14:color` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode colorScale x14:colorScale} */ static readonly color: XName; /** * Represents the `x14:colorAxis` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorAxis: XName; /** * Represents the `x14:colorFirst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorFirst: XName; /** * Represents the `x14:colorHigh` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorHigh: XName; /** * Represents the `x14:colorLast` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorLast: XName; /** * Represents the `x14:colorLow` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorLow: XName; /** * Represents the `x14:colorMarkers` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorMarkers: XName; /** * Represents the `x14:colorNegative` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorNegative: XName; /** * Represents the `x14:colorScale` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cfRule x14:cfRule} * - child XML elements: {@linkcode cfvo x14:cfvo}, {@linkcode color x14:color} */ static readonly colorScale: XName; /** * Represents the `x14:colorSeries` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly colorSeries: XName; /** * Represents the `x14:conditionalFormat` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode conditionalFormats x14:conditionalFormats} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode pivotAreas x14:pivotAreas} */ static readonly conditionalFormat: XName; /** * Represents the `x14:conditionalFormats` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotTableDefinition x14:pivotTableDefinition} * - child XML elements: {@linkcode conditionalFormat x14:conditionalFormat} */ static readonly conditionalFormats: XName; /** * Represents the `x14:conditionalFormatting` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode conditionalFormattings x14:conditionalFormattings} * - child XML elements: {@linkcode cfRule x14:cfRule}, {@linkcode extLst x14:extLst} */ static readonly conditionalFormatting: XName; /** * Represents the `x14:conditionalFormattings` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode conditionalFormatting x14:conditionalFormatting} */ static readonly conditionalFormattings: XName; /** * Represents the `x14:connection` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode calculatedMembers x14:calculatedMembers} */ static readonly connection: XName; /** * Represents the `x14:customFilter` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode customFilters x14:customFilters} */ static readonly customFilter: XName; /** * Represents the `x14:customFilters` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.filterColumn x:filterColumn} * - child XML elements: {@linkcode customFilter x14:customFilter} */ static readonly customFilters: XName; /** * Represents the `x14:data` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerCacheDefinition x14:slicerCacheDefinition} * - child XML elements: {@linkcode olap x14:olap}, {@linkcode tabular x14:tabular} */ static readonly data: XName; /** * Represents the `x14:dataBar` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cfRule x14:cfRule} * - child XML elements: {@linkcode axisColor x14:axisColor}, {@linkcode borderColor x14:borderColor}, {@linkcode cfvo x14:cfvo}, {@linkcode fillColor x14:fillColor}, {@linkcode negativeBorderColor x14:negativeBorderColor}, {@linkcode negativeFillColor x14:negativeFillColor} */ static readonly dataBar: XName; /** * Represents the `x14:dataField` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly dataField: XName; /** * Represents the `x14:datastoreItem` XML element. * * @remarks * As an XML element, it has the following: * - child XML elements: {@linkcode extLst x14:extLst} */ static readonly datastoreItem: XName; /** * Represents the `x14:dataValidation` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataValidations x14:dataValidations} * - child XML elements: {@linkcode formula1 x14:formula1}, {@linkcode formula2 x14:formula2} */ static readonly dataValidation: XName; /** * Represents the `x14:dataValidations` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode dataValidation x14:dataValidation} */ static readonly dataValidations: XName; /** * Represents the `x14:definedName` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode definedNames x14:definedNames} * - child XML elements: {@linkcode argumentDescriptions x14:argumentDescriptions} */ static readonly definedName: XName; /** * Represents the `x14:definedNames` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode definedName x14:definedName} */ static readonly definedNames: XName; /** * Represents the `x14:dxf` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cfRule x14:cfRule} * - child XML elements: {@linkcode X.alignment x:alignment}, {@linkcode X.border x:border}, {@linkcode X.extLst x:extLst}, {@linkcode X.fill x:fill}, {@linkcode X.font x:font}, {@linkcode X.numFmt x:numFmt}, {@linkcode X.protection x:protection} */ static readonly dxf: XName; /** * Represents the `x14:dxfs` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode X.dxf x:dxf} */ static readonly dxfs: XName; /** * Represents the `x14:editValue` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotChange x14:pivotChange}, {@linkcode userEdit x14:userEdit} */ static readonly editValue: XName; /** * Represents the `x14:extLst` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cfRule x14:cfRule}, {@linkcode cfvo x14:cfvo}, {@linkcode conditionalFormat x14:conditionalFormat}, {@linkcode conditionalFormatting x14:conditionalFormatting}, {@linkcode datastoreItem x14:datastoreItem}, {@linkcode formControlPr x14:formControlPr}, {@linkcode ignoredErrors x14:ignoredErrors}, {@linkcode itemLst x14:itemLst}, {@linkcode olap x14:olap}, {@linkcode pivotChange x14:pivotChange}, {@linkcode pivotEdit x14:pivotEdit}, {@linkcode slicer x14:slicer}, {@linkcode slicerCacheDefinition x14:slicerCacheDefinition}, {@linkcode tabular x14:tabular} * - child XML elements: {@linkcode X.ext x:ext} */ static readonly extLst: XName; /** * Represents the `x14:fillColor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataBar x14:dataBar} */ static readonly fillColor: XName; /** * Represents the `x14:filter` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.filters x:filters} */ static readonly filter: XName; /** * Represents the `x14:formControlPr` XML element. * * @remarks * As an XML element, it has the following: * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode itemLst x14:itemLst} */ static readonly formControlPr: XName; /** * Represents the `x14:formula1` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataValidation x14:dataValidation} */ static readonly formula1: XName; /** * Represents the `x14:formula2` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataValidation x14:dataValidation} */ static readonly formula2: XName; /** * Represents the `x14:header` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode headers x14:headers} */ static readonly header: XName; /** * Represents the `x14:headers` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tupleSet x14:tupleSet} * - child XML elements: {@linkcode header x14:header} */ static readonly headers: XName; /** * Represents the `x14:i` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode items x14:items}, {@linkcode range x14:range} * - child XML elements: {@linkcode p x14:p} */ static readonly i: XName; /** * Represents the `x14:iconFilter` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.filterColumn x:filterColumn} */ static readonly iconFilter: XName; /** * Represents the `x14:iconSet` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cfRule x14:cfRule} * - child XML elements: {@linkcode cfIcon x14:cfIcon}, {@linkcode cfvo x14:cfvo} */ static readonly iconSet: XName; /** * Represents the `x14:id` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly id: XName; /** * Represents the `x14:ignoredError` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode ignoredErrors x14:ignoredErrors} */ static readonly ignoredError: XName; /** * Represents the `x14:ignoredErrors` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode ignoredError x14:ignoredError} */ static readonly ignoredErrors: XName; /** * Represents the `x14:item` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode itemLst x14:itemLst} */ static readonly item: XName; /** * Represents the `x14:itemLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode formControlPr x14:formControlPr} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode item x14:item} */ static readonly itemLst: XName; /** * Represents the `x14:items` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tabular x14:tabular} * - child XML elements: {@linkcode i x14:i} */ static readonly items: XName; /** * Represents the `x14:level` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode levels x14:levels} * - child XML elements: {@linkcode ranges x14:ranges} */ static readonly level: XName; /** * Represents the `x14:levels` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode olap x14:olap} * - child XML elements: {@linkcode level x14:level} */ static readonly levels: XName; /** * Represents the `x14:negativeBorderColor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataBar x14:dataBar} */ static readonly negativeBorderColor: XName; /** * Represents the `x14:negativeFillColor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode dataBar x14:dataBar} */ static readonly negativeFillColor: XName; /** * Represents the `x14:olap` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode data x14:data} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode levels x14:levels}, {@linkcode selections x14:selections} */ static readonly olap: XName; /** * Represents the `x14:oleItem` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.oleItems x:oleItems} * - child XML elements: {@linkcode values x14:values} */ static readonly oleItem: XName; /** * Represents the `x14:p` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode i x14:i}, {@linkcode selection x14:selection} */ static readonly p: XName; /** * Represents the `x14:pivotArea` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotEdit x14:pivotEdit} * - child XML elements: {@linkcode X.extLst x:extLst}, {@linkcode X.references x:references} */ static readonly pivotArea: XName; /** * Represents the `x14:pivotAreas` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode conditionalFormat x14:conditionalFormat} * - child XML elements: {@linkcode X.pivotArea x:pivotArea} */ static readonly pivotAreas: XName; /** * Represents the `x14:pivotCacheDefinition` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly pivotCacheDefinition: XName; /** * Represents the `x14:pivotCaches` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode X.pivotCache x:pivotCache} */ static readonly pivotCaches: XName; /** * Represents the `x14:pivotChange` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotChanges x14:pivotChanges} * - child XML elements: {@linkcode editValue x14:editValue}, {@linkcode extLst x14:extLst}, {@linkcode tupleItems x14:tupleItems} */ static readonly pivotChange: XName; /** * Represents the `x14:pivotChanges` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotTableDefinition x14:pivotTableDefinition} * - child XML elements: {@linkcode pivotChange x14:pivotChange} */ static readonly pivotChanges: XName; /** * Represents the `x14:pivotEdit` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotEdits x14:pivotEdits} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode pivotArea x14:pivotArea}, {@linkcode tupleItems x14:tupleItems}, {@linkcode userEdit x14:userEdit} */ static readonly pivotEdit: XName; /** * Represents the `x14:pivotEdits` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotTableDefinition x14:pivotTableDefinition} * - child XML elements: {@linkcode pivotEdit x14:pivotEdit} */ static readonly pivotEdits: XName; /** * Represents the `x14:pivotField` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly pivotField: XName; /** * Represents the `x14:pivotHierarchy` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly pivotHierarchy: XName; /** * Represents the `x14:pivotTable` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotTables x14:pivotTables}, {@linkcode X15.slicerCachePivotTables x15:slicerCachePivotTables} */ static readonly pivotTable: XName; /** * Represents the `x14:pivotTableDefinition` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode conditionalFormats x14:conditionalFormats}, {@linkcode pivotChanges x14:pivotChanges}, {@linkcode pivotEdits x14:pivotEdits} */ static readonly pivotTableDefinition: XName; /** * Represents the `x14:pivotTables` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerCacheDefinition x14:slicerCacheDefinition} * - child XML elements: {@linkcode pivotTable x14:pivotTable} */ static readonly pivotTables: XName; /** * Represents the `x14:protectedRange` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode protectedRanges x14:protectedRanges} */ static readonly protectedRange: XName; /** * Represents the `x14:protectedRanges` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode protectedRange x14:protectedRange} */ static readonly protectedRanges: XName; /** * Represents the `x14:range` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode ranges x14:ranges} * - child XML elements: {@linkcode i x14:i} */ static readonly range: XName; /** * Represents the `x14:ranges` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode level x14:level} * - child XML elements: {@linkcode range x14:range} */ static readonly ranges: XName; /** * Represents the `x14:row` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode rows x14:rows} * - child XML elements: {@linkcode rowItem x14:rowItem} */ static readonly row: XName; /** * Represents the `x14:rowItem` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode row x14:row} */ static readonly rowItem: XName; /** * Represents the `x14:rows` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tupleSet x14:tupleSet} * - child XML elements: {@linkcode row x14:row} */ static readonly rows: XName; /** * Represents the `x14:selection` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode selections x14:selections} * - child XML elements: {@linkcode p x14:p} */ static readonly selection: XName; /** * Represents the `x14:selections` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode olap x14:olap} * - child XML elements: {@linkcode selection x14:selection} */ static readonly selections: XName; /** * Represents the `x14:setLevel` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode setLevels x14:setLevels} */ static readonly setLevel: XName; /** * Represents the `x14:setLevels` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cacheHierarchy x14:cacheHierarchy} * - child XML elements: {@linkcode setLevel x14:setLevel} */ static readonly setLevels: XName; /** * Represents the `x14:slicer` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerList x14:slicerList}, {@linkcode slicers x14:slicers} * - child XML elements: {@linkcode extLst x14:extLst} * - XML attributes: {@linkcode R.id r:id} */ static readonly slicer: XName; /** * Represents the `x14:slicerCache` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerCaches x14:slicerCaches}, {@linkcode X15.slicerCaches x15:slicerCaches} * - XML attributes: {@linkcode R.id r:id} */ static readonly slicerCache: XName; /** * Represents the `x14:slicerCacheDefinition` XML element. * * @remarks * As an XML element, it has the following: * - child XML elements: {@linkcode data x14:data}, {@linkcode extLst x14:extLst}, {@linkcode pivotTables x14:pivotTables} */ static readonly slicerCacheDefinition: XName; /** * Represents the `x14:slicerCaches` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode slicerCache x14:slicerCache} */ static readonly slicerCaches: XName; /** * Represents the `x14:slicerList` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode slicer x14:slicer} */ static readonly slicerList: XName; /** * Represents the `x14:slicers` XML element. * * @remarks * As an XML element, it has the following: * - child XML elements: {@linkcode slicer x14:slicer} */ static readonly slicers: XName; /** * Represents the `x14:slicerStyle` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerStyles x14:slicerStyles} * - child XML elements: {@linkcode slicerStyleElements x14:slicerStyleElements} */ static readonly slicerStyle: XName; /** * Represents the `x14:slicerStyleElement` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerStyleElements x14:slicerStyleElements} */ static readonly slicerStyleElement: XName; /** * Represents the `x14:slicerStyleElements` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode slicerStyle x14:slicerStyle} * - child XML elements: {@linkcode slicerStyleElement x14:slicerStyleElement} */ static readonly slicerStyleElements: XName; /** * Represents the `x14:slicerStyles` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode slicerStyle x14:slicerStyle} */ static readonly slicerStyles: XName; /** * Represents the `x14:sortCondition` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.sortState x:sortState} */ static readonly sortCondition: XName; /** * Represents the `x14:sourceConnection` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly sourceConnection: XName; /** * Represents the `x14:sparkline` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklines x14:sparklines} */ static readonly sparkline: XName; /** * Represents the `x14:sparklineGroup` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroups x14:sparklineGroups} * - child XML elements: {@linkcode colorAxis x14:colorAxis}, {@linkcode colorFirst x14:colorFirst}, {@linkcode colorHigh x14:colorHigh}, {@linkcode colorLast x14:colorLast}, {@linkcode colorLow x14:colorLow}, {@linkcode colorMarkers x14:colorMarkers}, {@linkcode colorNegative x14:colorNegative}, {@linkcode colorSeries x14:colorSeries}, {@linkcode sparklines x14:sparklines} */ static readonly sparklineGroup: XName; /** * Represents the `x14:sparklineGroups` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} * - child XML elements: {@linkcode sparklineGroup x14:sparklineGroup} */ static readonly sparklineGroups: XName; /** * Represents the `x14:sparklines` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sparklineGroup x14:sparklineGroup} * - child XML elements: {@linkcode sparkline x14:sparkline} */ static readonly sparklines: XName; /** * Represents the `x14:table` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly table: XName; /** * Represents the `x14:tabular` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode data x14:data} * - child XML elements: {@linkcode extLst x14:extLst}, {@linkcode items x14:items} */ static readonly tabular: XName; /** * Represents the `x14:tupleItem` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tupleItems x14:tupleItems} */ static readonly tupleItem: XName; /** * Represents the `x14:tupleItems` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotChange x14:pivotChange}, {@linkcode pivotEdit x14:pivotEdit} * - child XML elements: {@linkcode tupleItem x14:tupleItem} */ static readonly tupleItems: XName; /** * Represents the `x14:tupleSet` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode calculatedMember x14:calculatedMember} * - child XML elements: {@linkcode headers x14:headers}, {@linkcode rows x14:rows} */ static readonly tupleSet: XName; /** * Represents the `x14:userEdit` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pivotEdit x14:pivotEdit} * - child XML elements: {@linkcode editValue x14:editValue} */ static readonly userEdit: XName; /** * Represents the `x14:values` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode oleItem x14:oleItem} * - child XML elements: {@linkcode X.value x:value} */ static readonly values: XName; /** * Represents the `x14:workbookPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode X.ext x:ext} */ static readonly workbookPr: XName; }