@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
1,265 lines • 122 kB
JavaScript
/**
* @author Thomas Barnekow
* @license MIT
*/
import { XAttribute, XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XNamespace and XName fields for the `xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main"` namespace.
*/
export class X {
/** @internal */
constructor() {
// Ignore
}
/**
* Returns the namespace declaration `XAttribute` for this namespace.
*/
static get namespaceDeclaration() {
return new XAttribute(XNamespace.xmlns.getName('x'), X.x.namespaceName);
}
}
/**
* Defines the XML namespace associated with the `x` prefix.
*/
X.x = XNamespace.get('http://schemas.openxmlformats.org/spreadsheetml/2006/main');
/**
* Represents the `x:alignment` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode xf x:xf}, {@linkcode X14.dxf x14:dxf}
*/
X.alignment = X.x.getName('alignment');
/**
* Represents the `x:anchor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode commentPr x:commentPr}, {@linkcode controlPr x:controlPr}, {@linkcode objectPr x:objectPr}
* - child XML elements: {@linkcode from x:from}, {@linkcode to x:to}
*/
X.anchor = X.x.getName('anchor');
/**
* Represents the `x:author` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode authors x:authors}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.author = X.x.getName('author');
/**
* Represents the `x:authors` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode comments x:comments}
* - child XML elements: {@linkcode author x:author}
*/
X.authors = X.x.getName('authors');
/**
* Represents the `x:autoFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode filter x:filter}, {@linkcode table x:table}, {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode filterColumn x:filterColumn}, {@linkcode sortState x:sortState}
*/
X.autoFilter = X.x.getName('autoFilter');
/**
* Represents the `x:autoSortScope` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotField x:pivotField}
* - child XML elements: {@linkcode pivotArea x:pivotArea}
*/
X.autoSortScope = X.x.getName('autoSortScope');
/**
* Represents the `x:b` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode font x:font}, {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode rPr x:rPr}, {@linkcode sharedItems x:sharedItems}
* - child XML elements: {@linkcode x_ x:x_}
*/
X.b = X.x.getName('b');
/**
* Represents the `x:bgColor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode patternFill x:patternFill}
*/
X.bgColor = X.x.getName('bgColor');
/**
* Represents the `x:bk` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cellMetadata x:cellMetadata}, {@linkcode futureMetadata x:futureMetadata}, {@linkcode valueMetadata x:valueMetadata}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode rc x:rc}
*/
X.bk = X.x.getName('bk');
/**
* Represents the `x:bookViews` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
* - child XML elements: {@linkcode workbookView x:workbookView}
*/
X.bookViews = X.x.getName('bookViews');
/**
* Represents the `x:border` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode borders x:borders}, {@linkcode dxf x:dxf}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
* - child XML elements: {@linkcode bottom x:bottom}, {@linkcode diagonal x:diagonal}, {@linkcode end x:end}, {@linkcode horizontal x:horizontal}, {@linkcode left x:left}, {@linkcode right x:right}, {@linkcode start x:start}, {@linkcode top x:top}, {@linkcode vertical x:vertical}
*/
X.border = X.x.getName('border');
/**
* Represents the `x:borders` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode border x:border}
*/
X.borders = X.x.getName('borders');
/**
* Represents the `x:bottom` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode border x:border}
* - child XML elements: {@linkcode color x:color}
*/
X.bottom = X.x.getName('bottom');
/**
* Represents the `x:brk` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode colBreaks x:colBreaks}, {@linkcode rowBreaks x:rowBreaks}
*/
X.brk = X.x.getName('brk');
/**
* Represents the `x:c` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode calcChain x:calcChain}, {@linkcode row x:row}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode f x:f}, {@linkcode is x:is}, {@linkcode v x:v}
*/
X.c = X.x.getName('c');
/**
* Represents the `x:cacheField` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cacheFields x:cacheFields}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode fieldGroup x:fieldGroup}, {@linkcode mpMap x:mpMap}, {@linkcode sharedItems x:sharedItems}
*/
X.cacheField = X.x.getName('cacheField');
/**
* Represents the `x:cacheFields` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode cacheField x:cacheField}
*/
X.cacheFields = X.x.getName('cacheFields');
/**
* Represents the `x:cacheHierarchies` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode cacheHierarchy x:cacheHierarchy}
*/
X.cacheHierarchies = X.x.getName('cacheHierarchies');
/**
* Represents the `x:cacheHierarchy` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cacheHierarchies x:cacheHierarchies}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode fieldsUsage x:fieldsUsage}, {@linkcode groupLevels x:groupLevels}
*/
X.cacheHierarchy = X.x.getName('cacheHierarchy');
/**
* Represents the `x:cacheSource` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode consolidation x:consolidation}, {@linkcode extLst x:extLst}, {@linkcode worksheetSource x:worksheetSource}
*/
X.cacheSource = X.x.getName('cacheSource');
/**
* Represents the `x:calcChain` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode c x:c}, {@linkcode extLst x:extLst}
*/
X.calcChain = X.x.getName('calcChain');
/**
* Represents the `x:calcPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
X.calcPr = X.x.getName('calcPr');
/**
* Represents the `x:calculatedColumnFormula` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode tableColumn x:tableColumn}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.calculatedColumnFormula = X.x.getName('calculatedColumnFormula');
/**
* Represents the `x:calculatedItem` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode calculatedItems x:calculatedItems}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotArea x:pivotArea}
*/
X.calculatedItem = X.x.getName('calculatedItem');
/**
* Represents the `x:calculatedItems` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode calculatedItem x:calculatedItem}
*/
X.calculatedItems = X.x.getName('calculatedItems');
/**
* Represents the `x:calculatedMember` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode calculatedMembers x:calculatedMembers}, {@linkcode X14.calculatedMembers x14:calculatedMembers}
* - child XML elements: {@linkcode extLst x:extLst}
*/
X.calculatedMember = X.x.getName('calculatedMember');
/**
* Represents the `x:calculatedMembers` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode calculatedMember x:calculatedMember}
*/
X.calculatedMembers = X.x.getName('calculatedMembers');
/**
* Represents the `x:cell` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode row x:row}
* - child XML elements: {@linkcode v x:v}
*/
X.cell = X.x.getName('cell');
/**
* Represents the `x:cellMetadata` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode metadata x:metadata}
* - child XML elements: {@linkcode bk x:bk}
*/
X.cellMetadata = X.x.getName('cellMetadata');
/**
* Represents the `x:cellStyle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cellStyles x:cellStyles}
* - child XML elements: {@linkcode extLst x:extLst}
*/
X.cellStyle = X.x.getName('cellStyle');
/**
* Represents the `x:cellStyles` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode cellStyle x:cellStyle}
*/
X.cellStyles = X.x.getName('cellStyles');
/**
* Represents the `x:cellStyleXfs` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode xf x:xf}
*/
X.cellStyleXfs = X.x.getName('cellStyleXfs');
/**
* Represents the `x:cellWatch` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cellWatches x:cellWatches}
*/
X.cellWatch = X.x.getName('cellWatch');
/**
* Represents the `x:cellWatches` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode cellWatch x:cellWatch}
*/
X.cellWatches = X.x.getName('cellWatches');
/**
* Represents the `x:cellXfs` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode xf x:xf}
*/
X.cellXfs = X.x.getName('cellXfs');
/**
* Represents the `x:cfRule` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode conditionalFormatting x:conditionalFormatting}
* - child XML elements: {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode extLst x:extLst}, {@linkcode formula x:formula}, {@linkcode iconSet x:iconSet}
*/
X.cfRule = X.x.getName('cfRule');
/**
* Represents the `x:cfvo` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode iconSet x:iconSet}
* - child XML elements: {@linkcode extLst x:extLst}
*/
X.cfvo = X.x.getName('cfvo');
/**
* Represents the `x:charset` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
*/
X.charset = X.x.getName('charset');
/**
* Represents the `x:chartFormat` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode chartFormats x:chartFormats}
* - child XML elements: {@linkcode pivotArea x:pivotArea}
*/
X.chartFormat = X.x.getName('chartFormat');
/**
* Represents the `x:chartFormats` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode chartFormat x:chartFormat}
*/
X.chartFormats = X.x.getName('chartFormats');
/**
* Represents the `x:chartsheet` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode customSheetViews x:customSheetViews}, {@linkcode drawing x:drawing}, {@linkcode drawingHF x:drawingHF}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode legacyDrawing x:legacyDrawing}, {@linkcode legacyDrawingHF x:legacyDrawingHF}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode picture x:picture}, {@linkcode sheetPr x:sheetPr}, {@linkcode sheetProtection x:sheetProtection}, {@linkcode sheetViews x:sheetViews}, {@linkcode webPublishItems x:webPublishItems}
*/
X.chartsheet = X.x.getName('chartsheet');
/**
* Represents the `x:col` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cols x:cols}
*/
X.col = X.x.getName('col');
/**
* Represents the `x:colBreaks` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customSheetView x:customSheetView}, {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode brk x:brk}
*/
X.colBreaks = X.x.getName('colBreaks');
/**
* Represents the `x:colFields` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode field x:field}
*/
X.colFields = X.x.getName('colFields');
/**
* Represents the `x:colHierarchiesUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode colHierarchyUsage x:colHierarchyUsage}
*/
X.colHierarchiesUsage = X.x.getName('colHierarchiesUsage');
/**
* Represents the `x:colHierarchyUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode colHierarchiesUsage x:colHierarchiesUsage}
*/
X.colHierarchyUsage = X.x.getName('colHierarchyUsage');
/**
* Represents the `x:colItems` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode i x:i}
*/
X.colItems = X.x.getName('colItems');
/**
* Represents the `x:color` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bottom x:bottom}, {@linkcode colorScale x:colorScale}, {@linkcode dataBar x:dataBar}, {@linkcode diagonal x:diagonal}, {@linkcode end x:end}, {@linkcode font x:font}, {@linkcode horizontal x:horizontal}, {@linkcode left x:left}, {@linkcode mruColors x:mruColors}, {@linkcode right x:right}, {@linkcode rPr x:rPr}, {@linkcode start x:start}, {@linkcode stop x:stop}, {@linkcode top x:top}, {@linkcode vertical x:vertical}
*/
X.color = X.x.getName('color');
/**
* Represents the `x:colorFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}
*/
X.colorFilter = X.x.getName('colorFilter');
/**
* Represents the `x:colors` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode indexedColors x:indexedColors}, {@linkcode mruColors x:mruColors}
*/
X.colors = X.x.getName('colors');
/**
* Represents the `x:colorScale` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cfRule x:cfRule}
* - child XML elements: {@linkcode cfvo x:cfvo}, {@linkcode color x:color}
*/
X.colorScale = X.x.getName('colorScale');
/**
* Represents the `x:cols` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode col x:col}
*/
X.cols = X.x.getName('cols');
/**
* Represents the `x:comment` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode commentList x:commentList}
* - child XML elements: {@linkcode commentPr x:commentPr}, {@linkcode text x:text}
*/
X.comment = X.x.getName('comment');
/**
* Represents the `x:commentList` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode comments x:comments}
* - child XML elements: {@linkcode comment x:comment}
*/
X.commentList = X.x.getName('commentList');
/**
* Represents the `x:commentPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode comment x:comment}
* - child XML elements: {@linkcode anchor x:anchor}
*/
X.commentPr = X.x.getName('commentPr');
/**
* Represents the `x:comments` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode authors x:authors}, {@linkcode commentList x:commentList}, {@linkcode extLst x:extLst}
*/
X.comments = X.x.getName('comments');
/**
* Represents the `x:condense` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
*/
X.condense = X.x.getName('condense');
/**
* Represents the `x:conditionalFormat` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode conditionalFormats x:conditionalFormats}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotAreas x:pivotAreas}
*/
X.conditionalFormat = X.x.getName('conditionalFormat');
/**
* Represents the `x:conditionalFormats` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode conditionalFormat x:conditionalFormat}
*/
X.conditionalFormats = X.x.getName('conditionalFormats');
/**
* Represents the `x:conditionalFormatting` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode cfRule x:cfRule}, {@linkcode extLst x:extLst}
*/
X.conditionalFormatting = X.x.getName('conditionalFormatting');
/**
* Represents the `x:connection` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode connections x:connections}
* - child XML elements: {@linkcode dbPr x:dbPr}, {@linkcode extLst x:extLst}, {@linkcode olapPr x:olapPr}, {@linkcode parameters x:parameters}, {@linkcode textPr x:textPr}, {@linkcode webPr x:webPr}
*/
X.connection = X.x.getName('connection');
/**
* Represents the `x:connections` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode connection x:connection}
*/
X.connections = X.x.getName('connections');
/**
* Represents the `x:consolidation` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cacheSource x:cacheSource}
* - child XML elements: {@linkcode pages x:pages}, {@linkcode rangeSets x:rangeSets}
*/
X.consolidation = X.x.getName('consolidation');
/**
* Represents the `x:control` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode controls x:controls}
* - child XML elements: {@linkcode controlPr x:controlPr}
* - XML attributes: {@linkcode R.id r:id}
*/
X.control = X.x.getName('control');
/**
* Represents the `x:controlPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode control x:control}
* - child XML elements: {@linkcode anchor x:anchor}
* - XML attributes: {@linkcode R.id r:id}
*/
X.controlPr = X.x.getName('controlPr');
/**
* Represents the `x:controls` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode control x:control}
*/
X.controls = X.x.getName('controls');
/**
* Represents the `x:customFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customFilters x:customFilters}
*/
X.customFilter = X.x.getName('customFilter');
/**
* Represents the `x:customFilters` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}
* - child XML elements: {@linkcode customFilter x:customFilter}
*/
X.customFilters = X.x.getName('customFilters');
/**
* Represents the `x:customPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customProperties x:customProperties}
* - XML attributes: {@linkcode R.id r:id}
*/
X.customPr = X.x.getName('customPr');
/**
* Represents the `x:customProperties` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode customPr x:customPr}
*/
X.customProperties = X.x.getName('customProperties');
/**
* Represents the `x:customSheetView` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customSheetViews x:customSheetViews}
* - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode colBreaks x:colBreaks}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode pane x:pane}, {@linkcode printOptions x:printOptions}, {@linkcode rowBreaks x:rowBreaks}, {@linkcode selection x:selection}
*/
X.customSheetView = X.x.getName('customSheetView');
/**
* Represents the `x:customSheetViews` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode customSheetView x:customSheetView}
*/
X.customSheetViews = X.x.getName('customSheetViews');
/**
* Represents the `x:customWorkbookView` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customWorkbookViews x:customWorkbookViews}
* - child XML elements: {@linkcode extLst x:extLst}
*/
X.customWorkbookView = X.x.getName('customWorkbookView');
/**
* Represents the `x:customWorkbookViews` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
* - child XML elements: {@linkcode customWorkbookView x:customWorkbookView}
*/
X.customWorkbookViews = X.x.getName('customWorkbookViews');
/**
* Represents the `x:d` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}
* - child XML elements: {@linkcode x_ x:x_}
*/
X.d = X.x.getName('d');
/**
* Represents the `x:dataBar` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cfRule x:cfRule}
* - child XML elements: {@linkcode cfvo x:cfvo}, {@linkcode color x:color}
*/
X.dataBar = X.x.getName('dataBar');
/**
* Represents the `x:DataBinding` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode Map_ x:Map_}
*/
X.DataBinding = X.x.getName('DataBinding');
/**
* Represents the `x:dataConsolidate` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode dataRefs x:dataRefs}
*/
X.dataConsolidate = X.x.getName('dataConsolidate');
/**
* Represents the `x:dataField` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataFields x:dataFields}
* - child XML elements: {@linkcode extLst x:extLst}
*/
X.dataField = X.x.getName('dataField');
/**
* Represents the `x:dataFields` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode dataField x:dataField}
*/
X.dataFields = X.x.getName('dataFields');
/**
* Represents the `x:dataRef` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataRefs x:dataRefs}
* - XML attributes: {@linkcode R.id r:id}
*/
X.dataRef = X.x.getName('dataRef');
/**
* Represents the `x:dataRefs` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataConsolidate x:dataConsolidate}
* - child XML elements: {@linkcode dataRef x:dataRef}
*/
X.dataRefs = X.x.getName('dataRefs');
/**
* Represents the `x:dataValidation` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataValidations x:dataValidations}
* - child XML elements: {@linkcode formula1 x:formula1}, {@linkcode formula2 x:formula2}
*/
X.dataValidation = X.x.getName('dataValidation');
/**
* Represents the `x:dataValidations` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode worksheet x:worksheet}
* - child XML elements: {@linkcode dataValidation x:dataValidation}
*/
X.dataValidations = X.x.getName('dataValidations');
/**
* Represents the `x:dateGroupItem` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filters x:filters}
*/
X.dateGroupItem = X.x.getName('dateGroupItem');
/**
* Represents the `x:dbPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode connection x:connection}
*/
X.dbPr = X.x.getName('dbPr');
/**
* Represents the `x:ddeItem` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode ddeItems x:ddeItems}
* - child XML elements: {@linkcode values x:values}
*/
X.ddeItem = X.x.getName('ddeItem');
/**
* Represents the `x:ddeItems` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode ddeLink x:ddeLink}
* - child XML elements: {@linkcode ddeItem x:ddeItem}
*/
X.ddeItems = X.x.getName('ddeItems');
/**
* Represents the `x:ddeLink` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode externalLink x:externalLink}
* - child XML elements: {@linkcode ddeItems x:ddeItems}
*/
X.ddeLink = X.x.getName('ddeLink');
/**
* Represents the `x:definedName` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode definedNames x:definedNames}
*/
X.definedName = X.x.getName('definedName');
/**
* Represents the `x:definedNames` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode externalBook x:externalBook}, {@linkcode workbook x:workbook}
* - child XML elements: {@linkcode definedName x:definedName}
*/
X.definedNames = X.x.getName('definedNames');
/**
* Represents the `x:deletedField` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode queryTableDeletedFields x:queryTableDeletedFields}
*/
X.deletedField = X.x.getName('deletedField');
/**
* Represents the `x:diagonal` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode border x:border}
* - child XML elements: {@linkcode color x:color}
*/
X.diagonal = X.x.getName('diagonal');
/**
* Represents the `x:dialogsheet` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode controls x:controls}, {@linkcode customSheetViews x:customSheetViews}, {@linkcode drawing x:drawing}, {@linkcode drawingHF x:drawingHF}, {@linkcode extLst x:extLst}, {@linkcode headerFooter x:headerFooter}, {@linkcode legacyDrawing x:legacyDrawing}, {@linkcode legacyDrawingHF x:legacyDrawingHF}, {@linkcode oleObjects x:oleObjects}, {@linkcode pageMargins x:pageMargins}, {@linkcode pageSetup x:pageSetup}, {@linkcode printOptions x:printOptions}, {@linkcode sheetFormatPr x:sheetFormatPr}, {@linkcode sheetPr x:sheetPr}, {@linkcode sheetProtection x:sheetProtection}, {@linkcode sheetViews x:sheetViews}
*/
X.dialogsheet = X.x.getName('dialogsheet');
/**
* Represents the `x:dimension` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dimensions x:dimensions}, {@linkcode worksheet x:worksheet}
*/
X.dimension = X.x.getName('dimension');
/**
* Represents the `x:dimensions` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotCacheDefinition x:pivotCacheDefinition}
* - child XML elements: {@linkcode dimension x:dimension}
*/
X.dimensions = X.x.getName('dimensions');
/**
* Represents the `x:discretePr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode fieldGroup x:fieldGroup}
* - child XML elements: {@linkcode x_ x:x_}
*/
X.discretePr = X.x.getName('discretePr');
/**
* Represents the `x:drawing` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
* - XML attributes: {@linkcode R.id r:id}
*/
X.drawing = X.x.getName('drawing');
/**
* Represents the `x:drawingHF` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode chartsheet x:chartsheet}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode worksheet x:worksheet}
* - XML attributes: {@linkcode R.id r:id}
*/
X.drawingHF = X.x.getName('drawingHF');
/**
* Represents the `x:dxf` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dxfs x:dxfs}, {@linkcode rfmt x:rfmt}, {@linkcode X14.dxfs x14:dxfs}, {@linkcode X15.dxfs x15:dxfs}
* - child XML elements: {@linkcode alignment x:alignment}, {@linkcode border x:border}, {@linkcode extLst x:extLst}, {@linkcode fill x:fill}, {@linkcode font x:font}, {@linkcode numFmt x:numFmt}, {@linkcode protection x:protection}
*/
X.dxf = X.x.getName('dxf');
/**
* Represents the `x:dxfs` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode dxf x:dxf}
*/
X.dxfs = X.x.getName('dxfs');
/**
* Represents the `x:dynamicFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}
*/
X.dynamicFilter = X.x.getName('dynamicFilter');
/**
* Represents the `x:e` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode entries x:entries}, {@linkcode groupItems x:groupItems}, {@linkcode r x:r}, {@linkcode sharedItems x:sharedItems}
* - child XML elements: {@linkcode tpls x:tpls}, {@linkcode x_ x:x_}
*/
X.e = X.x.getName('e');
/**
* Represents the `x:end` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode border x:border}
* - child XML elements: {@linkcode color x:color}
*/
X.end = X.x.getName('end');
/**
* Represents the `x:entries` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode tupleCache x:tupleCache}
* - child XML elements: {@linkcode e x:e}, {@linkcode m x:m}, {@linkcode n x:n}, {@linkcode s x:s}
*/
X.entries = X.x.getName('entries');
/**
* Represents the `x:evenFooter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode headerFooter x:headerFooter}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.evenFooter = X.x.getName('evenFooter');
/**
* Represents the `x:evenHeader` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode headerFooter x:headerFooter}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.evenHeader = X.x.getName('evenHeader');
/**
* Represents the `x:ext` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode extLst x:extLst}, {@linkcode X14.extLst x14:extLst}, {@linkcode X15.extLst x15:extLst}
* - child XML elements: {@linkcode X14.cacheField x14:cacheField}, {@linkcode X14.cacheHierarchy x14:cacheHierarchy}, {@linkcode X14.calculatedMember x14:calculatedMember}, {@linkcode X14.conditionalFormattings x14:conditionalFormattings}, {@linkcode X14.connection x14:connection}, {@linkcode X14.dataField x14:dataField}, {@linkcode X14.dataValidations x14:dataValidations}, {@linkcode X14.definedNames x14:definedNames}, {@linkcode X14.dxfs x14:dxfs}, {@linkcode X14.id x14:id}, {@linkcode X14.ignoredErrors x14:ignoredErrors}, {@linkcode X14.pivotCacheDefinition x14:pivotCacheDefinition}, {@linkcode X14.pivotCaches x14:pivotCaches}, {@linkcode X14.pivotField x14:pivotField}, {@linkcode X14.pivotHierarchy x14:pivotHierarchy}, {@linkcode X14.pivotTableDefinition x14:pivotTableDefinition}, {@linkcode X14.protectedRanges x14:protectedRanges}, {@linkcode X14.slicerCaches x14:slicerCaches}, {@linkcode X14.slicerList x14:slicerList}, {@linkcode X14.slicerStyles x14:slicerStyles}, {@linkcode X14.sourceConnection x14:sourceConnection}, {@linkcode X14.sparklineGroups x14:sparklineGroups}, {@linkcode X14.table x14:table}, {@linkcode X14.workbookPr x14:workbookPr}, {@linkcode X15.cachedUniqueNames x15:cachedUniqueNames}, {@linkcode X15.cacheHierarchy x15:cacheHierarchy}, {@linkcode X15.calculatedMember x15:calculatedMember}, {@linkcode X15.connection x15:connection}, {@linkcode X15.dataField x15:dataField}, {@linkcode X15.dataModel x15:dataModel}, {@linkcode X15.dxfs x15:dxfs}, {@linkcode X15.movingPeriodState x15:movingPeriodState}, {@linkcode X15.pivotCacheDecoupled x15:pivotCacheDecoupled}, {@linkcode X15.pivotCacheIdVersion x15:pivotCacheIdVersion}, {@linkcode X15.pivotCaches x15:pivotCaches}, {@linkcode X15.pivotFilter x15:pivotFilter}, {@linkcode X15.pivotTableData x15:pivotTableData}, {@linkcode X15.pivotTableReferences x15:pivotTableReferences}, {@linkcode X15.pivotTableUISettings x15:pivotTableUISettings}, {@linkcode X15.queryTable x15:queryTable}, {@linkcode X15.slicerCacheHideItemsWithNoData x15:slicerCacheHideItemsWithNoData}, {@linkcode X15.slicerCachePivotTables x15:slicerCachePivotTables}, {@linkcode X15.slicerCaches x15:slicerCaches}, {@linkcode X15.tableSlicerCache x15:tableSlicerCache}, {@linkcode X15.timelineCachePivotCaches x15:timelineCachePivotCaches}, {@linkcode X15.timelineCacheRefs x15:timelineCacheRefs}, {@linkcode X15.timelinePivotCacheDefinition x15:timelinePivotCacheDefinition}, {@linkcode X15.timelineRefs x15:timelineRefs}, {@linkcode X15.timelineStyles x15:timelineStyles}, {@linkcode X15.webExtensions x15:webExtensions}, {@linkcode X15.workbookPr x15:workbookPr}
*/
X.ext = X.x.getName('ext');
/**
* Represents the `x:extend` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
*/
X.extend = X.x.getName('extend');
/**
* Represents the `x:externalBook` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode externalLink x:externalLink}
* - child XML elements: {@linkcode definedNames x:definedNames}, {@linkcode sheetDataSet x:sheetDataSet}, {@linkcode sheetNames x:sheetNames}
* - XML attributes: {@linkcode R.id r:id}
*/
X.externalBook = X.x.getName('externalBook');
/**
* Represents the `x:externalLink` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode ddeLink x:ddeLink}, {@linkcode externalBook x:externalBook}, {@linkcode extLst x:extLst}, {@linkcode oleLink x:oleLink}
*/
X.externalLink = X.x.getName('externalLink');
/**
* Represents the `x:externalReference` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode externalReferences x:externalReferences}
* - XML attributes: {@linkcode R.id r:id}
*/
X.externalReference = X.x.getName('externalReference');
/**
* Represents the `x:externalReferences` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
* - child XML elements: {@linkcode externalReference x:externalReference}
*/
X.externalReferences = X.x.getName('externalReferences');
/**
* Represents the `x:extLst` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode bk x:bk}, {@linkcode c x:c}, {@linkcode cacheField x:cacheField}, {@linkcode cacheHierarchy x:cacheHierarchy}, {@linkcode cacheSource x:cacheSource}, {@linkcode calcChain x:calcChain}, {@linkcode calculatedItem x:calculatedItem}, {@linkcode calculatedMember x:calculatedMember}, {@linkcode cellStyle x:cellStyle}, {@linkcode cfRule x:cfRule}, {@linkcode cfvo x:cfvo}, {@linkcode chartsheet x:chartsheet}, {@linkcode comments x:comments}, {@linkcode conditionalFormat x:conditionalFormat}, {@linkcode conditionalFormatting x:conditionalFormatting}, {@linkcode connection x:connection}, {@linkcode customSheetView x:customSheetView}, {@linkcode customWorkbookView x:customWorkbookView}, {@linkcode dataField x:dataField}, {@linkcode dialogsheet x:dialogsheet}, {@linkcode dxf x:dxf}, {@linkcode externalLink x:externalLink}, {@linkcode filter x:filter}, {@linkcode filterColumn x:filterColumn}, {@linkcode format x:format}, {@linkcode futureMetadata x:futureMetadata}, {@linkcode groupLevel x:groupLevel}, {@linkcode header x:header}, {@linkcode ignoredErrors x:ignoredErrors}, {@linkcode metadata x:metadata}, {@linkcode nc x:nc}, {@linkcode ndxf x:ndxf}, {@linkcode oc x:oc}, {@linkcode odxf x:odxf}, {@linkcode pageField x:pageField}, {@linkcode pivotArea x:pivotArea}, {@linkcode pivotCacheDefinition x:pivotCacheDefinition}, {@linkcode pivotCacheRecords x:pivotCacheRecords}, {@linkcode pivotField x:pivotField}, {@linkcode pivotHierarchy x:pivotHierarchy}, {@linkcode pivotTableDefinition x:pivotTableDefinition}, {@linkcode queryTable x:queryTable}, {@linkcode queryTableField x:queryTableField}, {@linkcode queryTableRefresh x:queryTableRefresh}, {@linkcode rcc x:rcc}, {@linkcode rdn x:rdn}, {@linkcode reference x:reference}, {@linkcode rfmt x:rfmt}, {@linkcode row x:row}, {@linkcode rsnm x:rsnm}, {@linkcode sheetView x:sheetView}, {@linkcode sheetViews x:sheetViews}, {@linkcode singleXmlCell x:singleXmlCell}, {@linkcode sortState x:sortState}, {@linkcode sst x:sst}, {@linkcode styleSheet x:styleSheet}, {@linkcode table x:table}, {@linkcode tableColumn x:tableColumn}, {@linkcode tupleCache x:tupleCache}, {@linkcode userInfo x:userInfo}, {@linkcode volTypes x:volTypes}, {@linkcode workbook x:workbook}, {@linkcode workbookView x:workbookView}, {@linkcode worksheet x:worksheet}, {@linkcode xf x:xf}, {@linkcode xmlCellPr x:xmlCellPr}, {@linkcode xmlColumnPr x:xmlColumnPr}, {@linkcode xmlPr x:xmlPr}, {@linkcode X14.dxf x14:dxf}, {@linkcode X14.pivotArea x14:pivotArea}
* - child XML elements: {@linkcode ext x:ext}
*/
X.extLst = X.x.getName('extLst');
/**
* Represents the `x:f` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode c x:c}, {@linkcode nc x:nc}, {@linkcode oc x:oc}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.f = X.x.getName('f');
/**
* Represents the `x:family` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode font x:font}, {@linkcode rPr x:rPr}
*/
X.family = X.x.getName('family');
/**
* Represents the `x:fgColor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode patternFill x:patternFill}
*/
X.fgColor = X.x.getName('fgColor');
/**
* Represents the `x:field` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode colFields x:colFields}, {@linkcode rowFields x:rowFields}
*/
X.field = X.x.getName('field');
/**
* Represents the `x:fieldGroup` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cacheField x:cacheField}
* - child XML elements: {@linkcode discretePr x:discretePr}, {@linkcode groupItems x:groupItems}, {@linkcode rangePr x:rangePr}
*/
X.fieldGroup = X.x.getName('fieldGroup');
/**
* Represents the `x:fieldsUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cacheHierarchy x:cacheHierarchy}
* - child XML elements: {@linkcode fieldUsage x:fieldUsage}
*/
X.fieldsUsage = X.x.getName('fieldsUsage');
/**
* Represents the `x:fieldUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode fieldsUsage x:fieldsUsage}
*/
X.fieldUsage = X.x.getName('fieldUsage');
/**
* Represents the `x:fileRecoveryPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
X.fileRecoveryPr = X.x.getName('fileRecoveryPr');
/**
* Represents the `x:fileSharing` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
X.fileSharing = X.x.getName('fileSharing');
/**
* Represents the `x:fileVersion` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
X.fileVersion = X.x.getName('fileVersion');
/**
* Represents the `x:fill` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode fills x:fills}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
* - child XML elements: {@linkcode gradientFill x:gradientFill}, {@linkcode patternFill x:patternFill}
*/
X.fill = X.x.getName('fill');
/**
* Represents the `x:fills` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode fill x:fill}
*/
X.fills = X.x.getName('fills');
/**
* Represents the `x:filter` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filters x:filters}
* - child XML elements: {@linkcode autoFilter x:autoFilter}, {@linkcode extLst x:extLst}
*/
X.filter = X.x.getName('filter');
/**
* Represents the `x:filterColumn` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode autoFilter x:autoFilter}
* - child XML elements: {@linkcode colorFilter x:colorFilter}, {@linkcode customFilters x:customFilters}, {@linkcode dynamicFilter x:dynamicFilter}, {@linkcode extLst x:extLst}, {@linkcode filters x:filters}, {@linkcode iconFilter x:iconFilter}, {@linkcode top10 x:top10}, {@linkcode X14.customFilters x14:customFilters}, {@linkcode X14.iconFilter x14:iconFilter}
*/
X.filterColumn = X.x.getName('filterColumn');
/**
* Represents the `x:filters` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}, {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode dateGroupItem x:dateGroupItem}, {@linkcode filter x:filter}, {@linkcode X14.filter x14:filter}
*/
X.filters = X.x.getName('filters');
/**
* Represents the `x:firstFooter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode headerFooter x:headerFooter}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.firstFooter = X.x.getName('firstFooter');
/**
* Represents the `x:firstHeader` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode headerFooter x:headerFooter}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.firstHeader = X.x.getName('firstHeader');
/**
* Represents the `x:font` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dxf x:dxf}, {@linkcode fonts x:fonts}, {@linkcode ndxf x:ndxf}, {@linkcode odxf x:odxf}, {@linkcode X14.dxf x14:dxf}
* - child XML elements: {@linkcode b x:b}, {@linkcode charset x:charset}, {@linkcode color x:color}, {@linkcode condense x:condense}, {@linkcode extend x:extend}, {@linkcode family x:family}, {@linkcode i x:i}, {@linkcode name_ x:name_}, {@linkcode outline x:outline}, {@linkcode scheme x:scheme}, {@linkcode shadow x:shadow}, {@linkcode strike x:strike}, {@linkcode sz x:sz}, {@linkcode u x:u}, {@linkcode vertAlign x:vertAlign}
*/
X.font = X.x.getName('font');
/**
* Represents the `x:fonts` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode styleSheet x:styleSheet}
* - child XML elements: {@linkcode font x:font}
*/
X.fonts = X.x.getName('fonts');
/**
* Represents the `x:format` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode formats x:formats}
* - child XML elements: {@linkcode extLst x:extLst}, {@linkcode pivotArea x:pivotArea}
*/
X.format = X.x.getName('format');
/**
* Represents the `x:formats` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pivotTableDefinition x:pivotTableDefinition}
* - child XML elements: {@linkcode format x:format}
*/
X.formats = X.x.getName('formats');
/**
* Represents the `x:formula` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cfRule x:cfRule}, {@linkcode rdn x:rdn}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.formula = X.x.getName('formula');
/**
* Represents the `x:formula1` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataValidation x:dataValidation}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.formula1 = X.x.getName('formula1');
/**
* Represents the `x:formula2` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode dataValidation x:dataValidation}
* - XML attributes: {@linkcode XML.space xml:space}
*/
X.formula2 = X.x.getName('formula2');
/**
* Represents the `x:from` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode anchor x:anchor}
*/
X.from = X.x.getName('from');
/**
* Represents the `x:functionGroup` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode functionGroups x:functionGroups}
*/
X.functionGroup = X.x.getName('functionGroup');
/**
* Represents the `x:functionGroups` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
* - child XML elements: {@linkcode functionGroup x:functionGroup}
*/
X.functionGroups = X.x.getName('functionGroups');
/**
* Represents the `x:futureMetadata` XML element.
*
* @rem