@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
1,283 lines • 503 kB
JavaScript
/**
* @author Thomas Barnekow
* @license MIT
*/
import { XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XName fields for the empty namespace.
*/
export class NoNamespace {
/** @internal */
constructor() {
// Ignore
}
}
/**
* Represents the `a` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.alphaRepl alphaRepl}, {@linkcode X.c c}
*/
NoNamespace.a = XNamespace.none.getName('a');
/**
* Represents the `aboveAverage` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cfRule cfRule}, {@linkcode X14.cfRule cfRule}
*/
NoNamespace.aboveAverage = XNamespace.none.getName('aboveAverage');
/**
* Represents the `aca` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.f f}
*/
NoNamespace.aca = XNamespace.none.getName('aca');
/**
* Represents the `accel` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cTn cTn}
*/
NoNamespace.accel = XNamespace.none.getName('accel');
/**
* Represents the `accent1` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent1 = XNamespace.none.getName('accent1');
/**
* Represents the `accent2` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent2 = XNamespace.none.getName('accent2');
/**
* Represents the `accent3` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent3 = XNamespace.none.getName('accent3');
/**
* Represents the `accent4` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent4 = XNamespace.none.getName('accent4');
/**
* Represents the `accent5` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent5 = XNamespace.none.getName('accent5');
/**
* Represents the `accent6` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.accent6 = XNamespace.none.getName('accent6');
/**
* Represents the `accentbar` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.callout callout}
*/
NoNamespace.accentbar = XNamespace.none.getName('accentbar');
/**
* Represents the `accumulate` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cBhvr cBhvr}
*/
NoNamespace.accumulate = XNamespace.none.getName('accumulate');
/**
* Represents the `accuracyVersion` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.workbookPr workbookPr}
*/
NoNamespace.accuracyVersion = XNamespace.none.getName('accuracyVersion');
/**
* Represents the `action` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.hlinkClick hlinkClick}, {@linkcode A.hlinkHover hlinkHover}, {@linkcode A.hlinkMouseOver hlinkMouseOver}, {@linkcode X.format format}, {@linkcode X.rcmt rcmt}, {@linkcode X.rcv rcv}, {@linkcode X.rrc rrc}
*/
NoNamespace.action = XNamespace.none.getName('action');
/**
* Represents the `actionId` XML name.
*/
NoNamespace.actionId = XNamespace.none.getName('actionId');
/**
* Represents the `activeCell` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.selection selection}
*/
NoNamespace.activeCell = XNamespace.none.getName('activeCell');
/**
* Represents the `activeCellId` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.selection selection}
*/
NoNamespace.activeCellId = XNamespace.none.getName('activeCellId');
/**
* Represents the `activeCol` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotSelection pivotSelection}
*/
NoNamespace.activeCol = XNamespace.none.getName('activeCol');
/**
* Represents the `activePane` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pane pane}
*/
NoNamespace.activePane = XNamespace.none.getName('activePane');
/**
* Represents the `activePresent` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.cfRule cfRule}
*/
NoNamespace.activePresent = XNamespace.none.getName('activePresent');
/**
* Represents the `activeRow` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotSelection pivotSelection}
*/
NoNamespace.activeRow = XNamespace.none.getName('activeRow');
/**
* Represents the `activeSheetId` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.customWorkbookView customWorkbookView}
*/
NoNamespace.activeSheetId = XNamespace.none.getName('activeSheetId');
/**
* Represents the `activeTab` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.workbookView workbookView}
*/
NoNamespace.activeTab = XNamespace.none.getName('activeTab');
/**
* Represents the `additive` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cBhvr cBhvr}
*/
NoNamespace.additive = XNamespace.none.getName('additive');
/**
* Represents the `addlxml` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.signatureline signatureline}
*/
NoNamespace.addlxml = XNamespace.none.getName('addlxml');
/**
* Represents the `addlXml` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A15.signatureLine signatureLine}
*/
NoNamespace.addlXml_ = XNamespace.none.getName('addlXml');
/**
* Represents the `adj` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.shape shape}, {@linkcode V.shapetype shapetype}
*/
NoNamespace.adj = XNamespace.none.getName('adj');
/**
* Represents the `adjust` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.metadataType metadataType}
*/
NoNamespace.adjust = XNamespace.none.getName('adjust');
/**
* Represents the `adjustColumnWidth` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.queryTable queryTable}
*/
NoNamespace.adjustColumnWidth = XNamespace.none.getName('adjustColumnWidth');
/**
* Represents the `adjusthandles` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.lock lock}
*/
NoNamespace.adjusthandles = XNamespace.none.getName('adjusthandles');
/**
* Represents the `advAuto` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.bldP bldP}
*/
NoNamespace.advAuto = XNamespace.none.getName('advAuto');
/**
* Represents the `advClick` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.transition transition}
*/
NoNamespace.advClick = XNamespace.none.getName('advClick');
/**
* Represents the `advise` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.ddeItem ddeItem}, {@linkcode X.oleItem oleItem}, {@linkcode X14.oleItem oleItem}
*/
NoNamespace.advise = XNamespace.none.getName('advise');
/**
* Represents the `advTm` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.transition transition}
*/
NoNamespace.advTm = XNamespace.none.getName('advTm');
/**
* Represents the `afterEffect` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cTn cTn}
*/
NoNamespace.afterEffect = XNamespace.none.getName('afterEffect');
/**
* Represents the `aggregatedColumn` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X15.cacheHierarchy cacheHierarchy}
*/
NoNamespace.aggregatedColumn = XNamespace.none.getName('aggregatedColumn');
/**
* Represents the `algIdExt` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.modifyVerifier modifyVerifier}
*/
NoNamespace.algIdExt = XNamespace.none.getName('algIdExt');
/**
* Represents the `algIdExtSource` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.modifyVerifier modifyVerifier}
*/
NoNamespace.algIdExtSource = XNamespace.none.getName('algIdExtSource');
/**
* Represents the `algn` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.defPPr defPPr}, {@linkcode A.ln ln}, {@linkcode A.lnB lnB}, {@linkcode A.lnBlToTr lnBlToTr}, {@linkcode A.lnL lnL}, {@linkcode A.lnR lnR}, {@linkcode A.lnT lnT}, {@linkcode A.lnTlToBr lnTlToBr}, {@linkcode A.lvl1pPr lvl1pPr}, {@linkcode A.lvl2pPr lvl2pPr}, {@linkcode A.lvl3pPr lvl3pPr}, {@linkcode A.lvl4pPr lvl4pPr}, {@linkcode A.lvl5pPr lvl5pPr}, {@linkcode A.lvl6pPr lvl6pPr}, {@linkcode A.lvl7pPr lvl7pPr}, {@linkcode A.lvl8pPr lvl8pPr}, {@linkcode A.lvl9pPr lvl9pPr}, {@linkcode A.outerShdw outerShdw}, {@linkcode A.pPr pPr}, {@linkcode A.reflection reflection}, {@linkcode A.tab tab}, {@linkcode A.tile tile}, {@linkcode A.uLn uLn}, {@linkcode A14.hiddenLine hiddenLine}
*/
NoNamespace.algn = XNamespace.none.getName('algn');
/**
* Represents the `algorithmName` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.modifyVerifier modifyVerifier}, {@linkcode X.fileSharing fileSharing}, {@linkcode X.protectedRange protectedRange}, {@linkcode X.sheetProtection sheetProtection}, {@linkcode X14.protectedRange protectedRange}
*/
NoNamespace.algorithmName = XNamespace.none.getName('algorithmName');
/**
* Represents the `align` XML name.
*/
NoNamespace.align = XNamespace.none.getName('align');
/**
* Represents the `alignLabel` XML name.
*/
NoNamespace.alignLabel = XNamespace.none.getName('alignLabel');
/**
* Represents the `alignment` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.phoneticPr phoneticPr}
*/
NoNamespace.alignment = XNamespace.none.getName('alignment');
/**
* Represents the `alignmentLevel` XML name.
*/
NoNamespace.alignmentLevel = XNamespace.none.getName('alignmentLevel');
/**
* Represents the `alignshape` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.fill fill}
*/
NoNamespace.alignshape = XNamespace.none.getName('alignshape');
/**
* Represents the `alignWithMargins` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.headerFooter headerFooter}
*/
NoNamespace.alignWithMargins = XNamespace.none.getName('alignWithMargins');
/**
* Represents the `allCaption` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cacheHierarchy cacheHierarchy}
*/
NoNamespace.allCaption = XNamespace.none.getName('allCaption');
/**
* Represents the `allDrilled` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotField pivotField}
*/
NoNamespace.allDrilled = XNamespace.none.getName('allDrilled');
/**
* Represents the `allocationMethod` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.pivotChange pivotChange}, {@linkcode X14.pivotTableDefinition pivotTableDefinition}
*/
NoNamespace.allocationMethod = XNamespace.none.getName('allocationMethod');
/**
* Represents the `allowBlank` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.dataValidation dataValidation}, {@linkcode X14.dataValidation dataValidation}
*/
NoNamespace.allowBlank = XNamespace.none.getName('allowBlank');
/**
* Represents the `allowcomments` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.signatureline signatureline}
*/
NoNamespace.allowcomments = XNamespace.none.getName('allowcomments');
/**
* Represents the `allowComments` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A15.signatureLine signatureLine}
*/
NoNamespace.allowComments_ = XNamespace.none.getName('allowComments');
/**
* Represents the `allowedTaskSizes` XML name.
*/
NoNamespace.allowedTaskSizes = XNamespace.none.getName('allowedTaskSizes');
/**
* Represents the `allowOverlap` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode WP.anchor anchor}
*/
NoNamespace.allowOverlap = XNamespace.none.getName('allowOverlap');
/**
* Represents the `allowPng` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.webPr webPr}, {@linkcode X.webPublishing webPublishing}
*/
NoNamespace.allowPng = XNamespace.none.getName('allowPng');
/**
* Represents the `allowRefreshQuery` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.workbookPr workbookPr}
*/
NoNamespace.allowRefreshQuery = XNamespace.none.getName('allowRefreshQuery');
/**
* Represents the `allUniqueName` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cacheHierarchy cacheHierarchy}
*/
NoNamespace.allUniqueName = XNamespace.none.getName('allUniqueName');
/**
* Represents the `alt` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc arc}, {@linkcode V.curve curve}, {@linkcode V.group group}, {@linkcode V.image image}, {@linkcode V.line line}, {@linkcode V.oval oval}, {@linkcode V.polyline polyline}, {@linkcode V.rect rect}, {@linkcode V.roundrect roundrect}, {@linkcode V.shape shape}, {@linkcode V.shapetype shapetype}
*/
NoNamespace.alt = XNamespace.none.getName('alt');
/**
* Represents the `altLang` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.defRPr defRPr}, {@linkcode A.endParaRPr endParaRPr}, {@linkcode A.rPr rPr}
*/
NoNamespace.altLang = XNamespace.none.getName('altLang');
/**
* Represents the `altText` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.commentPr commentPr}, {@linkcode X.controlPr controlPr}, {@linkcode X.objectPr objectPr}, {@linkcode X14.pivotTableDefinition pivotTableDefinition}, {@linkcode X14.table table}
*/
NoNamespace.altText = XNamespace.none.getName('altText');
/**
* Represents the `altTextSummary` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.pivotTableDefinition pivotTableDefinition}, {@linkcode X14.table table}
*/
NoNamespace.altTextSummary = XNamespace.none.getName('altTextSummary');
/**
* Represents the `alwaysShow` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.rcmt rcmt}
*/
NoNamespace.alwaysShow = XNamespace.none.getName('alwaysShow');
/**
* Represents the `amount` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A14.sharpenSoften sharpenSoften}
*/
NoNamespace.amount = XNamespace.none.getName('amount');
/**
* Represents the `amt` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.alphaModFix alphaModFix}, {@linkcode A.tint tint}
*/
NoNamespace.amt = XNamespace.none.getName('amt');
/**
* Represents the `anchor` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.bodyPr bodyPr}, {@linkcode A.tcPr tcPr}, {@linkcode WPS.bodyPr bodyPr}
*/
NoNamespace.anchor = XNamespace.none.getName('anchor');
/**
* Represents the `anchorCtr` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.bodyPr bodyPr}, {@linkcode A.tcPr tcPr}, {@linkcode WPS.bodyPr bodyPr}
*/
NoNamespace.anchorCtr = XNamespace.none.getName('anchorCtr');
/**
* Represents the `anchorx` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode W10.wrap wrap}
*/
NoNamespace.anchorx = XNamespace.none.getName('anchorx');
/**
* Represents the `anchory` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode W10.wrap wrap}
*/
NoNamespace.anchory = XNamespace.none.getName('anchory');
/**
* Represents the `and` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.customFilters customFilters}, {@linkcode X14.customFilters customFilters}
*/
NoNamespace.and = XNamespace.none.getName('and');
/**
* Represents the `ang` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.cxn cxn}, {@linkcode A.lin lin}
*/
NoNamespace.ang = XNamespace.none.getName('ang');
/**
* Represents the `angle` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.callout callout}, {@linkcode V.fill fill}
*/
NoNamespace.angle = XNamespace.none.getName('angle');
/**
* Represents the `animBg` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.bldChart bldChart}, {@linkcode P.bldOleChart bldOleChart}, {@linkcode P.bldP bldP}
*/
NoNamespace.animBg = XNamespace.none.getName('animBg');
/**
* Represents the `annotation` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.ink ink}
*/
NoNamespace.annotation = XNamespace.none.getName('annotation');
/**
* Represents the `Append` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.Map_ Map_}
*/
NoNamespace.Append = XNamespace.none.getName('Append');
/**
* Represents the `apply` XML name.
*/
NoNamespace.apply = XNamespace.none.getName('apply');
/**
* Represents the `applyAlignment` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyAlignment = XNamespace.none.getName('applyAlignment');
/**
* Represents the `applyAlignmentFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyAlignmentFormats = XNamespace.none.getName('applyAlignmentFormats');
/**
* Represents the `applyBorder` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyBorder = XNamespace.none.getName('applyBorder');
/**
* Represents the `applyBorderFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyBorderFormats = XNamespace.none.getName('applyBorderFormats');
/**
* Represents the `applyFill` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyFill = XNamespace.none.getName('applyFill');
/**
* Represents the `applyFont` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyFont = XNamespace.none.getName('applyFont');
/**
* Represents the `applyFontFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyFontFormats = XNamespace.none.getName('applyFontFormats');
/**
* Represents the `applyNumberFormat` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyNumberFormat = XNamespace.none.getName('applyNumberFormat');
/**
* Represents the `applyNumberFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyNumberFormats = XNamespace.none.getName('applyNumberFormats');
/**
* Represents the `applyPatternFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyPatternFormats = XNamespace.none.getName('applyPatternFormats');
/**
* Represents the `applyProtection` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.applyProtection = XNamespace.none.getName('applyProtection');
/**
* Represents the `applyStyles` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.outlinePr outlinePr}
*/
NoNamespace.applyStyles = XNamespace.none.getName('applyStyles');
/**
* Represents the `applyWidthHeightFormats` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.applyWidthHeightFormats = XNamespace.none.getName('applyWidthHeightFormats');
/**
* Represents the `appName` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.fileVersion fileVersion}
*/
NoNamespace.appName = XNamespace.none.getName('appName');
/**
* Represents the `appref` XML name.
*/
NoNamespace.appref = XNamespace.none.getName('appref');
/**
* Represents the `appRef` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X15.webExtension webExtension}
*/
NoNamespace.appRef_ = XNamespace.none.getName('appRef');
/**
* Represents the `arcsize` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.roundrect roundrect}
*/
NoNamespace.arcsize = XNamespace.none.getName('arcsize');
/**
* Represents the `arg` XML name.
*/
NoNamespace.arg = XNamespace.none.getName('arg');
/**
* Represents the `array` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.calculatedColumnFormula calculatedColumnFormula}, {@linkcode X.totalsRowFormula totalsRowFormula}, {@linkcode X.undo undo}
*/
NoNamespace.array = XNamespace.none.getName('array');
/**
* Represents the `arrowok` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.path path}
*/
NoNamespace.arrowok = XNamespace.none.getName('arrowok');
/**
* Represents the `ascender` XML name.
*/
NoNamespace.ascender = XNamespace.none.getName('ascender');
/**
* Represents the `aspect` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.fill fill}
*/
NoNamespace.aspect = XNamespace.none.getName('aspect');
/**
* Represents the `aspectratio` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.lock lock}
*/
NoNamespace.aspectratio = XNamespace.none.getName('aspectratio');
/**
* Represents the `assign` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.metadataType metadataType}
*/
NoNamespace.assign = XNamespace.none.getName('assign');
/**
* Represents the `assignedTo` XML name.
*/
NoNamespace.assignedTo = XNamespace.none.getName('assignedTo');
/**
* Represents the `asteriskTotals` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}
*/
NoNamespace.asteriskTotals = XNamespace.none.getName('asteriskTotals');
/**
* Represents the `attribute` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cacheHierarchy cacheHierarchy}
*/
NoNamespace.attribute = XNamespace.none.getName('attribute');
/**
* Represents the `author` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.rcmt rcmt}
*/
NoNamespace.author = XNamespace.none.getName('author');
/**
* Represents the `authorId` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cm cm}, {@linkcode P15.parentCm parentCm}, {@linkcode X.comment comment}
*/
NoNamespace.authorId = XNamespace.none.getName('authorId');
/**
* Represents the `auto` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.bgColor bgColor}, {@linkcode X.color color}, {@linkcode X.fgColor fgColor}, {@linkcode X.tabColor tabColor}, {@linkcode X14.axisColor axisColor}, {@linkcode X14.borderColor borderColor}, {@linkcode X14.color color}, {@linkcode X14.colorAxis colorAxis}, {@linkcode X14.colorFirst colorFirst}, {@linkcode X14.colorHigh colorHigh}, {@linkcode X14.colorLast colorLast}, {@linkcode X14.colorLow colorLow}, {@linkcode X14.colorMarkers colorMarkers}, {@linkcode X14.colorNegative colorNegative}, {@linkcode X14.colorSeries colorSeries}, {@linkcode X14.fillColor fillColor}, {@linkcode X14.negativeBorderColor negativeBorderColor}, {@linkcode X14.negativeFillColor negativeFillColor}
*/
NoNamespace.auto = XNamespace.none.getName('auto');
/**
* Represents the `autoAdjust` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.restoredLeft restoredLeft}, {@linkcode P.restoredTop restoredTop}
*/
NoNamespace.autoAdjust = XNamespace.none.getName('autoAdjust');
/**
* Represents the `autoApply` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.pivotTableDefinition pivotTableDefinition}
*/
NoNamespace.autoApply = XNamespace.none.getName('autoApply');
/**
* Represents the `autoCompressPictures` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.presentation presentation}, {@linkcode X.workbookPr workbookPr}
*/
NoNamespace.autoCompressPictures = XNamespace.none.getName('autoCompressPictures');
/**
* Represents the `autoDelete` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X15.connection connection}
*/
NoNamespace.autoDelete = XNamespace.none.getName('autoDelete');
/**
* Represents the `autoEnd` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.rangePr rangePr}
*/
NoNamespace.autoEnd = XNamespace.none.getName('autoEnd');
/**
* Represents the `autoFill` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.commentPr commentPr}, {@linkcode X.controlPr controlPr}, {@linkcode X.objectPr objectPr}
*/
NoNamespace.autoFill = XNamespace.none.getName('autoFill');
/**
* Represents the `autoFilter` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.sheetProtection sheetProtection}
*/
NoNamespace.autoFilter = XNamespace.none.getName('autoFilter');
/**
* Represents the `autoFilterDateGrouping` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.workbookView workbookView}
*/
NoNamespace.autoFilterDateGrouping = XNamespace.none.getName('autoFilterDateGrouping');
/**
* Represents the `AutoFit` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.Map_ Map_}
*/
NoNamespace.AutoFit = XNamespace.none.getName('AutoFit');
/**
* Represents the `autoformat` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.diagram diagram}
*/
NoNamespace.autoformat = XNamespace.none.getName('autoformat');
/**
* Represents the `autoFormatId` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotTableDefinition pivotTableDefinition}, {@linkcode X.queryTable queryTable}, {@linkcode X.raf raf}
*/
NoNamespace.autoFormatId = XNamespace.none.getName('autoFormatId');
/**
* Represents the `autolayout` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.diagram diagram}
*/
NoNamespace.autolayout = XNamespace.none.getName('autolayout');
/**
* Represents the `autoLine` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.commentPr commentPr}, {@linkcode X.controlPr controlPr}, {@linkcode X.objectPr objectPr}
*/
NoNamespace.autoLine = XNamespace.none.getName('autoLine');
/**
* Represents the `autoLoad` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.oleObject oleObject}
*/
NoNamespace.autoLoad = XNamespace.none.getName('autoLoad');
/**
* Represents the `autoPage` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.consolidation consolidation}
*/
NoNamespace.autoPage = XNamespace.none.getName('autoPage');
/**
* Represents the `autoPageBreaks` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pageSetUpPr pageSetUpPr}
*/
NoNamespace.autoPageBreaks = XNamespace.none.getName('autoPageBreaks');
/**
* Represents the `autoPict` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.controlPr controlPr}, {@linkcode X.objectPr objectPr}
*/
NoNamespace.autoPict = XNamespace.none.getName('autoPict');
/**
* Represents the `autoRecover` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.fileRecoveryPr fileRecoveryPr}
*/
NoNamespace.autoRecover = XNamespace.none.getName('autoRecover');
/**
* Represents the `autoRepublish` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.webPublishItem webPublishItem}, {@linkcode X.webPublishObject webPublishObject}
*/
NoNamespace.autoRepublish = XNamespace.none.getName('autoRepublish');
/**
* Represents the `autoRev` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.cTn cTn}
*/
NoNamespace.autoRev = XNamespace.none.getName('autoRev');
/**
* Represents the `autorotationcenter` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.extrusion extrusion}
*/
NoNamespace.autorotationcenter = XNamespace.none.getName('autorotationcenter');
/**
* Represents the `autoScale` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.commentPr commentPr}
*/
NoNamespace.autoScale = XNamespace.none.getName('autoScale');
/**
* Represents the `autoShow` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotField pivotField}
*/
NoNamespace.autoShow = XNamespace.none.getName('autoShow');
/**
* Represents the `autoStart` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.rangePr rangePr}
*/
NoNamespace.autoStart = XNamespace.none.getName('autoStart');
/**
* Represents the `autoUpdate` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.customWorkbookView customWorkbookView}
*/
NoNamespace.autoUpdate = XNamespace.none.getName('autoUpdate');
/**
* Represents the `autoUpdateAnimBg` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.bldP bldP}
*/
NoNamespace.autoUpdateAnimBg = XNamespace.none.getName('autoUpdateAnimBg');
/**
* Represents the `avgSubtotal` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotField pivotField}, {@linkcode X.reference reference}
*/
NoNamespace.avgSubtotal = XNamespace.none.getName('avgSubtotal');
/**
* Represents the `axis` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotArea pivotArea}, {@linkcode X.pivotField pivotField}, {@linkcode X.pivotSelection pivotSelection}, {@linkcode X14.pivotArea pivotArea}
*/
NoNamespace.axis = XNamespace.none.getName('axis');
/**
* Represents the `axisPosition` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.dataBar dataBar}
*/
NoNamespace.axisPosition = XNamespace.none.getName('axisPosition');
/**
* Represents the `b` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.defRPr defRPr}, {@linkcode A.endParaRPr endParaRPr}, {@linkcode A.fillRect fillRect}, {@linkcode A.fillToRect fillToRect}, {@linkcode A.rect rect}, {@linkcode A.rPr rPr}, {@linkcode A.scrgbClr scrgbClr}, {@linkcode A.srcRect srcRect}, {@linkcode A.tcTxStyle tcTxStyle}, {@linkcode A.tileRect tileRect}, {@linkcode A14.backgroundRemoval backgroundRemoval}, {@linkcode P.rgb rgb}, {@linkcode WP.effectExtent effectExtent}, {@linkcode X.e e}, {@linkcode X.m m}, {@linkcode X.n n}, {@linkcode X.s s}, {@linkcode X.t t}, {@linkcode X15.x x}
*/
NoNamespace.b = XNamespace.none.getName('b');
/**
* Represents the `backdepth` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.extrusion extrusion}
*/
NoNamespace.backdepth = XNamespace.none.getName('backdepth');
/**
* Represents the `background` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.connection connection}
*/
NoNamespace.background = XNamespace.none.getName('background');
/**
* Represents the `backgroundQuery` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pivotCacheDefinition pivotCacheDefinition}
*/
NoNamespace.backgroundQuery = XNamespace.none.getName('backgroundQuery');
/**
* Represents the `backgroundRefresh` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.queryTable queryTable}
*/
NoNamespace.backgroundRefresh = XNamespace.none.getName('backgroundRefresh');
/**
* Represents the `backupFile` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.workbookPr workbookPr}
*/
NoNamespace.backupFile = XNamespace.none.getName('backupFile');
/**
* Represents the `backwards` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.iterate iterate}
*/
NoNamespace.backwards = XNamespace.none.getName('backwards');
/**
* Represents the `bandCol` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.tblPr tblPr}
*/
NoNamespace.bandCol = XNamespace.none.getName('bandCol');
/**
* Represents the `bandRow` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.tblPr tblPr}
*/
NoNamespace.bandRow = XNamespace.none.getName('bandRow');
/**
* Represents the `base` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.fieldGroup fieldGroup}
*/
NoNamespace.base = XNamespace.none.getName('base');
/**
* Represents the `baseColWidth` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.sheetFormatPr sheetFormatPr}
*/
NoNamespace.baseColWidth = XNamespace.none.getName('baseColWidth');
/**
* Represents the `baseField` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.dataField dataField}
*/
NoNamespace.baseField = XNamespace.none.getName('baseField');
/**
* Represents the `baseItem` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.dataField dataField}
*/
NoNamespace.baseItem = XNamespace.none.getName('baseItem');
/**
* Represents the `baseline` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.defRPr defRPr}, {@linkcode A.endParaRPr endParaRPr}, {@linkcode A.rPr rPr}
*/
NoNamespace.baseline = XNamespace.none.getName('baseline');
/**
* Represents the `baseType` XML name.
*/
NoNamespace.baseType = XNamespace.none.getName('baseType');
/**
* Represents the `bc` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.e e}, {@linkcode X.m m}, {@linkcode X.n n}, {@linkcode X.s s}, {@linkcode X.t t}, {@linkcode X15.x x}
*/
NoNamespace.bc = XNamespace.none.getName('bc');
/**
* Represents the `beginModifierType` XML name.
*/
NoNamespace.beginModifierType = XNamespace.none.getName('beginModifierType');
/**
* Represents the `behindDoc` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode WP.anchor anchor}
*/
NoNamespace.behindDoc = XNamespace.none.getName('behindDoc');
/**
* Represents the `bestFit` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.col col}
*/
NoNamespace.bestFit = XNamespace.none.getName('bestFit');
/**
* Represents the `bg1` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.bg1 = XNamespace.none.getName('bg1');
/**
* Represents the `bg2` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.clrMap clrMap}, {@linkcode A.overrideClrMapping overrideClrMapping}, {@linkcode P.clrMap clrMap}
*/
NoNamespace.bg2 = XNamespace.none.getName('bg2');
/**
* Represents the `bilevel` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.image image}, {@linkcode V.imagedata imagedata}
*/
NoNamespace.bilevel = XNamespace.none.getName('bilevel');
/**
* Represents the `bIns` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.bodyPr bodyPr}, {@linkcode WPS.bodyPr bodyPr}
*/
NoNamespace.bIns = XNamespace.none.getName('bIns');
/**
* Represents the `blackAndWhite` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.pageSetup pageSetup}
*/
NoNamespace.blackAndWhite = XNamespace.none.getName('blackAndWhite');
/**
* Represents the `blacklevel` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.image image}, {@linkcode V.imagedata imagedata}
*/
NoNamespace.blacklevel = XNamespace.none.getName('blacklevel');
/**
* Represents the `blank` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.filters filters}
*/
NoNamespace.blank = XNamespace.none.getName('blank');
/**
* Represents the `bld` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.bldChart bldChart}, {@linkcode A.bldDgm bldDgm}, {@linkcode P.bldDgm bldDgm}, {@linkcode P.bldOleChart bldOleChart}
*/
NoNamespace.bld = XNamespace.none.getName('bld');
/**
* Represents the `bldLvl` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.bldP bldP}, {@linkcode P.cTn cTn}
*/
NoNamespace.bldLvl = XNamespace.none.getName('bldLvl');
/**
* Represents the `bldStep` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.chart chart}, {@linkcode A.dgm dgm}
*/
NoNamespace.bldStep = XNamespace.none.getName('bldStep');
/**
* Represents the `blend` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.blend blend}, {@linkcode A.fillOverlay fillOverlay}
*/
NoNamespace.blend = XNamespace.none.getName('blend');
/**
* Represents the `blipPhldr` XML name.
*/
NoNamespace.blipPhldr = XNamespace.none.getName('blipPhldr');
/**
* Represents the `blurRad` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.innerShdw innerShdw}, {@linkcode A.outerShdw outerShdw}, {@linkcode A.reflection reflection}
*/
NoNamespace.blurRad = XNamespace.none.getName('blurRad');
/**
* Represents the `bmk` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.defRPr defRPr}, {@linkcode A.endParaRPr endParaRPr}, {@linkcode A.rPr rPr}
*/
NoNamespace.bmk = XNamespace.none.getName('bmk');
/**
* Represents the `bmkName` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P14.bmkTgt bmkTgt}
*/
NoNamespace.bmkName = XNamespace.none.getName('bmkName');
/**
* Represents the `bookmarkIdSeed` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.presentation presentation}
*/
NoNamespace.bookmarkIdSeed = XNamespace.none.getName('bookmarkIdSeed');
/**
* Represents the `boolean` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.parameter parameter}
*/
NoNamespace.boolean = XNamespace.none.getName('boolean');
/**
* Represents the `border` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X14.dataBar dataBar}
*/
NoNamespace.border = XNamespace.none.getName('border');
/**
* Represents the `borderId` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.xf xf}
*/
NoNamespace.borderId = XNamespace.none.getName('borderId');
/**
* Represents the `bottom` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cfRule cfRule}, {@linkcode X.gradientFill gradientFill}, {@linkcode X.pageMargins pageMargins}, {@linkcode X14.cfRule cfRule}
*/
NoNamespace.bottom = XNamespace.none.getName('bottom');
/**
* Represents the `boxStyle` XML name.
*/
NoNamespace.boxStyle = XNamespace.none.getName('boxStyle');
/**
* Represents the `bright` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.lum lum}, {@linkcode A14.brightnessContrast brightnessContrast}
*/
NoNamespace.bright = XNamespace.none.getName('bright');
/**
* Represents the `brightness` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode O.extrusion extrusion}
*/
NoNamespace.brightness = XNamespace.none.getName('brightness');
/**
* Represents the `brushRef` XML name.
*/
NoNamespace.brushRef = XNamespace.none.getName('brushRef');
/**
* Represents the `brushSize` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A14.artisticPaintBrush artisticPaintBrush}, {@linkcode A14.artisticWatercolorSponge artisticWatercolorSponge}
*/
NoNamespace.brushSize = XNamespace.none.getName('brushSize');
/**
* Represents the `build` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.bldP bldP}
*/
NoNamespace.build = XNamespace.none.getName('build');
/**
* Represents the `builtIn` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.snd snd}, {@linkcode A.wavAudioFile wavAudioFile}, {@linkcode P.snd snd}, {@linkcode P.sndTgt sndTgt}
*/
NoNamespace.builtIn = XNamespace.none.getName('builtIn');
/**
* Represents the `builtInGroupCount` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.functionGroups functionGroups}
*/
NoNamespace.builtInGroupCount = XNamespace.none.getName('builtInGroupCount');
/**
* Represents the `builtinId` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.cellStyle cellStyle}
*/
NoNamespace.builtinId = XNamespace.none.getName('builtinId');
/**
* Represents the `bw` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode P.photoAlbum photoAlbum}
*/
NoNamespace.bw = XNamespace.none.getName('bw');
/**
* Represents the `bwMode` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A.grpSpPr grpSpPr}, {@linkcode A.spPr spPr}, {@linkcode A14.contentPart contentPart}, {@linkcode A15.backgroundPr backgroundPr}, {@linkcode P.bg bg}, {@linkcode P.grpSpPr grpSpPr}, {@linkcode P.spPr spPr}, {@linkcode WPG.grpSpPr grpSpPr}, {@linkcode WPS.spPr spPr}
*/
NoNamespace.bwMode = XNamespace.none.getName('bwMode');
/**
* Represents the `bwNormal` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A15.backgroundPr backgroundPr}
*/
NoNamespace.bwNormal = XNamespace.none.getName('bwNormal');
/**
* Represents the `bwPure` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode A15.backgroundPr backgroundPr}
*/
NoNamespace.bwPure = XNamespace.none.getName('bwPure');
/**
* Represents the `bx` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode X.f f}
*/
NoNamespace.bx = XNamespace.none.getName('bx');
/**
* Represents the `by` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@li