@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
1,157 lines • 133 kB
TypeScript
/**
* @author Thomas Barnekow
* @license MIT
*/
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XNamespace and XName fields for the `xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main"` namespace.
*/
export declare class X {
/**
* Defines the XML namespace associated with the `x` prefix.
*/
static readonly x: XNamespace;
/**
* Returns the namespace declaration `XAttribute` for this namespace.
*/
static get namespaceDeclaration(): XAttribute;
/**
* 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}
*/
static readonly alignment: XName;
/**
* 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}
*/
static readonly anchor: XName;
/**
* 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}
*/
static readonly author: XName;
/**
* 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}
*/
static readonly authors: XName;
/**
* 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}
*/
static readonly autoFilter: XName;
/**
* 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}
*/
static readonly autoSortScope: XName;
/**
* 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_}
*/
static readonly b: XName;
/**
* Represents the `x:bgColor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode patternFill x:patternFill}
*/
static readonly bgColor: XName;
/**
* 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}
*/
static readonly bk: XName;
/**
* 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}
*/
static readonly bookViews: XName;
/**
* 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}
*/
static readonly border: XName;
/**
* 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}
*/
static readonly borders: XName;
/**
* 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}
*/
static readonly bottom: XName;
/**
* 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}
*/
static readonly brk: XName;
/**
* 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}
*/
static readonly c: XName;
/**
* 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}
*/
static readonly cacheField: XName;
/**
* 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}
*/
static readonly cacheFields: XName;
/**
* 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}
*/
static readonly cacheHierarchies: XName;
/**
* 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}
*/
static readonly cacheHierarchy: XName;
/**
* 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}
*/
static readonly cacheSource: XName;
/**
* 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}
*/
static readonly calcChain: XName;
/**
* Represents the `x:calcPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
static readonly calcPr: XName;
/**
* 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}
*/
static readonly calculatedColumnFormula: XName;
/**
* 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}
*/
static readonly calculatedItem: XName;
/**
* 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}
*/
static readonly calculatedItems: XName;
/**
* 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}
*/
static readonly calculatedMember: XName;
/**
* 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}
*/
static readonly calculatedMembers: XName;
/**
* 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}
*/
static readonly cell: XName;
/**
* 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}
*/
static readonly cellMetadata: XName;
/**
* 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}
*/
static readonly cellStyle: XName;
/**
* 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}
*/
static readonly cellStyles: XName;
/**
* 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}
*/
static readonly cellStyleXfs: XName;
/**
* Represents the `x:cellWatch` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cellWatches x:cellWatches}
*/
static readonly cellWatch: XName;
/**
* 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}
*/
static readonly cellWatches: XName;
/**
* 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}
*/
static readonly cellXfs: XName;
/**
* 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}
*/
static readonly cfRule: XName;
/**
* 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}
*/
static readonly cfvo: XName;
/**
* 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}
*/
static readonly charset: XName;
/**
* 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}
*/
static readonly chartFormat: XName;
/**
* 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}
*/
static readonly chartFormats: XName;
/**
* 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}
*/
static readonly chartsheet: XName;
/**
* Represents the `x:col` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cols x:cols}
*/
static readonly col: XName;
/**
* 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}
*/
static readonly colBreaks: XName;
/**
* 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}
*/
static readonly colFields: XName;
/**
* 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}
*/
static readonly colHierarchiesUsage: XName;
/**
* Represents the `x:colHierarchyUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode colHierarchiesUsage x:colHierarchiesUsage}
*/
static readonly colHierarchyUsage: XName;
/**
* 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}
*/
static readonly colItems: XName;
/**
* 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}
*/
static readonly color: XName;
/**
* Represents the `x:colorFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}
*/
static readonly colorFilter: XName;
/**
* 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}
*/
static readonly colors: XName;
/**
* 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}
*/
static readonly colorScale: XName;
/**
* 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}
*/
static readonly cols: XName;
/**
* 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}
*/
static readonly comment: XName;
/**
* 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}
*/
static readonly commentList: XName;
/**
* 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}
*/
static readonly commentPr: XName;
/**
* 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}
*/
static readonly comments: XName;
/**
* 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}
*/
static readonly condense: XName;
/**
* 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}
*/
static readonly conditionalFormat: XName;
/**
* 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}
*/
static readonly conditionalFormats: XName;
/**
* 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}
*/
static readonly conditionalFormatting: XName;
/**
* 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}
*/
static readonly connection: XName;
/**
* Represents the `x:connections` XML element.
*
* @remarks
* As an XML element, it has the following:
* - child XML elements: {@linkcode connection x:connection}
*/
static readonly connections: XName;
/**
* 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}
*/
static readonly consolidation: XName;
/**
* 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}
*/
static readonly control: XName;
/**
* 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}
*/
static readonly controlPr: XName;
/**
* 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}
*/
static readonly controls: XName;
/**
* Represents the `x:customFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode customFilters x:customFilters}
*/
static readonly customFilter: XName;
/**
* 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}
*/
static readonly customFilters: XName;
/**
* 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}
*/
static readonly customPr: XName;
/**
* 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}
*/
static readonly customProperties: XName;
/**
* 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}
*/
static readonly customSheetView: XName;
/**
* 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}
*/
static readonly customSheetViews: XName;
/**
* 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}
*/
static readonly customWorkbookView: XName;
/**
* 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}
*/
static readonly customWorkbookViews: XName;
/**
* 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_}
*/
static readonly d: XName;
/**
* 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}
*/
static readonly dataBar: XName;
/**
* Represents the `x:DataBinding` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode Map_ x:Map_}
*/
static readonly DataBinding: XName;
/**
* 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}
*/
static readonly dataConsolidate: XName;
/**
* 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}
*/
static readonly dataField: XName;
/**
* 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}
*/
static readonly dataFields: XName;
/**
* 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}
*/
static readonly dataRef: XName;
/**
* 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}
*/
static readonly dataRefs: XName;
/**
* 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}
*/
static readonly dataValidation: XName;
/**
* 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}
*/
static readonly dataValidations: XName;
/**
* Represents the `x:dateGroupItem` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filters x:filters}
*/
static readonly dateGroupItem: XName;
/**
* Represents the `x:dbPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode connection x:connection}
*/
static readonly dbPr: XName;
/**
* 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}
*/
static readonly ddeItem: XName;
/**
* 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}
*/
static readonly ddeItems: XName;
/**
* 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}
*/
static readonly ddeLink: XName;
/**
* Represents the `x:definedName` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode definedNames x:definedNames}
*/
static readonly definedName: XName;
/**
* 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}
*/
static readonly definedNames: XName;
/**
* Represents the `x:deletedField` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode queryTableDeletedFields x:queryTableDeletedFields}
*/
static readonly deletedField: XName;
/**
* 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}
*/
static readonly diagonal: XName;
/**
* 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}
*/
static readonly dialogsheet: XName;
/**
* 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}
*/
static readonly dimension: XName;
/**
* 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}
*/
static readonly dimensions: XName;
/**
* 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_}
*/
static readonly discretePr: XName;
/**
* 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}
*/
static readonly drawing: XName;
/**
* 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}
*/
static readonly drawingHF: XName;
/**
* 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}
*/
static readonly dxf: XName;
/**
* 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}
*/
static readonly dxfs: XName;
/**
* Represents the `x:dynamicFilter` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode filterColumn x:filterColumn}
*/
static readonly dynamicFilter: XName;
/**
* 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_}
*/
static readonly e: XName;
/**
* 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}
*/
static readonly end: XName;
/**
* 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}
*/
static readonly entries: XName;
/**
* 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}
*/
static readonly evenFooter: XName;
/**
* 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}
*/
static readonly evenHeader: XName;
/**
* 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}
*/
static readonly ext: XName;
/**
* 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}
*/
static readonly extend: XName;
/**
* 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}
*/
static readonly externalBook: XName;
/**
* 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}
*/
static readonly externalLink: XName;
/**
* 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}
*/
static readonly externalReference: XName;
/**
* 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}
*/
static readonly externalReferences: XName;
/**
* 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}
*/
static readonly extLst: XName;
/**
* 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}
*/
static readonly f: XName;
/**
* 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}
*/
static readonly family: XName;
/**
* Represents the `x:fgColor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode patternFill x:patternFill}
*/
static readonly fgColor: XName;
/**
* 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}
*/
static readonly field: XName;
/**
* 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}
*/
static readonly fieldGroup: XName;
/**
* 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}
*/
static readonly fieldsUsage: XName;
/**
* Represents the `x:fieldUsage` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode fieldsUsage x:fieldsUsage}
*/
static readonly fieldUsage: XName;
/**
* Represents the `x:fileRecoveryPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
static readonly fileRecoveryPr: XName;
/**
* Represents the `x:fileSharing` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
static readonly fileSharing: XName;
/**
* Represents the `x:fileVersion` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode workbook x:workbook}
*/
static readonly fileVersion: XName;
/**
* 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}
*/
static readonly fill: XName;
/**
* 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}
*/
static readonly fills: XName;
/**
* 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}
*/
static readonly filter: XName;
/**
* 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}
*/
static readonly filterColumn: XName;
/**
* 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}
*/
static readonly filters: XName;
/**
* 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}
*/
static readonly firstF