/**
 * @author Thomas Barnekow
 * @license MIT
 */
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
 * Declares XNamespace and XName fields for the `xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"` namespace.
 */
export declare class W {
    /**
     * Defines the XML namespace associated with the `w` prefix.
     */
    static readonly w: XNamespace;
    /**
     * Returns the namespace declaration `XAttribute` for this namespace.
     */
    static get namespaceDeclaration(): XAttribute;
    /**
     * Represents the `w:abstractNum` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numbering w:numbering}
     * - child XML elements: {@linkcode lvl w:lvl}, {@linkcode multiLevelType w:multiLevelType}, {@linkcode name_ w:name_}, {@linkcode nsid w:nsid}, {@linkcode numStyleLink w:numStyleLink}, {@linkcode styleLink w:styleLink}, {@linkcode tmpl w:tmpl}
     * - XML attributes: {@linkcode abstractNumId w:abstractNumId}
     */
    static readonly abstractNum: XName;
    /**
     * Represents the `w:abstractNumId` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode num w:num}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode abstractNum w:abstractNum}
     */
    static readonly abstractNumId: XName;
    /**
     * Represents the `w:accent1` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent1: XName;
    /**
     * Represents the `w:accent2` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent2: XName;
    /**
     * Represents the `w:accent3` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent3: XName;
    /**
     * Represents the `w:accent4` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent4: XName;
    /**
     * Represents the `w:accent5` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent5: XName;
    /**
     * Represents the `w:accent6` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly accent6: XName;
    /**
     * Represents the `w:active` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode recipientData w:recipientData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly active: XName;
    /**
     * Represents the `w:activeRecord` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly activeRecord: XName;
    /**
     * Represents the `w:activeWritingStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode appName w:appName}, {@linkcode checkStyle w:checkStyle}, {@linkcode dllVersion w:dllVersion}, {@linkcode lang w:lang}, {@linkcode nlCheck w:nlCheck}, {@linkcode vendorID w:vendorID}
     */
    static readonly activeWritingStyle: XName;
    /**
     * Represents the `w:actualPg` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode readModeInkLockDown w:readModeInkLockDown}
     */
    static readonly actualPg: XName;
    /**
     * Represents the `w:addressFieldName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly addressFieldName: XName;
    /**
     * Represents the `w:adjustLineHeightInTable` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly adjustLineHeightInTable: XName;
    /**
     * Represents the `w:adjustRightInd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly adjustRightInd: XName;
    /**
     * Represents the `w:after` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly after: XName;
    /**
     * Represents the `w:afterAutospacing` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly afterAutospacing: XName;
    /**
     * Represents the `w:afterLines` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly afterLines: XName;
    /**
     * Represents the `w:algIdExt` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly algIdExt: XName;
    /**
     * Represents the `w:algIdExtSource` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly algIdExtSource: XName;
    /**
     * Represents the `w:algorithmName` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly algorithmName: XName;
    /**
     * Represents the `w:alias` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly alias: XName;
    /**
     * Represents the `w:aliases` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly aliases: XName;
    /**
     * Represents the `w:alignBordersAndEdges` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly alignBordersAndEdges: XName;
    /**
     * Represents the `w:alignment` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ptab w:ptab}
     */
    static readonly alignment: XName;
    /**
     * Represents the `w:alignTablesRowByRow` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly alignTablesRowByRow: XName;
    /**
     * Represents the `w:all` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode types w:types}
     */
    static readonly all: XName;
    /**
     * Represents the `w:allowPNG` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly allowPNG: XName;
    /**
     * Represents the `w:allowSpaceOfSameStyleInTable` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly allowSpaceOfSameStyleInTable: XName;
    /**
     * Represents the `w:allStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly allStyles: XName;
    /**
     * Represents the `w:altChunk` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode tc w:tc}, {@linkcode txbxContent w:txbxContent}
     * - child XML elements: {@linkcode altChunkPr w:altChunkPr}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly altChunk: XName;
    /**
     * Represents the `w:altChunkPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode altChunk w:altChunk}
     * - child XML elements: {@linkcode matchSrc w:matchSrc}
     */
    static readonly altChunkPr: XName;
    /**
     * Represents the `w:alternateStyleNames` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly alternateStyleNames: XName;
    /**
     * Represents the `w:altName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly altName: XName;
    /**
     * Represents the `w:alwaysMergeEmptyNamespace` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly alwaysMergeEmptyNamespace: XName;
    /**
     * Represents the `w:alwaysShowPlaceholderText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly alwaysShowPlaceholderText: XName;
    /**
     * Represents the `w:anchor` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink}
     */
    static readonly anchor: XName;
    /**
     * Represents the `w:anchorLock` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly anchorLock: XName;
    /**
     * Represents the `w:annotationRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly annotationRef: XName;
    /**
     * Represents the `w:applyBreakingRules` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly applyBreakingRules: XName;
    /**
     * Represents the `w:appName` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}
     */
    static readonly appName: XName;
    /**
     * Represents the `w:ascii` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly ascii: XName;
    /**
     * Represents the `w:asciiTheme` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly asciiTheme: XName;
    /**
     * Represents the `w:attachedSchema` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly attachedSchema: XName;
    /**
     * Represents the `w:attachedTemplate` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly attachedTemplate: XName;
    /**
     * Represents the `w:attr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customXmlPr w:customXmlPr}
     * - XML attributes: {@linkcode name_ w:name_}, {@linkcode uri w:uri}, {@linkcode val w:val}
     */
    static readonly attr: XName;
    /**
     * Represents the `w:author` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cellDel w:cellDel}, {@linkcode cellIns w:cellIns}, {@linkcode cellMerge w:cellMerge}, {@linkcode comment w:comment}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode numberingChange w:numberingChange}, {@linkcode pPrChange w:pPrChange}, {@linkcode rPrChange w:rPrChange}, {@linkcode sectPrChange w:sectPrChange}, {@linkcode tblPrChange w:tblPrChange}, {@linkcode tblPrExChange w:tblPrExChange}, {@linkcode tcPrChange w:tcPrChange}, {@linkcode trPrChange w:trPrChange}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly author: XName;
    /**
     * Represents the `w:autoCaption` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode autoCaptions w:autoCaptions}
     * - XML attributes: {@linkcode caption w:caption}, {@linkcode name_ w:name_}
     */
    static readonly autoCaption: XName;
    /**
     * Represents the `w:autoCaptions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode captions w:captions}
     * - child XML elements: {@linkcode autoCaption w:autoCaption}
     */
    static readonly autoCaptions: XName;
    /**
     * Represents the `w:autofitToFirstFixedWidthCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autofitToFirstFixedWidthCell: XName;
    /**
     * Represents the `w:autoFormatOverride` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoFormatOverride: XName;
    /**
     * Represents the `w:autoHyphenation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoHyphenation: XName;
    /**
     * Represents the `w:autoRedefine` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoRedefine: XName;
    /**
     * Represents the `w:autoSpaceDE` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoSpaceDE: XName;
    /**
     * Represents the `w:autoSpaceDN` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoSpaceDN: XName;
    /**
     * Represents the `w:autoSpaceLikeWord95` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly autoSpaceLikeWord95: XName;
    /**
     * Represents the `w:b` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly b: XName;
    /**
     * Represents the `w:background` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode document w:document}, {@linkcode glossaryDocument w:glossaryDocument}
     * - child XML elements: {@linkcode V.background v:background}
     * - XML attributes: {@linkcode color w:color}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}
     */
    static readonly background: XName;
    /**
     * Represents the `w:balanceSingleByteDoubleByteWidth` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly balanceSingleByteDoubleByteWidth: XName;
    /**
     * Represents the `w:bar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pBdr w:pBdr}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly bar: XName;
    /**
     * Represents the `w:basedOn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly basedOn: XName;
    /**
     * Represents the `w:bCs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bCs: XName;
    /**
     * Represents the `w:bdo` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode sdtContent w:sdtContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bdo: XName;
    /**
     * Represents the `w:bdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly bdr: XName;
    /**
     * Represents the `w:before` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly before: XName;
    /**
     * Represents the `w:beforeAutospacing` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly beforeAutospacing: XName;
    /**
     * Represents the `w:beforeLines` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly beforeLines: XName;
    /**
     * Represents the `w:behavior` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode behaviors w:behaviors}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly behavior: XName;
    /**
     * Represents the `w:behaviors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}
     * - child XML elements: {@linkcode behavior w:behavior}
     */
    static readonly behaviors: XName;
    /**
     * Represents the `w:between` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pBdr w:pBdr}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly between: XName;
    /**
     * Represents the `w:bg1` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly bg1: XName;
    /**
     * Represents the `w:bg2` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly bg2: XName;
    /**
     * Represents the `w:bibliography` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly bibliography: XName;
    /**
     * Represents the `w:bidi` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lang w:lang}, {@linkcode themeFontLang w:themeFontLang}
     */
    static readonly bidi: XName;
    /**
     * Represents the `w:bidiVisual` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bidiVisual: XName;
    /**
     * Represents the `w:blockQuote` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly blockQuote: XName;
    /**
     * Represents the `w:body` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode document w:document}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode sectPr w:sectPr}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly body: XName;
    /**
     * Represents the `w:bodyDiv` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bodyDiv: XName;
    /**
     * Represents the `w:bookFoldPrinting` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bookFoldPrinting: XName;
    /**
     * Represents the `w:bookFoldPrintingSheets` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bookFoldPrintingSheets: XName;
    /**
     * Represents the `w:bookFoldRevPrinting` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bookFoldRevPrinting: XName;
    /**
     * Represents the `w:bookmarkEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly bookmarkEnd: XName;
    /**
     * Represents the `w:bookmarkStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode colFirst w:colFirst}, {@linkcode colLast w:colLast}, {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}, {@linkcode name_ w:name_}
     */
    static readonly bookmarkStart: XName;
    /**
     * Represents the `w:bordersDoNotSurroundFooter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bordersDoNotSurroundFooter: XName;
    /**
     * Represents the `w:bordersDoNotSurroundHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly bordersDoNotSurroundHeader: XName;
    /**
     * Represents the `w:bottom` XML elements and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode divBdr w:divBdr}, {@linkcode pBdr w:pBdr}, {@linkcode pgBorders w:pgBorders}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgMar w:pgMar}
     */
    static readonly bottom: XName;
    /**
     * Represents the `w:bottomFromText` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly bottomFromText: XName;
    /**
     * Represents the `w:br` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode clear w:clear}, {@linkcode type w:type}
     */
    static readonly br: XName;
    /**
     * Represents the `w:cachedColBalance` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly cachedColBalance: XName;
    /**
     * Represents the `w:calcOnExit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly calcOnExit: XName;
    /**
     * Represents the `w:calendar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode date w:date}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly calendar: XName;
    /**
     * Represents the `w:cantSplit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly cantSplit: XName;
    /**
     * Represents the `w:caps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly caps: XName;
    /**
     * Represents the `w:caption` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode captions w:captions}
     * - XML attributes: {@linkcode chapNum w:chapNum}, {@linkcode heading w:heading}, {@linkcode name_ w:name_}, {@linkcode noLabel w:noLabel}, {@linkcode numFmt w:numFmt}, {@linkcode pos w:pos}, {@linkcode sep w:sep}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode autoCaption w:autoCaption}
     */
    static readonly caption: XName;
    /**
     * Represents the `w:captions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode autoCaptions w:autoCaptions}, {@linkcode caption w:caption}
     */
    static readonly captions: XName;
    /**
     * Represents the `w:category` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}
     * - child XML elements: {@linkcode gallery w:gallery}, {@linkcode name_ w:name_}
     */
    static readonly category: XName;
    /**
     * Represents the `w:cellDel` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly cellDel: XName;
    /**
     * Represents the `w:cellIns` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly cellIns: XName;
    /**
     * Represents the `w:cellMerge` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}, {@linkcode vMerge w:vMerge}, {@linkcode vMergeOrig w:vMergeOrig}
     */
    static readonly cellMerge: XName;
    /**
     * Represents the `w:chapNum` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}
     */
    static readonly chapNum: XName;
    /**
     * Represents the `w:chapSep` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgNumType w:pgNumType}
     */
    static readonly chapSep: XName;
    /**
     * Represents the `w:chapStyle` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgNumType w:pgNumType}
     */
    static readonly chapStyle: XName;
    /**
     * Represents the `w:char` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sym w:sym}
     */
    static readonly char: XName;
    /**
     * Represents the `w:characterSet` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode charset w:charset}
     */
    static readonly characterSet: XName;
    /**
     * Represents the `w:characterSpacingControl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly characterSpacingControl: XName;
    /**
     * Represents the `w:charset` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode characterSet w:characterSet}, {@linkcode val w:val}
     */
    static readonly charset: XName;
    /**
     * Represents the `w:charSpace` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode docGrid w:docGrid}
     */
    static readonly charSpace: XName;
    /**
     * Represents the `w:checkBox` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - child XML elements: {@linkcode checked w:checked}, {@linkcode default w:default}, {@linkcode size w:size}, {@linkcode sizeAuto w:sizeAuto}
     */
    static readonly checkBox: XName;
    /**
     * Represents the `w:checked` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode checkBox w:checkBox}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly checked: XName;
    /**
     * Represents the `w:checkErrors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly checkErrors: XName;
    /**
     * Represents the `w:checkStyle` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}
     */
    static readonly checkStyle: XName;
    /**
     * Represents the `w:citation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly citation: XName;
    /**
     * Represents the `w:clear` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode br w:br}
     */
    static readonly clear: XName;
    /**
     * Represents the `w:clearFormatting` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly clearFormatting: XName;
    /**
     * Represents the `w:clickAndTypeStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly clickAndTypeStyle: XName;
    /**
     * Represents the `w:clrSchemeMapping` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode accent1 w:accent1}, {@linkcode accent2 w:accent2}, {@linkcode accent3 w:accent3}, {@linkcode accent4 w:accent4}, {@linkcode accent5 w:accent5}, {@linkcode accent6 w:accent6}, {@linkcode bg1 w:bg1}, {@linkcode bg2 w:bg2}, {@linkcode followedHyperlink w:followedHyperlink}, {@linkcode hyperlink w:hyperlink}, {@linkcode t1 w:t1}, {@linkcode t2 w:t2}
     */
    static readonly clrSchemeMapping: XName;
    /**
     * Represents the `w:cnfStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode tcPr w:tcPr}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode evenHBand w:evenHBand}, {@linkcode evenVBand w:evenVBand}, {@linkcode firstColumn w:firstColumn}, {@linkcode firstRow w:firstRow}, {@linkcode firstRowFirstColumn w:firstRowFirstColumn}, {@linkcode firstRowLastColumn w:firstRowLastColumn}, {@linkcode lastColumn w:lastColumn}, {@linkcode lastRow w:lastRow}, {@linkcode lastRowFirstColumn w:lastRowFirstColumn}, {@linkcode lastRowLastColumn w:lastRowLastColumn}, {@linkcode oddHBand w:oddHBand}, {@linkcode oddVBand w:oddVBand}, {@linkcode val w:val}
     */
    static readonly cnfStyle: XName;
    /**
     * Represents the `w:code` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgSz w:pgSz}
     */
    static readonly code: XName;
    /**
     * Represents the `w:col` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode cols w:cols}
     * - XML attributes: {@linkcode space w:space}, {@linkcode w_ w:w_}
     */
    static readonly col: XName;
    /**
     * Represents the `w:colDelim` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly colDelim: XName;
    /**
     * Represents the `w:colFirst` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permStart w:permStart}
     */
    static readonly colFirst: XName;
    /**
     * Represents the `w:colLast` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permStart w:permStart}
     */
    static readonly colLast: XName;
    /**
     * Represents the `w:color` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode framesetSplitbar w:framesetSplitbar}, {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode background w:background}, {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode shd w:shd}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}, {@linkcode u w:u}
     */
    static readonly color: XName;
    /**
     * Represents the `w:cols` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - child XML elements: {@linkcode col w:col}
     * - XML attributes: {@linkcode equalWidth w:equalWidth}, {@linkcode num w:num}, {@linkcode sep w:sep}, {@linkcode space w:space}
     */
    static readonly cols: XName;
    /**
     * Represents the `w:column` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldMapData w:fieldMapData}, {@linkcode recipientData w:recipientData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly column: XName;
    /**
     * Represents the `w:combine` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout}
     */
    static readonly combine: XName;
    /**
     * Represents the `w:combineBrackets` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout}
     */
    static readonly combineBrackets: XName;
    /**
     * Represents the `w:comboBox` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode listItem w:listItem}
     * - XML attributes: {@linkcode lastValue w:lastValue}
     */
    static readonly comboBox: XName;
    /**
     * Represents the `w:comment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comments w:comments}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode customXml w:customXml}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}, {@linkcode initials w:initials}
     */
    static readonly comment: XName;
    /**
     * Represents the `w:commentRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly commentRangeEnd: XName;
    /**
     * Represents the `w:commentRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly commentRangeStart: XName;
    /**
     * Represents the `w:commentReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly commentReference: XName;
    /**
     * Represents the `w:comments` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode comment w:comment}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode revisionView w:revisionView}
     */
    static readonly comments: XName;
    /**
     * Represents the `w:compat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode adjustLineHeightInTable w:adjustLineHeightInTable}, {@linkcode alignTablesRowByRow w:alignTablesRowByRow}, {@linkcode allowSpaceOfSameStyleInTable w:allowSpaceOfSameStyleInTable}, {@linkcode applyBreakingRules w:applyBreakingRules}, {@linkcode autofitToFirstFixedWidthCell w:autofitToFirstFixedWidthCell}, {@linkcode autoSpaceLikeWord95 w:autoSpaceLikeWord95}, {@linkcode balanceSingleByteDoubleByteWidth w:balanceSingleByteDoubleByteWidth}, {@linkcode cachedColBalance w:cachedColBalance}, {@linkcode compatSetting w:compatSetting}, {@linkcode convMailMergeEsc w:convMailMergeEsc}, {@linkcode displayHangulFixedWidth w:displayHangulFixedWidth}, {@linkcode doNotAutofitConstrainedTables w:doNotAutofitConstrainedTables}, {@linkcode doNotBreakConstrainedForcedTable w:doNotBreakConstrainedForcedTable}, {@linkcode doNotBreakWrappedTables w:doNotBreakWrappedTables}, {@linkcode doNotExpandShiftReturn w:doNotExpandShiftReturn}, {@linkcode doNotLeaveBackslashAlone w:doNotLeaveBackslashAlone}, {@linkcode doNotSnapToGridInCell w:doNotSnapToGridInCell}, {@linkcode doNotSuppressIndentation w:doNotSuppressIndentation}, {@linkcode doNotSuppressParagraphBorders w:doNotSuppressParagraphBorders}, {@linkcode doNotUseEastAsianBreakRules w:doNotUseEastAsianBreakRules}, {@linkcode doNotUseHTMLParagraphAutoSpacing w:doNotUseHTMLParagraphAutoSpacing}, {@linkcode doNotUseIndentAsNumberingTabStop w:doNotUseIndentAsNumberingTabStop}, {@linkcode doNotVertAlignCellWithSp w:doNotVertAlignCellWithSp}, {@linkcode doNotVertAlignInTxbx w:doNotVertAlignInTxbx}, {@linkcode doNotWrapTextWithPunct w:doNotWrapTextWithPunct}, {@linkcode footnoteLayoutLikeWW8 w:footnoteLayoutLikeWW8}, {@linkcode forgetLastTabAlignment w:forgetLastTabAlignment}, {@linkcode growAutofit w:growAutofit}, {@linkcode layoutRawTableWidth w:layoutRawTableWidth}, {@linkcode layoutTableRowsApart w:layoutTableRowsApart}, {@linkcode lineWrapLikeWord6 w:lineWrapLikeWord6}, {@linkcode mwSmallCaps w:mwSmallCaps}, {@linkcode noColumnBalance w:noColumnBalance}, {@linkcode noExtraLineSpacing w:noExtraLineSpacing}, {@linkcode noLeading w:noLeading}, {@linkcode noSpaceRaiseLower w:noSpaceRaiseLower}, {@linkcode noTabHangInd w:noTabHangInd}, {@linkcode printBodyTextBeforeHeader w:printBodyTextBeforeHeader}, {@linkcode printColBlack w:printColBlack}, {@linkcode selectFldWithFirstOrLastChar w:selectFldWithFirstOrLastChar}, {@linkcode shapeLayoutLikeWW8 w:shapeLayoutLikeWW8}, {@linkcode showBreaksInFrames w:showBreaksInFrames}, {@linkcode spaceForUL w:spaceForUL}, {@linkcode spacingInWholePoints w:spacingInWholePoints}, {@linkcode splitPgBreakAndParaMark w:splitPgBreakAndParaMark}, {@linkcode subFontBySize w:subFontBySize}, {@linkcode suppressBottomSpacing w:suppressBottomSpacing}, {@linkcode suppressSpacingAtTopOfPage w:suppressSpacingAtTopOfPage}, {@linkcode suppressSpBfAfterPgBrk w:suppressSpBfAfterPgBrk}, {@linkcode suppressTopSpacing w:suppressTopSpacing}, {@linkcode suppressTopSpacingWP w:suppressTopSpacingWP}, {@linkcode swapBordersFacingPages w:swapBordersFacingPages}, {@linkcode truncateFontHeightsLikeWP6 w:truncateFontHeightsLikeWP6}, {@linkcode ulTrailSpace w:ulTrailSpace}, {@linkcode underlineTabInNumList w:underlineTabInNumList}, {@linkcode useAltKinsokuLineBreakRules w:useAltKinsokuLineBreakRules}, {@linkcode useAnsiKerningPairs w:useAnsiKerningPairs}, {@linkcode useFELayout w:useFELayout}, {@linkcode useNormalStyleForList w:useNormalStyleForList}, {@linkcode usePrinterMetrics w:usePrinterMetrics}, {@linkcode useSingleBorderforContiguousCells w:useSingleBorderforContiguousCells}, {@linkcode useWord2002TableStyleRules w:useWord2002TableStyleRules}, {@linkcode useWord97LineBreakRules w:useWord97LineBreakRules}, {@linkcode wpJustification w:wpJustification}, {@linkcode wpSpaceWidth w:wpSpaceWidth}, {@linkcode wrapTrailSpaces w:wrapTrailSpaces}
     */
    static readonly compat: XName;
    /**
     * Represents the `w:compatSetting` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode name_ w:name_}, {@linkcode uri w:uri}, {@linkcode val w:val}
     */
    static readonly compatSetting: XName;
    /**
     * Represents the `w:conformance` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode document w:document}
     */
    static readonly conformance: XName;
    /**
     * Represents the `w:connectString` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly connectString: XName;
    /**
     * Represents the `w:consecutiveHyphenLimit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly consecutiveHyphenLimit: XName;
    /**
     * Represents the `w:contentPart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly contentPart: XName;
    /**
     * Represents the `w:contextualSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly contextualSpacing: XName;
    /**
     * Represents the `w:continuationSeparator` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly continuationSeparator: XName;
    /**
     * Represents the `w:control` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode object w:object}, {@linkcode pict w:pict}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode name_ w:name_}, {@linkcode shapeid w:shapeid}
     */
    static readonly control: XName;
    /**
     * Represents the `w:convMailMergeEsc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly convMailMergeEsc: XName;
    /**
     * Represents the `w:count` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly count: XName;
    /**
     * Represents the `w:countBy` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lnNumType w:lnNumType}
     */
    static readonly countBy: XName;
    /**
     * Represents the `w:cr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly cr: XName;
    /**
     * Represents the `w:cryptAlgorithmClass` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptAlgorithmClass: XName;
    /**
     * Represents the `w:cryptAlgorithmSid` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptAlgorithmSid: XName;
    /**
     * Represents the `w:cryptAlgorithmType` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptAlgorithmType: XName;
    /**
     * Represents the `w:cryptProvider` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptProvider: XName;
    /**
     * Represents the `w:cryptProviderType` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptProviderType: XName;
    /**
     * Represents the `w:cryptProviderTypeExt` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptProviderTypeExt: XName;
    /**
     * Represents the `w:cryptProviderTypeExtSource` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptProviderTypeExtSource: XName;
    /**
     * Represents the `w:cryptSpinCount` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly cryptSpinCount: XName;
    /**
     * Represents the `w:cs` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly cs: XName;
    /**
     * Represents the `w:csb0` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly csb0: XName;
    /**
     * Represents the `w:csb1` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly csb1: XName;
    /**
     * Represents the `w:cstheme` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly cstheme: XName;
    /**
     * Represents the `w:customMarkFollows` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode endnoteReference w:endnoteReference}, {@linkcode footnoteReference w:footnoteReference}
     */
    static readonly customMarkFollows: XName;
    /**
     * Represents the `w:customStyle` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode style w:style}
     */
    static readonly customStyle: XName;
    /**
     * Represents the `w:customStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly customStyles: XName;
    /**
     * Represents the `w:customXml` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode customXmlPr w:customXmlPr}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode element w:element}
     */
    static readonly customXml: XName;
    /**
     * Represents the `w:customXmlDelRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly customXmlDelRangeEnd: XName;
    /**
     * Represents the `w:customXmlDelRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly customXmlDelRangeStart: XName;
    /**
     * Represents the `w:customXmlInsRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly customXmlInsRangeEnd: XName;
    /**
     * Represents the `w:customXmlInsRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly customXmlInsRangeStart: XName;
    /**
     * Represents the `w:customXmlMoveFromRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly customXmlMoveFromRangeEnd: XName;
    /**
     * Represents the `w:customXmlMoveFromRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly customXmlMoveFromRangeStart: XName;
    /**
     * Represents the `w:customXmlMoveToRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly customXmlMoveToRangeEnd: XName;
    /**
     * Represents the `w:customXmlMoveToRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly customXmlMoveToRangeStart: XName;
    /**
     * Represents the `w:customXmlPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customXml w:customXml}
     * - child XML elements: {@linkcode attr w:attr}, {@linkcode placeholder w:placeholder}
     */
    static readonly customXmlPr: XName;
    /**
     * Represents the `w:dataBinding` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode prefixMappings w:prefixMappings}, {@linkcode storeItemID w:storeItemID}, {@linkcode xpath w:xpath}
     */
    static readonly dataBinding: XName;
    /**
     * Represents the `w:dataSource` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly dataSource: XName;
    /**
     * Represents the `w:dataType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly dataType: XName;
    /**
     * Represents the `w:date` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode calendar w:calendar}, {@linkcode dateFormat w:dateFormat}, {@linkcode lid w:lid}, {@linkcode storeMappedDataAs w:storeMappedDataAs}
     * - XML attributes: {@linkcode fullDate w:fullDate}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cellDel w:cellDel}, {@linkcode cellIns w:cellIns}, {@linkcode cellMerge w:cellMerge}, {@linkcode comment w:comment}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode numberingChange w:numberingChange}, {@linkcode pPrChange w:pPrChange}, {@linkcode rPrChange w:rPrChange}, {@linkcode sectPrChange w:sectPrChange}, {@linkcode tblPrChange w:tblPrChange}, {@linkcode tblPrExChange w:tblPrExChange}, {@linkcode tcPrChange w:tcPrChange}, {@linkcode trPrChange w:trPrChange}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly date: XName;
    /**
     * Represents the `w:dateFormat` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode date w:date}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly dateFormat: XName;
    /**
     * Represents the `w:dayLong` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly dayLong: XName;
    /**
     * Represents the `w:dayShort` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly dayShort: XName;
    /**
     * Represents the `w:ddList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - child XML elements: {@linkcode default w:default}, {@linkcode listEntry w:listEntry}, {@linkcode result w:result}
     */
    static readonly ddList: XName;
    /**
     * Represents the `w:decimalSymbol` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly decimalSymbol: XName;
    /**
     * Represents the `w:decorated` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode name_ w:name_}
     */
    static readonly decorated: XName;
    /**
     * Represents the `w:default` XML elements and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode checkBox w:checkBox}, {@linkcode ddList w:ddList}, {@linkcode textInput w:textInput}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode style w:style}
     */
    static readonly default: XName;
    /**
     * Represents the `w:defaultTableStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly defaultTableStyle: XName;
    /**
     * Represents the `w:defaultTabStop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly defaultTabStop: XName;
    /**
     * Represents the `w:defLockedState` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly defLockedState: XName;
    /**
     * Represents the `w:defQFormat` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly defQFormat: XName;
    /**
     * Represents the `w:defSemiHidden` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly defSemiHidden: XName;
    /**
     * Represents the `w:defUIPriority` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly defUIPriority: XName;
    /**
     * Represents the `w:defUnhideWhenUsed` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode latentStyles w:latentStyles}
     */
    static readonly defUnhideWhenUsed: XName;
    /**
     * Represents the `w:del` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.ctrlPr m:ctrlPr}, {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rPr w:rPr}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode trPr w:trPr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode rPr w:rPr}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly del: XName;
    /**
     * Represents the `w:delInstrText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly delInstrText: XName;
    /**
     * Represents the `w:delText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly delText: XName;
    /**
     * Represents the `w:description` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly description: XName;
    /**
     * Represents the `w:destination` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly destination: XName;
    /**
     * Represents the `w:dir` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode sdtContent w:sdtContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly dir: XName;
    /**
     * Represents the `w:directFormattingOnNumbering` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly directFormattingOnNumbering: XName;
    /**
     * Represents the `w:directFormattingOnParagraphs` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly directFormattingOnParagraphs: XName;
    /**
     * Represents the `w:directFormattingOnRuns` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly directFormattingOnRuns: XName;
    /**
     * Represents the `w:directFormattingOnTables` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly directFormattingOnTables: XName;
    /**
     * Represents the `w:dirty` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode fldChar w:fldChar}, {@linkcode fldSimple w:fldSimple}
     */
    static readonly dirty: XName;
    /**
     * Represents the `w:displacedByCustomXml` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}
     */
    static readonly displacedByCustomXml: XName;
    /**
     * Represents the `w:display` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgBorders w:pgBorders}
     */
    static readonly display: XName;
    /**
     * Represents the `w:displayBackgroundShape` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly displayBackgroundShape: XName;
    /**
     * Represents the `w:displayHangulFixedWidth` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly displayHangulFixedWidth: XName;
    /**
     * Represents the `w:displayHorizontalDrawingGridEvery` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly displayHorizontalDrawingGridEvery: XName;
    /**
     * Represents the `w:displayText` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode listItem w:listItem}
     */
    static readonly displayText: XName;
    /**
     * Represents the `w:displayVerticalDrawingGridEvery` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly displayVerticalDrawingGridEvery: XName;
    /**
     * Represents the `w:distance` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lnNumType w:lnNumType}
     */
    static readonly distance: XName;
    /**
     * Represents the `w:div` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode divs w:divs}, {@linkcode divsChild w:divsChild}
     * - child XML elements: {@linkcode blockQuote w:blockQuote}, {@linkcode bodyDiv w:bodyDiv}, {@linkcode divBdr w:divBdr}, {@linkcode divsChild w:divsChild}, {@linkcode marBottom w:marBottom}, {@linkcode marLeft w:marLeft}, {@linkcode marRight w:marRight}, {@linkcode marTop w:marTop}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly div: XName;
    /**
     * Represents the `w:divBdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode top w:top}
     */
    static readonly divBdr: XName;
    /**
     * Represents the `w:divId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly divId: XName;
    /**
     * Represents the `w:divs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - child XML elements: {@linkcode div w:div}
     */
    static readonly divs: XName;
    /**
     * Represents the `w:divsChild` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - child XML elements: {@linkcode div w:div}
     */
    static readonly divsChild: XName;
    /**
     * Represents the `w:dllVersion` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}
     */
    static readonly dllVersion: XName;
    /**
     * Represents the `w:docDefaults` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styles w:styles}
     * - child XML elements: {@linkcode pPrDefault w:pPrDefault}, {@linkcode rPrDefault w:rPrDefault}
     */
    static readonly docDefaults: XName;
    /**
     * Represents the `w:docGrid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode charSpace w:charSpace}, {@linkcode linePitch w:linePitch}, {@linkcode type w:type}
     */
    static readonly docGrid: XName;
    /**
     * Represents the `w:docLocation` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink}
     */
    static readonly docLocation: XName;
    /**
     * Represents the `w:docPart` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docParts w:docParts}, {@linkcode placeholder w:placeholder}
     * - child XML elements: {@linkcode docPartBody w:docPartBody}, {@linkcode docPartPr w:docPartPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly docPart: XName;
    /**
     * Represents the `w:docPartBody` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPart w:docPart}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode sectPr w:sectPr}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly docPartBody: XName;
    /**
     * Represents the `w:docPartCategory` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartList w:docPartList}, {@linkcode docPartObj w:docPartObj}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly docPartCategory: XName;
    /**
     * Represents the `w:docPartGallery` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartList w:docPartList}, {@linkcode docPartObj w:docPartObj}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly docPartGallery: XName;
    /**
     * Represents the `w:docPartList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode docPartCategory w:docPartCategory}, {@linkcode docPartGallery w:docPartGallery}, {@linkcode docPartUnique w:docPartUnique}
     */
    static readonly docPartList: XName;
    /**
     * Represents the `w:docPartObj` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode docPartCategory w:docPartCategory}, {@linkcode docPartGallery w:docPartGallery}, {@linkcode docPartUnique w:docPartUnique}
     */
    static readonly docPartObj: XName;
    /**
     * Represents the `w:docPartPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPart w:docPart}
     * - child XML elements: {@linkcode behaviors w:behaviors}, {@linkcode category w:category}, {@linkcode description w:description}, {@linkcode guid w:guid}, {@linkcode name_ w:name_}, {@linkcode style w:style}, {@linkcode types w:types}
     */
    static readonly docPartPr: XName;
    /**
     * Represents the `w:docParts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode glossaryDocument w:glossaryDocument}
     * - child XML elements: {@linkcode docPart w:docPart}
     */
    static readonly docParts: XName;
    /**
     * Represents the `w:docPartUnique` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartList w:docPartList}, {@linkcode docPartObj w:docPartObj}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly docPartUnique: XName;
    /**
     * Represents the `w:document` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode background w:background}, {@linkcode body w:body}
     * - XML attributes: {@linkcode conformance w:conformance}
     */
    static readonly document: XName;
    /**
     * Represents the `w:documentProtection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode algIdExt w:algIdExt}, {@linkcode algIdExtSource w:algIdExtSource}, {@linkcode algorithmName w:algorithmName}, {@linkcode cryptAlgorithmClass w:cryptAlgorithmClass}, {@linkcode cryptAlgorithmSid w:cryptAlgorithmSid}, {@linkcode cryptAlgorithmType w:cryptAlgorithmType}, {@linkcode cryptProvider w:cryptProvider}, {@linkcode cryptProviderType w:cryptProviderType}, {@linkcode cryptProviderTypeExt w:cryptProviderTypeExt}, {@linkcode cryptProviderTypeExtSource w:cryptProviderTypeExtSource}, {@linkcode cryptSpinCount w:cryptSpinCount}, {@linkcode edit w:edit}, {@linkcode enforcement w:enforcement}, {@linkcode formatting w:formatting}, {@linkcode hash w:hash}, {@linkcode hashValue w:hashValue}, {@linkcode salt w:salt}, {@linkcode saltValue w:saltValue}, {@linkcode spinCount w:spinCount}
     */
    static readonly documentProtection: XName;
    /**
     * Represents the `w:documentType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly documentType: XName;
    /**
     * Represents the `w:docVar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docVars w:docVars}
     * - XML attributes: {@linkcode name_ w:name_}, {@linkcode val w:val}
     */
    static readonly docVar: XName;
    /**
     * Represents the `w:docVars` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode docVar w:docVar}
     */
    static readonly docVars: XName;
    /**
     * Represents the `w:doNotAutoCompressPictures` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotAutoCompressPictures: XName;
    /**
     * Represents the `w:doNotAutofitConstrainedTables` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotAutofitConstrainedTables: XName;
    /**
     * Represents the `w:doNotBreakConstrainedForcedTable` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotBreakConstrainedForcedTable: XName;
    /**
     * Represents the `w:doNotBreakWrappedTables` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotBreakWrappedTables: XName;
    /**
     * Represents the `w:doNotDemarcateInvalidXml` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotDemarcateInvalidXml: XName;
    /**
     * Represents the `w:doNotDisplayPageBoundaries` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotDisplayPageBoundaries: XName;
    /**
     * Represents the `w:doNotExpandShiftReturn` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotExpandShiftReturn: XName;
    /**
     * Represents the `w:doNotHyphenateCaps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotHyphenateCaps: XName;
    /**
     * Represents the `w:doNotIncludeSubdocsInStats` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotIncludeSubdocsInStats: XName;
    /**
     * Represents the `w:doNotLeaveBackslashAlone` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotLeaveBackslashAlone: XName;
    /**
     * Represents the `w:doNotOrganizeInFolder` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotOrganizeInFolder: XName;
    /**
     * Represents the `w:doNotRelyOnCSS` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotRelyOnCSS: XName;
    /**
     * Represents the `w:doNotSaveAsSingleFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotSaveAsSingleFile: XName;
    /**
     * Represents the `w:doNotShadeFormData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotShadeFormData: XName;
    /**
     * Represents the `w:doNotSnapToGridInCell` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotSnapToGridInCell: XName;
    /**
     * Represents the `w:doNotSuppressBlankLines` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotSuppressBlankLines: XName;
    /**
     * Represents the `w:doNotSuppressIndentation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotSuppressIndentation: XName;
    /**
     * Represents the `w:doNotSuppressParagraphBorders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotSuppressParagraphBorders: XName;
    /**
     * Represents the `w:doNotTrackFormatting` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotTrackFormatting: XName;
    /**
     * Represents the `w:doNotTrackMoves` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotTrackMoves: XName;
    /**
     * Represents the `w:doNotUseEastAsianBreakRules` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotUseEastAsianBreakRules: XName;
    /**
     * Represents the `w:doNotUseHTMLParagraphAutoSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotUseHTMLParagraphAutoSpacing: XName;
    /**
     * Represents the `w:doNotUseIndentAsNumberingTabStop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotUseIndentAsNumberingTabStop: XName;
    /**
     * Represents the `w:doNotUseLongFileNames` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotUseLongFileNames: XName;
    /**
     * Represents the `w:doNotUseMarginsForDrawingGridOrigin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotUseMarginsForDrawingGridOrigin: XName;
    /**
     * Represents the `w:doNotValidateAgainstSchema` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotValidateAgainstSchema: XName;
    /**
     * Represents the `w:doNotVertAlignCellWithSp` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotVertAlignCellWithSp: XName;
    /**
     * Represents the `w:doNotVertAlignInTxbx` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotVertAlignInTxbx: XName;
    /**
     * Represents the `w:doNotWrapTextWithPunct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly doNotWrapTextWithPunct: XName;
    /**
     * Represents the `w:drawAspect` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectEmbed w:objectEmbed}, {@linkcode objectLink w:objectLink}
     */
    static readonly drawAspect: XName;
    /**
     * Represents the `w:drawing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode numPicBullet w:numPicBullet}, {@linkcode object w:object}, {@linkcode r w:r}
     * - child XML elements: {@linkcode WP.anchor wp:anchor}, {@linkcode WP.inline wp:inline}
     */
    static readonly drawing: XName;
    /**
     * Represents the `w:drawingGridHorizontalOrigin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly drawingGridHorizontalOrigin: XName;
    /**
     * Represents the `w:drawingGridHorizontalSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly drawingGridHorizontalSpacing: XName;
    /**
     * Represents the `w:drawingGridVerticalOrigin` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly drawingGridVerticalOrigin: XName;
    /**
     * Represents the `w:drawingGridVerticalSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly drawingGridVerticalSpacing: XName;
    /**
     * Represents the `w:dropCap` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly dropCap: XName;
    /**
     * Represents the `w:dropDownList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode listItem w:listItem}
     * - XML attributes: {@linkcode lastValue w:lastValue}
     */
    static readonly dropDownList: XName;
    /**
     * Represents the `w:dstrike` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly dstrike: XName;
    /**
     * Represents the `w:dxaOrig` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode object w:object}
     */
    static readonly dxaOrig: XName;
    /**
     * Represents the `w:dyaOrig` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode object w:object}
     */
    static readonly dyaOrig: XName;
    /**
     * Represents the `w:dynamicAddress` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldMapData w:fieldMapData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly dynamicAddress: XName;
    /**
     * Represents the `w:eastAsia` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lang w:lang}, {@linkcode rFonts w:rFonts}, {@linkcode themeFontLang w:themeFontLang}
     */
    static readonly eastAsia: XName;
    /**
     * Represents the `w:eastAsianLayout` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode combine w:combine}, {@linkcode combineBrackets w:combineBrackets}, {@linkcode id w:id}, {@linkcode vert w:vert}, {@linkcode vertCompress w:vertCompress}
     */
    static readonly eastAsianLayout: XName;
    /**
     * Represents the `w:eastAsiaTheme` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly eastAsiaTheme: XName;
    /**
     * Represents the `w:ed` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode permStart w:permStart}
     */
    static readonly ed: XName;
    /**
     * Represents the `w:edGrp` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode permStart w:permStart}
     */
    static readonly edGrp: XName;
    /**
     * Represents the `w:edit` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}
     */
    static readonly edit: XName;
    /**
     * Represents the `w:effect` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly effect: XName;
    /**
     * Represents the `w:element` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode customXml w:customXml}
     */
    static readonly element: XName;
    /**
     * Represents the `w:em` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly em: XName;
    /**
     * Represents the `w:embedBold` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode fontKey w:fontKey}, {@linkcode subsetted w:subsetted}
     */
    static readonly embedBold: XName;
    /**
     * Represents the `w:embedBoldItalic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode fontKey w:fontKey}, {@linkcode subsetted w:subsetted}
     */
    static readonly embedBoldItalic: XName;
    /**
     * Represents the `w:embedItalic` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode fontKey w:fontKey}, {@linkcode subsetted w:subsetted}
     */
    static readonly embedItalic: XName;
    /**
     * Represents the `w:embedRegular` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode fontKey w:fontKey}, {@linkcode subsetted w:subsetted}
     */
    static readonly embedRegular: XName;
    /**
     * Represents the `w:embedSystemFonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly embedSystemFonts: XName;
    /**
     * Represents the `w:embedTrueTypeFonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly embedTrueTypeFonts: XName;
    /**
     * Represents the `w:emboss` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly emboss: XName;
    /**
     * Represents the `w:enabled` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly enabled: XName;
    /**
     * Represents the `w:encoding` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly encoding: XName;
    /**
     * Represents the `w:end` XML elements and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly end: XName;
    /**
     * Represents the `w:endChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly endChars: XName;
    /**
     * Represents the `w:endnote` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endnotePr w:endnotePr}, {@linkcode endnotes w:endnotes}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode id w:id}, {@linkcode type w:type}
     */
    static readonly endnote: XName;
    /**
     * Represents the `w:endnotePr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}, {@linkcode settings w:settings}
     * - child XML elements: {@linkcode endnote w:endnote}, {@linkcode numFmt w:numFmt}, {@linkcode numRestart w:numRestart}, {@linkcode numStart w:numStart}, {@linkcode pos w:pos}
     */
    static readonly endnotePr: XName;
    /**
     * Represents the `w:endnoteRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly endnoteRef: XName;
    /**
     * Represents the `w:endnoteReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode customMarkFollows w:customMarkFollows}, {@linkcode id w:id}
     */
    static readonly endnoteReference: XName;
    /**
     * Represents the `w:endnotes` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode endnote w:endnote}
     */
    static readonly endnotes: XName;
    /**
     * Represents the `w:enforcement` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}
     */
    static readonly enforcement: XName;
    /**
     * Represents the `w:entryMacro` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly entryMacro: XName;
    /**
     * Represents the `w:equalWidth` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cols w:cols}
     */
    static readonly equalWidth: XName;
    /**
     * Represents the `w:equation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly equation: XName;
    /**
     * Represents the `w:evenAndOddHeaders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly evenAndOddHeaders: XName;
    /**
     * Represents the `w:evenHBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly evenHBand: XName;
    /**
     * Represents the `w:evenVBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly evenVBand: XName;
    /**
     * Represents the `w:exitMacro` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly exitMacro: XName;
    /**
     * Represents the `w:family` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly family: XName;
    /**
     * Represents the `w:ffData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fldChar w:fldChar}
     * - child XML elements: {@linkcode calcOnExit w:calcOnExit}, {@linkcode checkBox w:checkBox}, {@linkcode ddList w:ddList}, {@linkcode enabled w:enabled}, {@linkcode entryMacro w:entryMacro}, {@linkcode exitMacro w:exitMacro}, {@linkcode helpText w:helpText}, {@linkcode name_ w:name_}, {@linkcode statusText w:statusText}, {@linkcode textInput w:textInput}
     */
    static readonly ffData: XName;
    /**
     * Represents the `w:fHdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly fHdr: XName;
    /**
     * Represents the `w:fieldCodes` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectEmbed w:objectEmbed}, {@linkcode objectLink w:objectLink}
     */
    static readonly fieldCodes: XName;
    /**
     * Represents the `w:fieldMapData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - child XML elements: {@linkcode column w:column}, {@linkcode dynamicAddress w:dynamicAddress}, {@linkcode lid w:lid}, {@linkcode mappedName w:mappedName}, {@linkcode name_ w:name_}, {@linkcode type w:type}
     */
    static readonly fieldMapData: XName;
    /**
     * Represents the `w:fill` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode shd w:shd}
     */
    static readonly fill: XName;
    /**
     * Represents the `w:first` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode paperSrc w:paperSrc}
     */
    static readonly first: XName;
    /**
     * Represents the `w:firstColumn` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}, {@linkcode tblLook w:tblLook}
     */
    static readonly firstColumn: XName;
    /**
     * Represents the `w:firstLine` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly firstLine: XName;
    /**
     * Represents the `w:firstLineChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly firstLineChars: XName;
    /**
     * Represents the `w:firstRow` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}, {@linkcode tblLook w:tblLook}
     */
    static readonly firstRow: XName;
    /**
     * Represents the `w:firstRowFirstColumn` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly firstRowFirstColumn: XName;
    /**
     * Represents the `w:firstRowLastColumn` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly firstRowLastColumn: XName;
    /**
     * Represents the `w:fitText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode id w:id}, {@linkcode val w:val}
     */
    static readonly fitText: XName;
    /**
     * Represents the `w:flatBorders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode framesetSplitbar w:framesetSplitbar}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly flatBorders: XName;
    /**
     * Represents the `w:fldChar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - child XML elements: {@linkcode ffData w:ffData}, {@linkcode fldData w:fldData}, {@linkcode numberingChange w:numberingChange}
     * - XML attributes: {@linkcode dirty w:dirty}, {@linkcode fldCharType w:fldCharType}, {@linkcode fldLock w:fldLock}
     */
    static readonly fldChar: XName;
    /**
     * Represents the `w:fldCharType` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode fldChar w:fldChar}
     */
    static readonly fldCharType: XName;
    /**
     * Represents the `w:fldData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fldChar w:fldChar}, {@linkcode fldSimple w:fldSimple}
     */
    static readonly fldData: XName;
    /**
     * Represents the `w:fldLock` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode fldChar w:fldChar}, {@linkcode fldSimple w:fldSimple}
     */
    static readonly fldLock: XName;
    /**
     * Represents the `w:fldSimple` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldData w:fldData}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode dirty w:dirty}, {@linkcode fldLock w:fldLock}, {@linkcode instr w:instr}
     */
    static readonly fldSimple: XName;
    /**
     * Represents the `w:fmt` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgNumType w:pgNumType}
     */
    static readonly fmt: XName;
    /**
     * Represents the `w:followedHyperlink` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly followedHyperlink: XName;
    /**
     * Represents the `w:font` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fonts w:fonts}
     * - child XML elements: {@linkcode altName w:altName}, {@linkcode charset w:charset}, {@linkcode embedBold w:embedBold}, {@linkcode embedBoldItalic w:embedBoldItalic}, {@linkcode embedItalic w:embedItalic}, {@linkcode embedRegular w:embedRegular}, {@linkcode family w:family}, {@linkcode notTrueType w:notTrueType}, {@linkcode panose1 w:panose1}, {@linkcode pitch w:pitch}, {@linkcode sig w:sig}
     * - XML attributes: {@linkcode name_ w:name_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sym w:sym}
     */
    static readonly font: XName;
    /**
     * Represents the `w:fontKey` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode embedBold w:embedBold}, {@linkcode embedBoldItalic w:embedBoldItalic}, {@linkcode embedItalic w:embedItalic}, {@linkcode embedRegular w:embedRegular}
     */
    static readonly fontKey: XName;
    /**
     * Represents the `w:fonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode font w:font}
     */
    static readonly fonts: XName;
    /**
     * Represents the `w:fontSz` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode readModeInkLockDown w:readModeInkLockDown}
     */
    static readonly fontSz: XName;
    /**
     * Represents the `w:footer` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgMar w:pgMar}
     */
    static readonly footer: XName;
    /**
     * Represents the `w:footerReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode type w:type}
     */
    static readonly footerReference: XName;
    /**
     * Represents the `w:footnote` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode footnotePr w:footnotePr}, {@linkcode footnotes w:footnotes}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode id w:id}, {@linkcode type w:type}
     */
    static readonly footnote: XName;
    /**
     * Represents the `w:footnoteLayoutLikeWW8` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly footnoteLayoutLikeWW8: XName;
    /**
     * Represents the `w:footnotePr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}, {@linkcode settings w:settings}
     * - child XML elements: {@linkcode footnote w:footnote}, {@linkcode numFmt w:numFmt}, {@linkcode numRestart w:numRestart}, {@linkcode numStart w:numStart}, {@linkcode pos w:pos}
     */
    static readonly footnotePr: XName;
    /**
     * Represents the `w:footnoteRef` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly footnoteRef: XName;
    /**
     * Represents the `w:footnoteReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode customMarkFollows w:customMarkFollows}, {@linkcode id w:id}
     */
    static readonly footnoteReference: XName;
    /**
     * Represents the `w:footnotes` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode footnote w:footnote}
     */
    static readonly footnotes: XName;
    /**
     * Represents the `w:forceUpgrade` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     */
    static readonly forceUpgrade: XName;
    /**
     * Represents the `w:forgetLastTabAlignment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly forgetLastTabAlignment: XName;
    /**
     * Represents the `w:format` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode textInput w:textInput}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode numFmt w:numFmt}
     */
    static readonly format: XName;
    /**
     * Represents the `w:formatting` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode revisionView w:revisionView}
     */
    static readonly formatting: XName;
    /**
     * Represents the `w:formProt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly formProt: XName;
    /**
     * Represents the `w:formsDesign` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly formsDesign: XName;
    /**
     * Represents the `w:frame` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frameset w:frameset}
     * - child XML elements: {@linkcode linkedToFile w:linkedToFile}, {@linkcode marH w:marH}, {@linkcode marW w:marW}, {@linkcode name_ w:name_}, {@linkcode noResizeAllowed w:noResizeAllowed}, {@linkcode scrollbar w:scrollbar}, {@linkcode sourceFileName w:sourceFileName}, {@linkcode sz w:sz}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}
     */
    static readonly frame: XName;
    /**
     * Represents the `w:frameLayout` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frameset w:frameset}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly frameLayout: XName;
    /**
     * Represents the `w:framePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode anchorLock w:anchorLock}, {@linkcode dropCap w:dropCap}, {@linkcode h w:h}, {@linkcode hAnchor w:hAnchor}, {@linkcode hRule w:hRule}, {@linkcode hSpace w:hSpace}, {@linkcode lines w:lines}, {@linkcode vAnchor w:vAnchor}, {@linkcode vSpace w:vSpace}, {@linkcode w_ w:w_}, {@linkcode wrap w:wrap}, {@linkcode x w:x}, {@linkcode xAlign w:xAlign}, {@linkcode y w:y}, {@linkcode yAlign w:yAlign}
     */
    static readonly framePr: XName;
    /**
     * Represents the `w:frameset` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frameset w:frameset}, {@linkcode webSettings w:webSettings}
     * - child XML elements: {@linkcode frame w:frame}, {@linkcode frameLayout w:frameLayout}, {@linkcode frameset w:frameset}, {@linkcode framesetSplitbar w:framesetSplitbar}, {@linkcode sz w:sz}
     */
    static readonly frameset: XName;
    /**
     * Represents the `w:framesetSplitbar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frameset w:frameset}
     * - child XML elements: {@linkcode color w:color}, {@linkcode flatBorders w:flatBorders}, {@linkcode noBorder w:noBorder}, {@linkcode w_ w:w_}
     */
    static readonly framesetSplitbar: XName;
    /**
     * Represents the `w:ftr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly ftr: XName;
    /**
     * Represents the `w:fullDate` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode date w:date}
     */
    static readonly fullDate: XName;
    /**
     * Represents the `w:gallery` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode category w:category}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly gallery: XName;
    /**
     * Represents the `w:glossaryDocument` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode background w:background}, {@linkcode docParts w:docParts}
     */
    static readonly glossaryDocument: XName;
    /**
     * Represents the `w:grammar` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode proofState w:proofState}
     */
    static readonly grammar: XName;
    /**
     * Represents the `w:gridAfter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly gridAfter: XName;
    /**
     * Represents the `w:gridBefore` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly gridBefore: XName;
    /**
     * Represents the `w:gridCol` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblGrid w:tblGrid}
     * - XML attributes: {@linkcode w_ w:w_}
     */
    static readonly gridCol: XName;
    /**
     * Represents the `w:gridSpan` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly gridSpan: XName;
    /**
     * Represents the `w:group` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly group: XName;
    /**
     * Represents the `w:growAutofit` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly growAutofit: XName;
    /**
     * Represents the `w:guid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly guid: XName;
    /**
     * Represents the `w:gutter` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgMar w:pgMar}
     */
    static readonly gutter: XName;
    /**
     * Represents the `w:gutterAtTop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly gutterAtTop: XName;
    /**
     * Represents the `w:h` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}, {@linkcode pgSz w:pgSz}, {@linkcode readModeInkLockDown w:readModeInkLockDown}
     */
    static readonly h: XName;
    /**
     * Represents the `w:hAnchor` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly hAnchor: XName;
    /**
     * Represents the `w:hanging` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly hanging: XName;
    /**
     * Represents the `w:hangingChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly hangingChars: XName;
    /**
     * Represents the `w:hAnsi` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly hAnsi: XName;
    /**
     * Represents the `w:hAnsiTheme` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly hAnsiTheme: XName;
    /**
     * Represents the `w:hash` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly hash: XName;
    /**
     * Represents the `w:hashValue` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly hashValue: XName;
    /**
     * Represents the `w:hdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly hdr: XName;
    /**
     * Represents the `w:hdrShapeDefaults` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode O.shapedefaults o:shapedefaults}, {@linkcode O.shapelayout o:shapelayout}
     */
    static readonly hdrShapeDefaults: XName;
    /**
     * Represents the `w:header` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgMar w:pgMar}
     */
    static readonly header: XName;
    /**
     * Represents the `w:headerReference` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode type w:type}
     */
    static readonly headerReference: XName;
    /**
     * Represents the `w:headerSource` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly headerSource: XName;
    /**
     * Represents the `w:heading` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}
     */
    static readonly heading: XName;
    /**
     * Represents the `w:headingStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly headingStyles: XName;
    /**
     * Represents the `w:helpText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode type w:type}, {@linkcode val w:val}
     */
    static readonly helpText: XName;
    /**
     * Represents the `w:hidden` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hidden: XName;
    /**
     * Represents the `w:hideGrammaticalErrors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hideGrammaticalErrors: XName;
    /**
     * Represents the `w:hideMark` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hideMark: XName;
    /**
     * Represents the `w:hideSpellingErrors` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hideSpellingErrors: XName;
    /**
     * Represents the `w:highlight` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly highlight: XName;
    /**
     * Represents the `w:hint` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts}
     */
    static readonly hint: XName;
    /**
     * Represents the `w:history` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink}
     */
    static readonly history: XName;
    /**
     * Represents the `w:hMerge` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hMerge: XName;
    /**
     * Represents the `w:horzAnchor` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly horzAnchor: XName;
    /**
     * Represents the `w:hps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hps: XName;
    /**
     * Represents the `w:hpsBaseText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hpsBaseText: XName;
    /**
     * Represents the `w:hpsRaise` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hpsRaise: XName;
    /**
     * Represents the `w:hRule` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}, {@linkcode trHeight w:trHeight}
     */
    static readonly hRule: XName;
    /**
     * Represents the `w:hSpace` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly hSpace: XName;
    /**
     * Represents the `w:hyperlink` XML elements and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode anchor w:anchor}, {@linkcode docLocation w:docLocation}, {@linkcode history w:history}, {@linkcode tgtFrame w:tgtFrame}, {@linkcode tooltip w:tooltip}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly hyperlink: XName;
    /**
     * Represents the `w:hyphenationZone` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly hyphenationZone: XName;
    /**
     * Represents the `w:i` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly i: XName;
    /**
     * Represents the `w:iCs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly iCs: XName;
    /**
     * Represents the `w:id` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode cellDel w:cellDel}, {@linkcode cellIns w:cellIns}, {@linkcode cellMerge w:cellMerge}, {@linkcode comment w:comment}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode commentReference w:commentReference}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode div w:div}, {@linkcode eastAsianLayout w:eastAsianLayout}, {@linkcode endnote w:endnote}, {@linkcode endnoteReference w:endnoteReference}, {@linkcode fitText w:fitText}, {@linkcode footnote w:footnote}, {@linkcode footnoteReference w:footnoteReference}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode numberingChange w:numberingChange}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode pPrChange w:pPrChange}, {@linkcode rPrChange w:rPrChange}, {@linkcode sectPrChange w:sectPrChange}, {@linkcode tblGridChange w:tblGridChange}, {@linkcode tblPrChange w:tblPrChange}, {@linkcode tblPrExChange w:tblPrExChange}, {@linkcode tcPrChange w:tcPrChange}, {@linkcode trPrChange w:trPrChange}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly id: XName;
    /**
     * Represents the `w:ignoreMixedContent` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly ignoreMixedContent: XName;
    /**
     * Represents the `w:ilvl` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numPr w:numPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lvl w:lvl}, {@linkcode lvlOverride w:lvlOverride}
     */
    static readonly ilvl: XName;
    /**
     * Represents the `w:imprint` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly imprint: XName;
    /**
     * Represents the `w:ind` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode end w:end}, {@linkcode endChars w:endChars}, {@linkcode firstLine w:firstLine}, {@linkcode firstLineChars w:firstLineChars}, {@linkcode hanging w:hanging}, {@linkcode hangingChars w:hangingChars}, {@linkcode left w:left}, {@linkcode leftChars w:leftChars}, {@linkcode right w:right}, {@linkcode rightChars w:rightChars}, {@linkcode start w:start}, {@linkcode startChars w:startChars}
     */
    static readonly ind: XName;
    /**
     * Represents the `w:initials` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode comment w:comment}
     */
    static readonly initials: XName;
    /**
     * Represents the `w:inkAnnotations` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode revisionView w:revisionView}
     */
    static readonly inkAnnotations: XName;
    /**
     * Represents the `w:ins` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.ctrlPr m:ctrlPr}, {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode numPr w:numPr}, {@linkcode p w:p}, {@linkcode rPr w:rPr}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode trPr w:trPr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode rPr w:rPr}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly ins: XName;
    /**
     * Represents the `w:insDel` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode revisionView w:revisionView}
     */
    static readonly insDel: XName;
    /**
     * Represents the `w:insideH` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblBorders w:tblBorders}, {@linkcode tcBorders w:tcBorders}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly insideH: XName;
    /**
     * Represents the `w:insideV` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblBorders w:tblBorders}, {@linkcode tcBorders w:tcBorders}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly insideV: XName;
    /**
     * Represents the `w:instr` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode fldSimple w:fldSimple}
     */
    static readonly instr: XName;
    /**
     * Represents the `w:instrText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly instrText: XName;
    /**
     * Represents the `w:isLgl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly isLgl: XName;
    /**
     * Represents the `w:jc` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly jc: XName;
    /**
     * Represents the `w:keepLines` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly keepLines: XName;
    /**
     * Represents the `w:keepNext` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly keepNext: XName;
    /**
     * Represents the `w:kern` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly kern: XName;
    /**
     * Represents the `w:kinsoku` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly kinsoku: XName;
    /**
     * Represents the `w:lang` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode bidi w:bidi}, {@linkcode eastAsia w:eastAsia}, {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}, {@linkcode noLineBreaksAfter w:noLineBreaksAfter}, {@linkcode noLineBreaksBefore w:noLineBreaksBefore}
     */
    static readonly lang: XName;
    /**
     * Represents the `w:lastColumn` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}, {@linkcode tblLook w:tblLook}
     */
    static readonly lastColumn: XName;
    /**
     * Represents the `w:lastRenderedPageBreak` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly lastRenderedPageBreak: XName;
    /**
     * Represents the `w:lastRow` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}, {@linkcode tblLook w:tblLook}
     */
    static readonly lastRow: XName;
    /**
     * Represents the `w:lastRowFirstColumn` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly lastRowFirstColumn: XName;
    /**
     * Represents the `w:lastRowLastColumn` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly lastRowLastColumn: XName;
    /**
     * Represents the `w:lastValue` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode comboBox w:comboBox}, {@linkcode dropDownList w:dropDownList}
     */
    static readonly lastValue: XName;
    /**
     * Represents the `w:latentStyles` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode styles w:styles}
     * - child XML elements: {@linkcode lsdException w:lsdException}
     * - XML attributes: {@linkcode count w:count}, {@linkcode defLockedState w:defLockedState}, {@linkcode defQFormat w:defQFormat}, {@linkcode defSemiHidden w:defSemiHidden}, {@linkcode defUIPriority w:defUIPriority}, {@linkcode defUnhideWhenUsed w:defUnhideWhenUsed}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly latentStyles: XName;
    /**
     * Represents the `w:layoutRawTableWidth` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly layoutRawTableWidth: XName;
    /**
     * Represents the `w:layoutTableRowsApart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly layoutTableRowsApart: XName;
    /**
     * Represents the `w:leader` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ptab w:ptab}, {@linkcode tab w:tab}
     */
    static readonly leader: XName;
    /**
     * Represents the `w:left` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode divBdr w:divBdr}, {@linkcode pBdr w:pBdr}, {@linkcode pgBorders w:pgBorders}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}, {@linkcode pgMar w:pgMar}
     */
    static readonly left: XName;
    /**
     * Represents the `w:leftChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly leftChars: XName;
    /**
     * Represents the `w:leftFromText` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly leftFromText: XName;
    /**
     * Represents the `w:legacy` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode legacy w:legacy}, {@linkcode legacyIndent w:legacyIndent}, {@linkcode legacySpace w:legacySpace}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode legacy w:legacy}
     */
    static readonly legacy: XName;
    /**
     * Represents the `w:legacyIndent` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode legacy w:legacy}
     */
    static readonly legacyIndent: XName;
    /**
     * Represents the `w:legacySpace` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode legacy w:legacy}
     */
    static readonly legacySpace: XName;
    /**
     * Represents the `w:lid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode date w:date}, {@linkcode fieldMapData w:fieldMapData}, {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lid: XName;
    /**
     * Represents the `w:line` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly line: XName;
    /**
     * Represents the `w:linePitch` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode docGrid w:docGrid}
     */
    static readonly linePitch: XName;
    /**
     * Represents the `w:lineRule` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing}
     */
    static readonly lineRule: XName;
    /**
     * Represents the `w:lines` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly lines: XName;
    /**
     * Represents the `w:lineWrapLikeWord6` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lineWrapLikeWord6: XName;
    /**
     * Represents the `w:link` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly link: XName;
    /**
     * Represents the `w:linkedToFile` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly linkedToFile: XName;
    /**
     * Represents the `w:linkStyles` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly linkStyles: XName;
    /**
     * Represents the `w:linkToQuery` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly linkToQuery: XName;
    /**
     * Represents the `w:listEntry` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ddList w:ddList}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly listEntry: XName;
    /**
     * Represents the `w:listItem` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode comboBox w:comboBox}, {@linkcode dropDownList w:dropDownList}
     * - XML attributes: {@linkcode displayText w:displayText}, {@linkcode value w:value}
     */
    static readonly listItem: XName;
    /**
     * Represents the `w:listSeparator` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly listSeparator: XName;
    /**
     * Represents the `w:lnNumType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode countBy w:countBy}, {@linkcode distance w:distance}, {@linkcode restart w:restart}, {@linkcode start w:start}
     */
    static readonly lnNumType: XName;
    /**
     * Represents the `w:lock` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lock: XName;
    /**
     * Represents the `w:locked` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lsdException w:lsdException}
     */
    static readonly locked: XName;
    /**
     * Represents the `w:lockedField` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectLink w:objectLink}
     */
    static readonly lockedField: XName;
    /**
     * Represents the `w:lsdException` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode latentStyles w:latentStyles}
     * - XML attributes: {@linkcode locked w:locked}, {@linkcode name_ w:name_}, {@linkcode qFormat w:qFormat}, {@linkcode semiHidden w:semiHidden}, {@linkcode uiPriority w:uiPriority}, {@linkcode unhideWhenUsed w:unhideWhenUsed}
     */
    static readonly lsdException: XName;
    /**
     * Represents the `w:lvl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}, {@linkcode lvlOverride w:lvlOverride}
     * - child XML elements: {@linkcode isLgl w:isLgl}, {@linkcode legacy w:legacy}, {@linkcode lvlJc w:lvlJc}, {@linkcode lvlPicBulletId w:lvlPicBulletId}, {@linkcode lvlRestart w:lvlRestart}, {@linkcode lvlText w:lvlText}, {@linkcode numFmt w:numFmt}, {@linkcode pPr w:pPr}, {@linkcode pStyle w:pStyle}, {@linkcode rPr w:rPr}, {@linkcode start w:start}, {@linkcode suff w:suff}
     * - XML attributes: {@linkcode ilvl w:ilvl}, {@linkcode tentative w:tentative}, {@linkcode tplc w:tplc}
     */
    static readonly lvl: XName;
    /**
     * Represents the `w:lvlJc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lvlJc: XName;
    /**
     * Represents the `w:lvlOverride` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode num w:num}
     * - child XML elements: {@linkcode lvl w:lvl}, {@linkcode startOverride w:startOverride}
     * - XML attributes: {@linkcode ilvl w:ilvl}
     */
    static readonly lvlOverride: XName;
    /**
     * Represents the `w:lvlPicBulletId` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lvlPicBulletId: XName;
    /**
     * Represents the `w:lvlRestart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly lvlRestart: XName;
    /**
     * Represents the `w:lvlText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode null w:null}, {@linkcode val w:val}
     */
    static readonly lvlText: XName;
    /**
     * Represents the `w:mailAsAttachment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mailAsAttachment: XName;
    /**
     * Represents the `w:mailMerge` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode activeRecord w:activeRecord}, {@linkcode addressFieldName w:addressFieldName}, {@linkcode checkErrors w:checkErrors}, {@linkcode connectString w:connectString}, {@linkcode dataSource w:dataSource}, {@linkcode dataType w:dataType}, {@linkcode destination w:destination}, {@linkcode doNotSuppressBlankLines w:doNotSuppressBlankLines}, {@linkcode headerSource w:headerSource}, {@linkcode linkToQuery w:linkToQuery}, {@linkcode mailAsAttachment w:mailAsAttachment}, {@linkcode mailSubject w:mailSubject}, {@linkcode mainDocumentType w:mainDocumentType}, {@linkcode odso w:odso}, {@linkcode query w:query}, {@linkcode viewMergedData w:viewMergedData}
     */
    static readonly mailMerge: XName;
    /**
     * Represents the `w:mailSubject` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mailSubject: XName;
    /**
     * Represents the `w:mainDocumentType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mainDocumentType: XName;
    /**
     * Represents the `w:mappedName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldMapData w:fieldMapData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mappedName: XName;
    /**
     * Represents the `w:marBottom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marBottom: XName;
    /**
     * Represents the `w:marH` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marH: XName;
    /**
     * Represents the `w:markup` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode revisionView w:revisionView}
     */
    static readonly markup: XName;
    /**
     * Represents the `w:marLeft` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marLeft: XName;
    /**
     * Represents the `w:marRight` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marRight: XName;
    /**
     * Represents the `w:marTop` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode div w:div}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marTop: XName;
    /**
     * Represents the `w:marW` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly marW: XName;
    /**
     * Represents the `w:matchSrc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode altChunkPr w:altChunkPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly matchSrc: XName;
    /**
     * Represents the `w:maxLength` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode textInput w:textInput}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly maxLength: XName;
    /**
     * Represents the `w:mirrorIndents` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mirrorIndents: XName;
    /**
     * Represents the `w:mirrorMargins` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mirrorMargins: XName;
    /**
     * Represents the `w:monthLong` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly monthLong: XName;
    /**
     * Represents the `w:monthShort` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly monthShort: XName;
    /**
     * Represents the `w:moveFrom` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.ctrlPr m:ctrlPr}, {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rPr w:rPr}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode rPr w:rPr}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly moveFrom: XName;
    /**
     * Represents the `w:moveFromRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly moveFromRangeEnd: XName;
    /**
     * Represents the `w:moveFromRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode colFirst w:colFirst}, {@linkcode colLast w:colLast}, {@linkcode date w:date}, {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}, {@linkcode name_ w:name_}
     */
    static readonly moveFromRangeStart: XName;
    /**
     * Represents the `w:moveTo` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.ctrlPr m:ctrlPr}, {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rPr w:rPr}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode rPr w:rPr}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly moveTo: XName;
    /**
     * Represents the `w:moveToRangeEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly moveToRangeEnd: XName;
    /**
     * Represents the `w:moveToRangeStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdt w:sdt}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode author w:author}, {@linkcode colFirst w:colFirst}, {@linkcode colLast w:colLast}, {@linkcode date w:date}, {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}, {@linkcode name_ w:name_}
     */
    static readonly moveToRangeStart: XName;
    /**
     * Represents the `w:movie` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pict w:pict}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly movie: XName;
    /**
     * Represents the `w:multiLevelType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly multiLevelType: XName;
    /**
     * Represents the `w:multiLine` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode text w:text}
     */
    static readonly multiLine: XName;
    /**
     * Represents the `w:mwSmallCaps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly mwSmallCaps: XName;
    /**
     * Represents the `w:name` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}, {@linkcode category w:category}, {@linkcode docPartPr w:docPartPr}, {@linkcode ffData w:ffData}, {@linkcode fieldMapData w:fieldMapData}, {@linkcode frame w:frame}, {@linkcode style w:style}
     * - XML attributes: {@linkcode decorated w:decorated}, {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode attr w:attr}, {@linkcode autoCaption w:autoCaption}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode caption w:caption}, {@linkcode compatSetting w:compatSetting}, {@linkcode control w:control}, {@linkcode docVar w:docVar}, {@linkcode font w:font}, {@linkcode lsdException w:lsdException}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveToRangeStart w:moveToRangeStart}
     */
    static readonly name_: XName;
    /**
     * Represents the `w:next` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly next: XName;
    /**
     * Represents the `w:nlCheck` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}
     */
    static readonly nlCheck: XName;
    /**
     * Represents the `w:noBorder` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode framesetSplitbar w:framesetSplitbar}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noBorder: XName;
    /**
     * Represents the `w:noBreakHyphen` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly noBreakHyphen: XName;
    /**
     * Represents the `w:noColumnBalance` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noColumnBalance: XName;
    /**
     * Represents the `w:noEndnote` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noEndnote: XName;
    /**
     * Represents the `w:noExtraLineSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noExtraLineSpacing: XName;
    /**
     * Represents the `w:noHBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblLook w:tblLook}
     */
    static readonly noHBand: XName;
    /**
     * Represents the `w:noLabel` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}
     */
    static readonly noLabel: XName;
    /**
     * Represents the `w:noLeading` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noLeading: XName;
    /**
     * Represents the `w:noLineBreaksAfter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode lang w:lang}, {@linkcode val w:val}
     */
    static readonly noLineBreaksAfter: XName;
    /**
     * Represents the `w:noLineBreaksBefore` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode lang w:lang}, {@linkcode val w:val}
     */
    static readonly noLineBreaksBefore: XName;
    /**
     * Represents the `w:noProof` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noProof: XName;
    /**
     * Represents the `w:noPunctuationKerning` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noPunctuationKerning: XName;
    /**
     * Represents the `w:noResizeAllowed` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noResizeAllowed: XName;
    /**
     * Represents the `w:noSpaceRaiseLower` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noSpaceRaiseLower: XName;
    /**
     * Represents the `w:noTabHangInd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noTabHangInd: XName;
    /**
     * Represents the `w:notTrueType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly notTrueType: XName;
    /**
     * Represents the `w:noVBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblLook w:tblLook}
     */
    static readonly noVBand: XName;
    /**
     * Represents the `w:noWrap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly noWrap: XName;
    /**
     * Represents the `w:nsid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly nsid: XName;
    /**
     * Represents the `w:null` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lvlText w:lvlText}
     */
    static readonly null: XName;
    /**
     * Represents the `w:num` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numbering w:numbering}
     * - child XML elements: {@linkcode abstractNumId w:abstractNumId}, {@linkcode lvlOverride w:lvlOverride}
     * - XML attributes: {@linkcode numId w:numId}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cols w:cols}
     */
    static readonly num: XName;
    /**
     * Represents the `w:numbering` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode abstractNum w:abstractNum}, {@linkcode num w:num}, {@linkcode numIdMacAtCleanup w:numIdMacAtCleanup}, {@linkcode numPicBullet w:numPicBullet}
     */
    static readonly numbering: XName;
    /**
     * Represents the `w:numberingChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fldChar w:fldChar}, {@linkcode numPr w:numPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}, {@linkcode original w:original}
     */
    static readonly numberingChange: XName;
    /**
     * Represents the `w:numberingStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly numberingStyles: XName;
    /**
     * Represents the `w:numFmt` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endnotePr w:endnotePr}, {@linkcode footnotePr w:footnotePr}, {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode format w:format}, {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}
     */
    static readonly numFmt: XName;
    /**
     * Represents the `w:numId` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numPr w:numPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode num w:num}
     */
    static readonly numId: XName;
    /**
     * Represents the `w:numIdMacAtCleanup` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numbering w:numbering}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly numIdMacAtCleanup: XName;
    /**
     * Represents the `w:numPicBullet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode numbering w:numbering}
     * - child XML elements: {@linkcode drawing w:drawing}, {@linkcode pict w:pict}
     * - XML attributes: {@linkcode numPicBulletId w:numPicBulletId}
     */
    static readonly numPicBullet: XName;
    /**
     * Represents the `w:numPicBulletId` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode numPicBullet w:numPicBullet}
     */
    static readonly numPicBulletId: XName;
    /**
     * Represents the `w:numPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - child XML elements: {@linkcode ilvl w:ilvl}, {@linkcode ins w:ins}, {@linkcode numberingChange w:numberingChange}, {@linkcode numId w:numId}
     */
    static readonly numPr: XName;
    /**
     * Represents the `w:numRestart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endnotePr w:endnotePr}, {@linkcode footnotePr w:footnotePr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly numRestart: XName;
    /**
     * Represents the `w:numStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endnotePr w:endnotePr}, {@linkcode footnotePr w:footnotePr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly numStart: XName;
    /**
     * Represents the `w:numStyleLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly numStyleLink: XName;
    /**
     * Represents the `w:object` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - child XML elements: {@linkcode O.OLEObject o:OLEObject}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}, {@linkcode control w:control}, {@linkcode drawing w:drawing}, {@linkcode objectEmbed w:objectEmbed}, {@linkcode objectLink w:objectLink}
     * - XML attributes: {@linkcode dxaOrig w:dxaOrig}, {@linkcode dyaOrig w:dyaOrig}, {@linkcode W14.anchorId w14:anchorId}
     */
    static readonly object: XName;
    /**
     * Represents the `w:objectEmbed` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode object w:object}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode drawAspect w:drawAspect}, {@linkcode fieldCodes w:fieldCodes}, {@linkcode progId w:progId}, {@linkcode shapeId_ w:shapeId_}
     */
    static readonly objectEmbed: XName;
    /**
     * Represents the `w:objectLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode object w:object}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode drawAspect w:drawAspect}, {@linkcode fieldCodes w:fieldCodes}, {@linkcode lockedField w:lockedField}, {@linkcode progId w:progId}, {@linkcode shapeId_ w:shapeId_}, {@linkcode updateMode w:updateMode}
     */
    static readonly objectLink: XName;
    /**
     * Represents the `w:oddHBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly oddHBand: XName;
    /**
     * Represents the `w:oddVBand` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cnfStyle w:cnfStyle}
     */
    static readonly oddVBand: XName;
    /**
     * Represents the `w:odso` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - child XML elements: {@linkcode colDelim w:colDelim}, {@linkcode fHdr w:fHdr}, {@linkcode fieldMapData w:fieldMapData}, {@linkcode recipientData w:recipientData}, {@linkcode src w:src}, {@linkcode table w:table}, {@linkcode type w:type}, {@linkcode udl w:udl}
     */
    static readonly odso: XName;
    /**
     * Represents the `w:offsetFrom` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgBorders w:pgBorders}
     */
    static readonly offsetFrom: XName;
    /**
     * Represents the `w:oMath` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly oMath: XName;
    /**
     * Represents the `w:optimizeForBrowser` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly optimizeForBrowser: XName;
    /**
     * Represents the `w:orient` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgSz w:pgSz}
     */
    static readonly orient: XName;
    /**
     * Represents the `w:original` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode numberingChange w:numberingChange}
     */
    static readonly original: XName;
    /**
     * Represents the `w:other` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode paperSrc w:paperSrc}
     */
    static readonly other: XName;
    /**
     * Represents the `w:outline` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly outline: XName;
    /**
     * Represents the `w:outlineLvl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly outlineLvl: XName;
    /**
     * Represents the `w:overflowPunct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly overflowPunct: XName;
    /**
     * Represents the `w:p` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode sdtContent w:sdtContent}, {@linkcode tc w:tc}, {@linkcode txbxContent w:txbxContent}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode pPr w:pPr}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode rsidDel w:rsidDel}, {@linkcode rsidP w:rsidP}, {@linkcode rsidR w:rsidR}, {@linkcode rsidRDefault w:rsidRDefault}, {@linkcode rsidRPr w:rsidRPr}, {@linkcode W14.noSpellErr w14:noSpellErr}, {@linkcode W14.paraId w14:paraId}, {@linkcode W14.textId w14:textId}
     */
    static readonly p: XName;
    /**
     * Represents the `w:pageBreakBefore` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly pageBreakBefore: XName;
    /**
     * Represents the `w:panose1` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly panose1: XName;
    /**
     * Represents the `w:paperSrc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode first w:first}, {@linkcode other w:other}
     */
    static readonly paperSrc: XName;
    /**
     * Represents the `w:pBdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - child XML elements: {@linkcode bar w:bar}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode top w:top}
     */
    static readonly pBdr: XName;
    /**
     * Represents the `w:percent` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode zoom w:zoom}
     */
    static readonly percent: XName;
    /**
     * Represents the `w:permEnd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode id w:id}
     */
    static readonly permEnd: XName;
    /**
     * Represents the `w:permStart` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode colFirst w:colFirst}, {@linkcode colLast w:colLast}, {@linkcode displacedByCustomXml w:displacedByCustomXml}, {@linkcode ed w:ed}, {@linkcode edGrp w:edGrp}, {@linkcode id w:id}
     */
    static readonly permStart: XName;
    /**
     * Represents the `w:personal` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly personal: XName;
    /**
     * Represents the `w:personalCompose` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly personalCompose: XName;
    /**
     * Represents the `w:personalReply` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly personalReply: XName;
    /**
     * Represents the `w:pgBorders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode top w:top}
     * - XML attributes: {@linkcode display w:display}, {@linkcode offsetFrom w:offsetFrom}, {@linkcode zOrder w:zOrder}
     */
    static readonly pgBorders: XName;
    /**
     * Represents the `w:pgMar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode bottom w:bottom}, {@linkcode footer w:footer}, {@linkcode gutter w:gutter}, {@linkcode header w:header}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode top w:top}
     */
    static readonly pgMar: XName;
    /**
     * Represents the `w:pgNum` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly pgNum: XName;
    /**
     * Represents the `w:pgNumType` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode chapSep w:chapSep}, {@linkcode chapStyle w:chapStyle}, {@linkcode fmt w:fmt}, {@linkcode start w:start}
     */
    static readonly pgNumType: XName;
    /**
     * Represents the `w:pgSz` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode code w:code}, {@linkcode h w:h}, {@linkcode orient w:orient}, {@linkcode w_ w:w_}
     */
    static readonly pgSz: XName;
    /**
     * Represents the `w:pict` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode numPicBullet w:numPicBullet}, {@linkcode r w:r}
     * - child XML elements: {@linkcode O.OLEObject o:OLEObject}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}, {@linkcode control w:control}, {@linkcode movie w:movie}
     * - XML attributes: {@linkcode W14.anchorId w14:anchorId}
     */
    static readonly pict: XName;
    /**
     * Represents the `w:picture` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly picture: XName;
    /**
     * Represents the `w:pitch` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly pitch: XName;
    /**
     * Represents the `w:pixelsPerInch` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly pixelsPerInch: XName;
    /**
     * Represents the `w:placeholder` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customXmlPr w:customXmlPr}, {@linkcode sdtPr w:sdtPr}
     * - child XML elements: {@linkcode docPart w:docPart}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly placeholder: XName;
    /**
     * Represents the `w:pos` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode endnotePr w:endnotePr}, {@linkcode footnotePr w:footnotePr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}, {@linkcode tab w:tab}
     */
    static readonly pos: XName;
    /**
     * Represents the `w:position` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly position: XName;
    /**
     * Represents the `w:pPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}, {@linkcode p w:p}, {@linkcode pPrChange w:pPrChange}, {@linkcode pPrDefault w:pPrDefault}, {@linkcode style w:style}, {@linkcode tblStylePr w:tblStylePr}
     * - child XML elements: {@linkcode adjustRightInd w:adjustRightInd}, {@linkcode autoSpaceDE w:autoSpaceDE}, {@linkcode autoSpaceDN w:autoSpaceDN}, {@linkcode bidi w:bidi}, {@linkcode cnfStyle w:cnfStyle}, {@linkcode contextualSpacing w:contextualSpacing}, {@linkcode divId w:divId}, {@linkcode framePr w:framePr}, {@linkcode ind w:ind}, {@linkcode jc w:jc}, {@linkcode keepLines w:keepLines}, {@linkcode keepNext w:keepNext}, {@linkcode kinsoku w:kinsoku}, {@linkcode mirrorIndents w:mirrorIndents}, {@linkcode numPr w:numPr}, {@linkcode outlineLvl w:outlineLvl}, {@linkcode overflowPunct w:overflowPunct}, {@linkcode pageBreakBefore w:pageBreakBefore}, {@linkcode pBdr w:pBdr}, {@linkcode pPrChange w:pPrChange}, {@linkcode pStyle w:pStyle}, {@linkcode rPr w:rPr}, {@linkcode sectPr w:sectPr}, {@linkcode shd w:shd}, {@linkcode snapToGrid w:snapToGrid}, {@linkcode spacing w:spacing}, {@linkcode suppressAutoHyphens w:suppressAutoHyphens}, {@linkcode suppressLineNumbers w:suppressLineNumbers}, {@linkcode suppressOverlap w:suppressOverlap}, {@linkcode tabs w:tabs}, {@linkcode textAlignment w:textAlignment}, {@linkcode textboxTightWrap w:textboxTightWrap}, {@linkcode textDirection w:textDirection}, {@linkcode topLinePunct w:topLinePunct}, {@linkcode widowControl w:widowControl}, {@linkcode wordWrap w:wordWrap}
     */
    static readonly pPr: XName;
    /**
     * Represents the `w:pPrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - child XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly pPrChange: XName;
    /**
     * Represents the `w:pPrDefault` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docDefaults w:docDefaults}
     * - child XML elements: {@linkcode pPr w:pPr}
     */
    static readonly pPrDefault: XName;
    /**
     * Represents the `w:prefixMappings` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode dataBinding w:dataBinding}, {@linkcode W15.dataBinding w15:dataBinding}
     */
    static readonly prefixMappings: XName;
    /**
     * Represents the `w:printBodyTextBeforeHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printBodyTextBeforeHeader: XName;
    /**
     * Represents the `w:printColBlack` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printColBlack: XName;
    /**
     * Represents the `w:printerSettings` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly printerSettings: XName;
    /**
     * Represents the `w:printFormsData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printFormsData: XName;
    /**
     * Represents the `w:printFractionalCharacterWidth` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printFractionalCharacterWidth: XName;
    /**
     * Represents the `w:printPostScriptOverText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printPostScriptOverText: XName;
    /**
     * Represents the `w:printTwoOnOne` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly printTwoOnOne: XName;
    /**
     * Represents the `w:progId` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectEmbed w:objectEmbed}, {@linkcode objectLink w:objectLink}
     */
    static readonly progId: XName;
    /**
     * Represents the `w:proofErr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - XML attributes: {@linkcode type w:type}
     */
    static readonly proofErr: XName;
    /**
     * Represents the `w:proofState` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode grammar w:grammar}, {@linkcode spelling w:spelling}
     */
    static readonly proofState: XName;
    /**
     * Represents the `w:pStyle` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}, {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly pStyle: XName;
    /**
     * Represents the `w:ptab` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode alignment w:alignment}, {@linkcode leader w:leader}, {@linkcode relativeTo w:relativeTo}
     */
    static readonly ptab: XName;
    /**
     * Represents the `w:qFormat` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lsdException w:lsdException}
     */
    static readonly qFormat: XName;
    /**
     * Represents the `w:query` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly query: XName;
    /**
     * Represents the `w:r` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.oMathPara m:oMathPara}, {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode annotationRef w:annotationRef}, {@linkcode br w:br}, {@linkcode commentReference w:commentReference}, {@linkcode continuationSeparator w:continuationSeparator}, {@linkcode cr w:cr}, {@linkcode dayLong w:dayLong}, {@linkcode dayShort w:dayShort}, {@linkcode delInstrText w:delInstrText}, {@linkcode delText w:delText}, {@linkcode drawing w:drawing}, {@linkcode endnoteRef w:endnoteRef}, {@linkcode endnoteReference w:endnoteReference}, {@linkcode fldChar w:fldChar}, {@linkcode footnoteRef w:footnoteRef}, {@linkcode footnoteReference w:footnoteReference}, {@linkcode instrText w:instrText}, {@linkcode lastRenderedPageBreak w:lastRenderedPageBreak}, {@linkcode monthLong w:monthLong}, {@linkcode monthShort w:monthShort}, {@linkcode noBreakHyphen w:noBreakHyphen}, {@linkcode object w:object}, {@linkcode pgNum w:pgNum}, {@linkcode pict w:pict}, {@linkcode ptab w:ptab}, {@linkcode rPr w:rPr}, {@linkcode ruby w:ruby}, {@linkcode separator w:separator}, {@linkcode softHyphen w:softHyphen}, {@linkcode sym w:sym}, {@linkcode t w:t}, {@linkcode tab w:tab}, {@linkcode yearLong w:yearLong}, {@linkcode yearShort w:yearShort}
     * - XML attributes: {@linkcode rsidDel w:rsidDel}, {@linkcode rsidR w:rsidR}, {@linkcode rsidRPr w:rsidRPr}
     */
    static readonly r: XName;
    /**
     * Represents the `w:readModeInkLockDown` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode actualPg w:actualPg}, {@linkcode fontSz w:fontSz}, {@linkcode h w:h}, {@linkcode w_ w:w_}
     */
    static readonly readModeInkLockDown: XName;
    /**
     * Represents the `w:recipientData` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}, {@linkcode recipients w:recipients}
     * - child XML elements: {@linkcode active w:active}, {@linkcode column w:column}, {@linkcode uniqueTag w:uniqueTag}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly recipientData: XName;
    /**
     * Represents the `w:recipients` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode recipientData w:recipientData}
     */
    static readonly recipients: XName;
    /**
     * Represents the `w:recommended` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode writeProtection w:writeProtection}
     */
    static readonly recommended: XName;
    /**
     * Represents the `w:relativeTo` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ptab w:ptab}
     */
    static readonly relativeTo: XName;
    /**
     * Represents the `w:relyOnVML` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly relyOnVML: XName;
    /**
     * Represents the `w:removeDateAndTime` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly removeDateAndTime: XName;
    /**
     * Represents the `w:removePersonalInformation` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly removePersonalInformation: XName;
    /**
     * Represents the `w:restart` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lnNumType w:lnNumType}
     */
    static readonly restart: XName;
    /**
     * Represents the `w:result` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ddList w:ddList}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly result: XName;
    /**
     * Represents the `w:revisionView` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode comments w:comments}, {@linkcode formatting w:formatting}, {@linkcode inkAnnotations w:inkAnnotations}, {@linkcode insDel w:insDel}, {@linkcode markup w:markup}
     */
    static readonly revisionView: XName;
    /**
     * Represents the `w:rFonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode ascii w:ascii}, {@linkcode asciiTheme w:asciiTheme}, {@linkcode cs w:cs}, {@linkcode cstheme w:cstheme}, {@linkcode eastAsia w:eastAsia}, {@linkcode eastAsiaTheme w:eastAsiaTheme}, {@linkcode hAnsi w:hAnsi}, {@linkcode hAnsiTheme w:hAnsiTheme}, {@linkcode hint w:hint}
     */
    static readonly rFonts: XName;
    /**
     * Represents the `w:richText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     */
    static readonly richText: XName;
    /**
     * Represents the `w:right` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode divBdr w:divBdr}, {@linkcode pBdr w:pBdr}, {@linkcode pgBorders w:pgBorders}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}, {@linkcode pgMar w:pgMar}
     */
    static readonly right: XName;
    /**
     * Represents the `w:rightChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly rightChars: XName;
    /**
     * Represents the `w:rightFromText` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly rightFromText: XName;
    /**
     * Represents the `w:rPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.ctrlPr m:ctrlPr}, {@linkcode M.r m:r}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode lvl w:lvl}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode pPr w:pPr}, {@linkcode r w:r}, {@linkcode rPrChange w:rPrChange}, {@linkcode rPrDefault w:rPrDefault}, {@linkcode sdtEndPr w:sdtEndPr}, {@linkcode sdtPr w:sdtPr}, {@linkcode style w:style}, {@linkcode tblStylePr w:tblStylePr}
     * - child XML elements: {@linkcode b w:b}, {@linkcode bCs w:bCs}, {@linkcode bdr w:bdr}, {@linkcode caps w:caps}, {@linkcode color w:color}, {@linkcode cs w:cs}, {@linkcode del w:del}, {@linkcode dstrike w:dstrike}, {@linkcode eastAsianLayout w:eastAsianLayout}, {@linkcode effect w:effect}, {@linkcode em w:em}, {@linkcode emboss w:emboss}, {@linkcode fitText w:fitText}, {@linkcode highlight w:highlight}, {@linkcode i w:i}, {@linkcode iCs w:iCs}, {@linkcode imprint w:imprint}, {@linkcode ins w:ins}, {@linkcode kern w:kern}, {@linkcode lang w:lang}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode noProof w:noProof}, {@linkcode oMath w:oMath}, {@linkcode outline w:outline}, {@linkcode position w:position}, {@linkcode rFonts w:rFonts}, {@linkcode rPrChange w:rPrChange}, {@linkcode rStyle w:rStyle}, {@linkcode rtl w:rtl}, {@linkcode shadow w:shadow}, {@linkcode shd w:shd}, {@linkcode smallCaps w:smallCaps}, {@linkcode snapToGrid w:snapToGrid}, {@linkcode spacing w:spacing}, {@linkcode specVanish w:specVanish}, {@linkcode strike w:strike}, {@linkcode sz w:sz}, {@linkcode szCs w:szCs}, {@linkcode u w:u}, {@linkcode vanish w:vanish}, {@linkcode vertAlign w:vertAlign}, {@linkcode w_ w:w_}, {@linkcode webHidden w:webHidden}, {@linkcode W14.cntxtAlts w14:cntxtAlts}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.glow w14:glow}, {@linkcode W14.ligatures w14:ligatures}, {@linkcode W14.numForm w14:numForm}, {@linkcode W14.numSpacing w14:numSpacing}, {@linkcode W14.props3d w14:props3d}, {@linkcode W14.reflection w14:reflection}, {@linkcode W14.scene3d w14:scene3d}, {@linkcode W14.shadow w14:shadow}, {@linkcode W14.stylisticSets w14:stylisticSets}, {@linkcode W14.textFill w14:textFill}, {@linkcode W14.textOutline w14:textOutline}
     */
    static readonly rPr: XName;
    /**
     * Represents the `w:rPrChange` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - child XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly rPrChange: XName;
    /**
     * Represents the `w:rPrDefault` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docDefaults w:docDefaults}
     * - child XML elements: {@linkcode rPr w:rPr}
     */
    static readonly rPrDefault: XName;
    /**
     * Represents the `w:rsid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rsids w:rsids}, {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rsid: XName;
    /**
     * Represents the `w:rsidDel` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode p w:p}, {@linkcode r w:r}, {@linkcode sectPr w:sectPr}, {@linkcode tr w:tr}
     */
    static readonly rsidDel: XName;
    /**
     * Represents the `w:rsidP` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode p w:p}
     */
    static readonly rsidP: XName;
    /**
     * Represents the `w:rsidR` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode p w:p}, {@linkcode r w:r}, {@linkcode sectPr w:sectPr}, {@linkcode tr w:tr}
     */
    static readonly rsidR: XName;
    /**
     * Represents the `w:rsidRDefault` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode p w:p}
     */
    static readonly rsidRDefault: XName;
    /**
     * Represents the `w:rsidRoot` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rsids w:rsids}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rsidRoot: XName;
    /**
     * Represents the `w:rsidRPr` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode p w:p}, {@linkcode r w:r}, {@linkcode sectPr w:sectPr}, {@linkcode tr w:tr}
     */
    static readonly rsidRPr: XName;
    /**
     * Represents the `w:rsids` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode rsid w:rsid}, {@linkcode rsidRoot w:rsidRoot}
     */
    static readonly rsids: XName;
    /**
     * Represents the `w:rsidSect` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sectPr w:sectPr}
     */
    static readonly rsidSect: XName;
    /**
     * Represents the `w:rsidTr` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tr w:tr}
     */
    static readonly rsidTr: XName;
    /**
     * Represents the `w:rStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rStyle: XName;
    /**
     * Represents the `w:rt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ruby w:ruby}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly rt: XName;
    /**
     * Represents the `w:rtl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rtl: XName;
    /**
     * Represents the `w:rtlGutter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rtlGutter: XName;
    /**
     * Represents the `w:ruby` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - child XML elements: {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode rubyPr w:rubyPr}
     */
    static readonly ruby: XName;
    /**
     * Represents the `w:rubyAlign` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rubyPr w:rubyPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly rubyAlign: XName;
    /**
     * Represents the `w:rubyBase` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ruby w:ruby}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly rubyBase: XName;
    /**
     * Represents the `w:rubyPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ruby w:ruby}
     * - child XML elements: {@linkcode dirty w:dirty}, {@linkcode hps w:hps}, {@linkcode hpsBaseText w:hpsBaseText}, {@linkcode hpsRaise w:hpsRaise}, {@linkcode lid w:lid}, {@linkcode rubyAlign w:rubyAlign}
     */
    static readonly rubyPr: XName;
    /**
     * Represents the `w:salt` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly salt: XName;
    /**
     * Represents the `w:saltValue` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly saltValue: XName;
    /**
     * Represents the `w:saveFormsData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly saveFormsData: XName;
    /**
     * Represents the `w:saveInvalidXml` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly saveInvalidXml: XName;
    /**
     * Represents the `w:savePreviewPicture` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly savePreviewPicture: XName;
    /**
     * Represents the `w:saveSubsetFonts` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly saveSubsetFonts: XName;
    /**
     * Represents the `w:saveThroughXslt` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode R.id r:id}, {@linkcode solutionID w:solutionID}
     */
    static readonly saveThroughXslt: XName;
    /**
     * Represents the `w:saveXmlDataOnly` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly saveXmlDataOnly: XName;
    /**
     * Represents the `w:scrollbar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly scrollbar: XName;
    /**
     * Represents the `w:sdt` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.deg m:deg}, {@linkcode M.den m:den}, {@linkcode M.e m:e}, {@linkcode M.fName m:fName}, {@linkcode M.lim m:lim}, {@linkcode M.num m:num}, {@linkcode M.oMath m:oMath}, {@linkcode M.sub m:sub}, {@linkcode M.sup m:sup}, {@linkcode bdo w:bdo}, {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode fldSimple w:fldSimple}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveTo w:moveTo}, {@linkcode p w:p}, {@linkcode rt w:rt}, {@linkcode rubyBase w:rubyBase}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode txbxContent w:txbxContent}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     * - child XML elements: {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode sdtContent w:sdtContent}, {@linkcode sdtEndPr w:sdtEndPr}, {@linkcode sdtPr w:sdtPr}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly sdt: XName;
    /**
     * Represents the `w:sdtContent` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdt w:sdt}
     * - child XML elements: {@linkcode M.acc m:acc}, {@linkcode M.bar m:bar}, {@linkcode M.borderBox m:borderBox}, {@linkcode M.box m:box}, {@linkcode M.d m:d}, {@linkcode M.eqArr m:eqArr}, {@linkcode M.f m:f}, {@linkcode M.func m:func}, {@linkcode M.groupChr m:groupChr}, {@linkcode M.limLow m:limLow}, {@linkcode M.limUpp m:limUpp}, {@linkcode M.m_ m:m_}, {@linkcode M.nary m:nary}, {@linkcode M.oMath m:oMath}, {@linkcode M.oMathPara m:oMathPara}, {@linkcode M.phant m:phant}, {@linkcode M.r m:r}, {@linkcode M.rad m:rad}, {@linkcode M.sPre m:sPre}, {@linkcode M.sSub m:sSub}, {@linkcode M.sSubSup m:sSubSup}, {@linkcode M.sSup m:sSup}, {@linkcode bdo w:bdo}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode r w:r}, {@linkcode sdt w:sdt}, {@linkcode subDoc w:subDoc}, {@linkcode tbl w:tbl}, {@linkcode tc w:tc}, {@linkcode tr w:tr}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly sdtContent: XName;
    /**
     * Represents the `w:sdtEndPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdt w:sdt}
     * - child XML elements: {@linkcode rPr w:rPr}
     */
    static readonly sdtEndPr: XName;
    /**
     * Represents the `w:sdtPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdt w:sdt}
     * - child XML elements: {@linkcode alias w:alias}, {@linkcode bibliography w:bibliography}, {@linkcode citation w:citation}, {@linkcode comboBox w:comboBox}, {@linkcode dataBinding w:dataBinding}, {@linkcode date w:date}, {@linkcode docPartList w:docPartList}, {@linkcode docPartObj w:docPartObj}, {@linkcode dropDownList w:dropDownList}, {@linkcode equation w:equation}, {@linkcode group w:group}, {@linkcode id w:id}, {@linkcode lock w:lock}, {@linkcode picture w:picture}, {@linkcode placeholder w:placeholder}, {@linkcode richText w:richText}, {@linkcode rPr w:rPr}, {@linkcode showingPlcHdr w:showingPlcHdr}, {@linkcode tag w:tag}, {@linkcode temporary w:temporary}, {@linkcode text w:text}, {@linkcode W14.checkbox w14:checkbox}, {@linkcode W14.entityPicker w14:entityPicker}, {@linkcode W15.appearance w15:appearance}, {@linkcode W15.color w15:color}, {@linkcode W15.dataBinding w15:dataBinding}, {@linkcode W15.repeatingSection w15:repeatingSection}, {@linkcode W15.repeatingSectionItem w15:repeatingSectionItem}, {@linkcode W15.webExtensionCreated w15:webExtensionCreated}, {@linkcode W15.webExtensionLinked w15:webExtensionLinked}
     */
    static readonly sdtPr: XName;
    /**
     * Represents the `w:sectPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode body w:body}, {@linkcode docPartBody w:docPartBody}, {@linkcode pPr w:pPr}, {@linkcode sectPrChange w:sectPrChange}
     * - child XML elements: {@linkcode bidi w:bidi}, {@linkcode cols w:cols}, {@linkcode docGrid w:docGrid}, {@linkcode endnotePr w:endnotePr}, {@linkcode footerReference w:footerReference}, {@linkcode footnotePr w:footnotePr}, {@linkcode formProt w:formProt}, {@linkcode headerReference w:headerReference}, {@linkcode lnNumType w:lnNumType}, {@linkcode noEndnote w:noEndnote}, {@linkcode paperSrc w:paperSrc}, {@linkcode pgBorders w:pgBorders}, {@linkcode pgMar w:pgMar}, {@linkcode pgNumType w:pgNumType}, {@linkcode pgSz w:pgSz}, {@linkcode printerSettings w:printerSettings}, {@linkcode rtlGutter w:rtlGutter}, {@linkcode sectPrChange w:sectPrChange}, {@linkcode textDirection w:textDirection}, {@linkcode titlePg w:titlePg}, {@linkcode type w:type}, {@linkcode vAlign w:vAlign}, {@linkcode W15.footnoteColumns w15:footnoteColumns}
     * - XML attributes: {@linkcode rsidDel w:rsidDel}, {@linkcode rsidR w:rsidR}, {@linkcode rsidRPr w:rsidRPr}, {@linkcode rsidSect w:rsidSect}
     */
    static readonly sectPr: XName;
    /**
     * Represents the `w:sectPrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - child XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly sectPrChange: XName;
    /**
     * Represents the `w:selectFldWithFirstOrLastChar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly selectFldWithFirstOrLastChar: XName;
    /**
     * Represents the `w:semiHidden` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lsdException w:lsdException}
     */
    static readonly semiHidden: XName;
    /**
     * Represents the `w:sep` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption}, {@linkcode cols w:cols}
     */
    static readonly sep: XName;
    /**
     * Represents the `w:separator` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly separator: XName;
    /**
     * Represents the `w:settings` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode M.mathPr m:mathPr}, {@linkcode SL.schemaLibrary sl:schemaLibrary}, {@linkcode activeWritingStyle w:activeWritingStyle}, {@linkcode alignBordersAndEdges w:alignBordersAndEdges}, {@linkcode alwaysMergeEmptyNamespace w:alwaysMergeEmptyNamespace}, {@linkcode alwaysShowPlaceholderText w:alwaysShowPlaceholderText}, {@linkcode attachedSchema w:attachedSchema}, {@linkcode attachedTemplate w:attachedTemplate}, {@linkcode autoFormatOverride w:autoFormatOverride}, {@linkcode autoHyphenation w:autoHyphenation}, {@linkcode bookFoldPrinting w:bookFoldPrinting}, {@linkcode bookFoldPrintingSheets w:bookFoldPrintingSheets}, {@linkcode bookFoldRevPrinting w:bookFoldRevPrinting}, {@linkcode bordersDoNotSurroundFooter w:bordersDoNotSurroundFooter}, {@linkcode bordersDoNotSurroundHeader w:bordersDoNotSurroundHeader}, {@linkcode captions w:captions}, {@linkcode characterSpacingControl w:characterSpacingControl}, {@linkcode clickAndTypeStyle w:clickAndTypeStyle}, {@linkcode clrSchemeMapping w:clrSchemeMapping}, {@linkcode compat w:compat}, {@linkcode consecutiveHyphenLimit w:consecutiveHyphenLimit}, {@linkcode decimalSymbol w:decimalSymbol}, {@linkcode defaultTableStyle w:defaultTableStyle}, {@linkcode defaultTabStop w:defaultTabStop}, {@linkcode displayBackgroundShape w:displayBackgroundShape}, {@linkcode displayHorizontalDrawingGridEvery w:displayHorizontalDrawingGridEvery}, {@linkcode displayVerticalDrawingGridEvery w:displayVerticalDrawingGridEvery}, {@linkcode documentProtection w:documentProtection}, {@linkcode documentType w:documentType}, {@linkcode docVars w:docVars}, {@linkcode doNotAutoCompressPictures w:doNotAutoCompressPictures}, {@linkcode doNotDemarcateInvalidXml w:doNotDemarcateInvalidXml}, {@linkcode doNotDisplayPageBoundaries w:doNotDisplayPageBoundaries}, {@linkcode doNotHyphenateCaps w:doNotHyphenateCaps}, {@linkcode doNotIncludeSubdocsInStats w:doNotIncludeSubdocsInStats}, {@linkcode doNotShadeFormData w:doNotShadeFormData}, {@linkcode doNotTrackFormatting w:doNotTrackFormatting}, {@linkcode doNotTrackMoves w:doNotTrackMoves}, {@linkcode doNotUseMarginsForDrawingGridOrigin w:doNotUseMarginsForDrawingGridOrigin}, {@linkcode doNotValidateAgainstSchema w:doNotValidateAgainstSchema}, {@linkcode drawingGridHorizontalOrigin w:drawingGridHorizontalOrigin}, {@linkcode drawingGridHorizontalSpacing w:drawingGridHorizontalSpacing}, {@linkcode drawingGridVerticalOrigin w:drawingGridVerticalOrigin}, {@linkcode drawingGridVerticalSpacing w:drawingGridVerticalSpacing}, {@linkcode embedSystemFonts w:embedSystemFonts}, {@linkcode embedTrueTypeFonts w:embedTrueTypeFonts}, {@linkcode endnotePr w:endnotePr}, {@linkcode evenAndOddHeaders w:evenAndOddHeaders}, {@linkcode footnotePr w:footnotePr}, {@linkcode forceUpgrade w:forceUpgrade}, {@linkcode formsDesign w:formsDesign}, {@linkcode gutterAtTop w:gutterAtTop}, {@linkcode hdrShapeDefaults w:hdrShapeDefaults}, {@linkcode hideGrammaticalErrors w:hideGrammaticalErrors}, {@linkcode hideSpellingErrors w:hideSpellingErrors}, {@linkcode hyphenationZone w:hyphenationZone}, {@linkcode ignoreMixedContent w:ignoreMixedContent}, {@linkcode linkStyles w:linkStyles}, {@linkcode listSeparator w:listSeparator}, {@linkcode mailMerge w:mailMerge}, {@linkcode mirrorMargins w:mirrorMargins}, {@linkcode noLineBreaksAfter w:noLineBreaksAfter}, {@linkcode noLineBreaksBefore w:noLineBreaksBefore}, {@linkcode noPunctuationKerning w:noPunctuationKerning}, {@linkcode printFormsData w:printFormsData}, {@linkcode printFractionalCharacterWidth w:printFractionalCharacterWidth}, {@linkcode printPostScriptOverText w:printPostScriptOverText}, {@linkcode printTwoOnOne w:printTwoOnOne}, {@linkcode proofState w:proofState}, {@linkcode readModeInkLockDown w:readModeInkLockDown}, {@linkcode removeDateAndTime w:removeDateAndTime}, {@linkcode removePersonalInformation w:removePersonalInformation}, {@linkcode revisionView w:revisionView}, {@linkcode rsids w:rsids}, {@linkcode saveFormsData w:saveFormsData}, {@linkcode saveInvalidXml w:saveInvalidXml}, {@linkcode savePreviewPicture w:savePreviewPicture}, {@linkcode saveSubsetFonts w:saveSubsetFonts}, {@linkcode saveThroughXslt w:saveThroughXslt}, {@linkcode saveXmlDataOnly w:saveXmlDataOnly}, {@linkcode shapeDefaults w:shapeDefaults}, {@linkcode showEnvelope w:showEnvelope}, {@linkcode showXMLTags w:showXMLTags}, {@linkcode strictFirstAndLastChars w:strictFirstAndLastChars}, {@linkcode styleLockQFSet w:styleLockQFSet}, {@linkcode styleLockTheme w:styleLockTheme}, {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}, {@linkcode stylePaneSortMethod w:stylePaneSortMethod}, {@linkcode summaryLength w:summaryLength}, {@linkcode themeFontLang w:themeFontLang}, {@linkcode trackRevisions w:trackRevisions}, {@linkcode uiCompat97To2003 w:uiCompat97To2003}, {@linkcode updateFields w:updateFields}, {@linkcode useXSLTWhenSaving w:useXSLTWhenSaving}, {@linkcode view w:view}, {@linkcode writeProtection w:writeProtection}, {@linkcode zoom w:zoom}, {@linkcode W14.conflictMode w14:conflictMode}, {@linkcode W14.defaultImageDpi w14:defaultImageDpi}, {@linkcode W14.discardImageEditingData w14:discardImageEditingData}, {@linkcode W14.docId w14:docId}, {@linkcode W15.chartTrackingRefBased w15:chartTrackingRefBased}, {@linkcode W15.docId w15:docId}
     */
    static readonly settings: XName;
    /**
     * Represents the `w:shadow` XML element and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}
     */
    static readonly shadow: XName;
    /**
     * Represents the `w:shapeDefaults` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - child XML elements: {@linkcode O.shapedefaults o:shapedefaults}, {@linkcode O.shapelayout o:shapelayout}
     */
    static readonly shapeDefaults: XName;
    /**
     * Represents the `w:shapeid` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode control w:control}
     */
    static readonly shapeid: XName;
    /**
     * Represents the `w:shapeId` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectEmbed w:objectEmbed}, {@linkcode objectLink w:objectLink}
     */
    static readonly shapeId_: XName;
    /**
     * Represents the `w:shapeLayoutLikeWW8` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly shapeLayoutLikeWW8: XName;
    /**
     * Represents the `w:shd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode rPr w:rPr}, {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}, {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode color w:color}, {@linkcode fill w:fill}, {@linkcode themeColor w:themeColor}, {@linkcode themeFill w:themeFill}, {@linkcode themeFillShade w:themeFillShade}, {@linkcode themeFillTint w:themeFillTint}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly shd: XName;
    /**
     * Represents the `w:showBreaksInFrames` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly showBreaksInFrames: XName;
    /**
     * Represents the `w:showEnvelope` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly showEnvelope: XName;
    /**
     * Represents the `w:showingPlcHdr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly showingPlcHdr: XName;
    /**
     * Represents the `w:showXMLTags` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly showXMLTags: XName;
    /**
     * Represents the `w:sig` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode font w:font}
     * - XML attributes: {@linkcode csb0 w:csb0}, {@linkcode csb1 w:csb1}, {@linkcode usb0 w:usb0}, {@linkcode usb1 w:usb1}, {@linkcode usb2 w:usb2}, {@linkcode usb3 w:usb3}
     */
    static readonly sig: XName;
    /**
     * Represents the `w:size` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode checkBox w:checkBox}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly size: XName;
    /**
     * Represents the `w:sizeAuto` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode checkBox w:checkBox}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly sizeAuto: XName;
    /**
     * Represents the `w:smallCaps` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly smallCaps: XName;
    /**
     * Represents the `w:snapToGrid` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly snapToGrid: XName;
    /**
     * Represents the `w:softHyphen` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly softHyphen: XName;
    /**
     * Represents the `w:solutionID` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode saveThroughXslt w:saveThroughXslt}
     */
    static readonly solutionID: XName;
    /**
     * Represents the `w:sourceFileName` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly sourceFileName: XName;
    /**
     * Represents the `w:space` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode col w:col}, {@linkcode cols w:cols}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}
     */
    static readonly space: XName;
    /**
     * Represents the `w:spaceForUL` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly spaceForUL: XName;
    /**
     * Represents the `w:spacing` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode after w:after}, {@linkcode afterAutospacing w:afterAutospacing}, {@linkcode afterLines w:afterLines}, {@linkcode before w:before}, {@linkcode beforeAutospacing w:beforeAutospacing}, {@linkcode beforeLines w:beforeLines}, {@linkcode line w:line}, {@linkcode lineRule w:lineRule}, {@linkcode val w:val}
     */
    static readonly spacing: XName;
    /**
     * Represents the `w:spacingInWholePoints` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly spacingInWholePoints: XName;
    /**
     * Represents the `w:specVanish` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly specVanish: XName;
    /**
     * Represents the `w:spelling` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode proofState w:proofState}
     */
    static readonly spelling: XName;
    /**
     * Represents the `w:spinCount` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode documentProtection w:documentProtection}, {@linkcode writeProtection w:writeProtection}
     */
    static readonly spinCount: XName;
    /**
     * Represents the `w:splitPgBreakAndParaMark` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly splitPgBreakAndParaMark: XName;
    /**
     * Represents the `w:src` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly src: XName;
    /**
     * Represents the `w:start` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}, {@linkcode lnNumType w:lnNumType}, {@linkcode pgNumType w:pgNumType}
     */
    static readonly start: XName;
    /**
     * Represents the `w:startChars` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode ind w:ind}
     */
    static readonly startChars: XName;
    /**
     * Represents the `w:startOverride` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvlOverride w:lvlOverride}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly startOverride: XName;
    /**
     * Represents the `w:statusText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - XML attributes: {@linkcode type w:type}, {@linkcode val w:val}
     */
    static readonly statusText: XName;
    /**
     * Represents the `w:storeItemID` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode dataBinding w:dataBinding}, {@linkcode W15.dataBinding w15:dataBinding}
     */
    static readonly storeItemID: XName;
    /**
     * Represents the `w:storeMappedDataAs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode date w:date}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly storeMappedDataAs: XName;
    /**
     * Represents the `w:strictFirstAndLastChars` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly strictFirstAndLastChars: XName;
    /**
     * Represents the `w:strike` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly strike: XName;
    /**
     * Represents the `w:style` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}, {@linkcode styles w:styles}
     * - child XML elements: {@linkcode aliases w:aliases}, {@linkcode autoRedefine w:autoRedefine}, {@linkcode basedOn w:basedOn}, {@linkcode hidden w:hidden}, {@linkcode link w:link}, {@linkcode locked w:locked}, {@linkcode name_ w:name_}, {@linkcode next w:next}, {@linkcode personal w:personal}, {@linkcode personalCompose w:personalCompose}, {@linkcode personalReply w:personalReply}, {@linkcode pPr w:pPr}, {@linkcode qFormat w:qFormat}, {@linkcode rPr w:rPr}, {@linkcode rsid w:rsid}, {@linkcode semiHidden w:semiHidden}, {@linkcode tblPr w:tblPr}, {@linkcode tblStylePr w:tblStylePr}, {@linkcode tcPr w:tcPr}, {@linkcode trPr w:trPr}, {@linkcode uiPriority w:uiPriority}, {@linkcode unhideWhenUsed w:unhideWhenUsed}
     * - XML attributes: {@linkcode customStyle w:customStyle}, {@linkcode default w:default}, {@linkcode styleId w:styleId}, {@linkcode type w:type}, {@linkcode val w:val}
     */
    static readonly style: XName;
    /**
     * Represents the `w:styleId` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode style w:style}
     */
    static readonly styleId: XName;
    /**
     * Represents the `w:styleLink` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly styleLink: XName;
    /**
     * Represents the `w:styleLockQFSet` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly styleLockQFSet: XName;
    /**
     * Represents the `w:styleLockTheme` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly styleLockTheme: XName;
    /**
     * Represents the `w:stylePaneFormatFilter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode allStyles w:allStyles}, {@linkcode alternateStyleNames w:alternateStyleNames}, {@linkcode clearFormatting w:clearFormatting}, {@linkcode customStyles w:customStyles}, {@linkcode directFormattingOnNumbering w:directFormattingOnNumbering}, {@linkcode directFormattingOnParagraphs w:directFormattingOnParagraphs}, {@linkcode directFormattingOnRuns w:directFormattingOnRuns}, {@linkcode directFormattingOnTables w:directFormattingOnTables}, {@linkcode headingStyles w:headingStyles}, {@linkcode latentStyles w:latentStyles}, {@linkcode numberingStyles w:numberingStyles}, {@linkcode stylesInUse w:stylesInUse}, {@linkcode tableStyles w:tableStyles}, {@linkcode top3HeadingStyles w:top3HeadingStyles}, {@linkcode val w:val}, {@linkcode visibleStyles w:visibleStyles}
     */
    static readonly stylePaneFormatFilter: XName;
    /**
     * Represents the `w:stylePaneSortMethod` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly stylePaneSortMethod: XName;
    /**
     * Represents the `w:styles` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode docDefaults w:docDefaults}, {@linkcode latentStyles w:latentStyles}, {@linkcode style w:style}
     */
    static readonly styles: XName;
    /**
     * Represents the `w:stylesInUse` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly stylesInUse: XName;
    /**
     * Represents the `w:subDoc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode bdo w:bdo}, {@linkcode customXml w:customXml}, {@linkcode dir w:dir}, {@linkcode fldSimple w:fldSimple}, {@linkcode hyperlink w:hyperlink}, {@linkcode p w:p}, {@linkcode sdtContent w:sdtContent}
     * - XML attributes: {@linkcode R.id r:id}
     */
    static readonly subDoc: XName;
    /**
     * Represents the `w:subFontBySize` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly subFontBySize: XName;
    /**
     * Represents the `w:subsetted` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode embedBold w:embedBold}, {@linkcode embedBoldItalic w:embedBoldItalic}, {@linkcode embedItalic w:embedItalic}, {@linkcode embedRegular w:embedRegular}
     */
    static readonly subsetted: XName;
    /**
     * Represents the `w:suff` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode lvl w:lvl}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suff: XName;
    /**
     * Represents the `w:summaryLength` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly summaryLength: XName;
    /**
     * Represents the `w:suppressAutoHyphens` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressAutoHyphens: XName;
    /**
     * Represents the `w:suppressBottomSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressBottomSpacing: XName;
    /**
     * Represents the `w:suppressLineNumbers` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressLineNumbers: XName;
    /**
     * Represents the `w:suppressOverlap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressOverlap: XName;
    /**
     * Represents the `w:suppressSpacingAtTopOfPage` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressSpacingAtTopOfPage: XName;
    /**
     * Represents the `w:suppressSpBfAfterPgBrk` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressSpBfAfterPgBrk: XName;
    /**
     * Represents the `w:suppressTopSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressTopSpacing: XName;
    /**
     * Represents the `w:suppressTopSpacingWP` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly suppressTopSpacingWP: XName;
    /**
     * Represents the `w:swapBordersFacingPages` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly swapBordersFacingPages: XName;
    /**
     * Represents the `w:sym` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode char w:char}, {@linkcode font w:font}
     */
    static readonly sym: XName;
    /**
     * Represents the `w:sz` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode frame w:frame}, {@linkcode frameset w:frameset}, {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}
     */
    static readonly sz: XName;
    /**
     * Represents the `w:szCs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly szCs: XName;
    /**
     * Represents the `w:t` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     * - XML attributes: {@linkcode XML.space xml:space}
     */
    static readonly t: XName;
    /**
     * Represents the `w:t1` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly t1: XName;
    /**
     * Represents the `w:t2` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping}
     */
    static readonly t2: XName;
    /**
     * Represents the `w:tab` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}, {@linkcode tabs w:tabs}
     * - XML attributes: {@linkcode leader w:leader}, {@linkcode pos w:pos}, {@linkcode val w:val}
     */
    static readonly tab: XName;
    /**
     * Represents the `w:table` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly table: XName;
    /**
     * Represents the `w:tableStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly tableStyles: XName;
    /**
     * Represents the `w:tabs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - child XML elements: {@linkcode tab w:tab}
     */
    static readonly tabs: XName;
    /**
     * Represents the `w:tag` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tag: XName;
    /**
     * Represents the `w:targetScreenSz` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode webSettings w:webSettings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly targetScreenSz: XName;
    /**
     * Represents the `w:tbl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode body w:body}, {@linkcode comment w:comment}, {@linkcode customXml w:customXml}, {@linkcode docPartBody w:docPartBody}, {@linkcode endnote w:endnote}, {@linkcode footnote w:footnote}, {@linkcode ftr w:ftr}, {@linkcode hdr w:hdr}, {@linkcode sdtContent w:sdtContent}, {@linkcode tc w:tc}, {@linkcode txbxContent w:txbxContent}
     * - child XML elements: {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tblGrid w:tblGrid}, {@linkcode tblPr w:tblPr}, {@linkcode tr w:tr}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly tbl: XName;
    /**
     * Represents the `w:tblBorders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode top w:top}
     */
    static readonly tblBorders: XName;
    /**
     * Represents the `w:tblCaption` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblCaption: XName;
    /**
     * Represents the `w:tblCellMar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode top w:top}
     */
    static readonly tblCellMar: XName;
    /**
     * Represents the `w:tblCellSpacing` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly tblCellSpacing: XName;
    /**
     * Represents the `w:tblDescription` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblDescription: XName;
    /**
     * Represents the `w:tblGrid` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tbl w:tbl}, {@linkcode tblGridChange w:tblGridChange}
     * - child XML elements: {@linkcode gridCol w:gridCol}, {@linkcode tblGridChange w:tblGridChange}
     */
    static readonly tblGrid: XName;
    /**
     * Represents the `w:tblGridChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblGrid w:tblGrid}
     * - child XML elements: {@linkcode tblGrid w:tblGrid}
     * - XML attributes: {@linkcode id w:id}
     */
    static readonly tblGridChange: XName;
    /**
     * Represents the `w:tblHeader` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblHeader: XName;
    /**
     * Represents the `w:tblInd` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly tblInd: XName;
    /**
     * Represents the `w:tblLayout` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - XML attributes: {@linkcode type w:type}
     */
    static readonly tblLayout: XName;
    /**
     * Represents the `w:tblLook` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - XML attributes: {@linkcode firstColumn w:firstColumn}, {@linkcode firstRow w:firstRow}, {@linkcode lastColumn w:lastColumn}, {@linkcode lastRow w:lastRow}, {@linkcode noHBand w:noHBand}, {@linkcode noVBand w:noVBand}, {@linkcode val w:val}
     */
    static readonly tblLook: XName;
    /**
     * Represents the `w:tblOverlap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblOverlap: XName;
    /**
     * Represents the `w:tblpPr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode bottomFromText w:bottomFromText}, {@linkcode horzAnchor w:horzAnchor}, {@linkcode leftFromText w:leftFromText}, {@linkcode rightFromText w:rightFromText}, {@linkcode tblpX w:tblpX}, {@linkcode tblpXSpec w:tblpXSpec}, {@linkcode tblpY w:tblpY}, {@linkcode tblpYSpec w:tblpYSpec}, {@linkcode topFromText w:topFromText}, {@linkcode vertAnchor w:vertAnchor}
     */
    static readonly tblpPr: XName;
    /**
     * Represents the `w:tblPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}, {@linkcode tbl w:tbl}, {@linkcode tblPrChange w:tblPrChange}, {@linkcode tblStylePr w:tblStylePr}
     * - child XML elements: {@linkcode bidiVisual w:bidiVisual}, {@linkcode jc w:jc}, {@linkcode shd w:shd}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCaption w:tblCaption}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tblCellSpacing w:tblCellSpacing}, {@linkcode tblDescription w:tblDescription}, {@linkcode tblInd w:tblInd}, {@linkcode tblLayout w:tblLayout}, {@linkcode tblLook w:tblLook}, {@linkcode tblOverlap w:tblOverlap}, {@linkcode tblpPr w:tblpPr}, {@linkcode tblPrChange w:tblPrChange}, {@linkcode tblStyle w:tblStyle}, {@linkcode tblStyleColBandSize w:tblStyleColBandSize}, {@linkcode tblStyleRowBandSize w:tblStyleRowBandSize}, {@linkcode tblW w:tblW}
     */
    static readonly tblPr: XName;
    /**
     * Represents the `w:tblPrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - child XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly tblPrChange: XName;
    /**
     * Represents the `w:tblPrEx` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPrExChange w:tblPrExChange}, {@linkcode tr w:tr}
     * - child XML elements: {@linkcode jc w:jc}, {@linkcode shd w:shd}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tblCellSpacing w:tblCellSpacing}, {@linkcode tblInd w:tblInd}, {@linkcode tblLayout w:tblLayout}, {@linkcode tblLook w:tblLook}, {@linkcode tblPrExChange w:tblPrExChange}, {@linkcode tblW w:tblW}
     */
    static readonly tblPrEx: XName;
    /**
     * Represents the `w:tblPrExChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPrEx w:tblPrEx}
     * - child XML elements: {@linkcode tblPrEx w:tblPrEx}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly tblPrExChange: XName;
    /**
     * Represents the `w:tblpX` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly tblpX: XName;
    /**
     * Represents the `w:tblpXSpec` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly tblpXSpec: XName;
    /**
     * Represents the `w:tblpY` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly tblpY: XName;
    /**
     * Represents the `w:tblpYSpec` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly tblpYSpec: XName;
    /**
     * Represents the `w:tblStyle` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblStyle: XName;
    /**
     * Represents the `w:tblStyleColBandSize` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblStyleColBandSize: XName;
    /**
     * Represents the `w:tblStylePr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - child XML elements: {@linkcode pPr w:pPr}, {@linkcode rPr w:rPr}, {@linkcode tblPr w:tblPr}, {@linkcode tcPr w:tcPr}, {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode type w:type}
     */
    static readonly tblStylePr: XName;
    /**
     * Represents the `w:tblStyleRowBandSize` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tblStyleRowBandSize: XName;
    /**
     * Represents the `w:tblW` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tblPr w:tblPr}, {@linkcode tblPrEx w:tblPrEx}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly tblW: XName;
    /**
     * Represents the `w:tc` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customXml w:customXml}, {@linkcode sdtContent w:sdtContent}, {@linkcode tr w:tr}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode tcPr w:tcPr}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly tc: XName;
    /**
     * Represents the `w:tcBorders` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}
     */
    static readonly tcBorders: XName;
    /**
     * Represents the `w:tcFitText` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tcFitText: XName;
    /**
     * Represents the `w:tcMar` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - child XML elements: {@linkcode bottom w:bottom}, {@linkcode end w:end}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode top w:top}
     */
    static readonly tcMar: XName;
    /**
     * Represents the `w:tcPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}, {@linkcode tblStylePr w:tblStylePr}, {@linkcode tc w:tc}, {@linkcode tcPrChange w:tcPrChange}
     * - child XML elements: {@linkcode cellDel w:cellDel}, {@linkcode cellIns w:cellIns}, {@linkcode cellMerge w:cellMerge}, {@linkcode cnfStyle w:cnfStyle}, {@linkcode gridSpan w:gridSpan}, {@linkcode hideMark w:hideMark}, {@linkcode hMerge w:hMerge}, {@linkcode noWrap w:noWrap}, {@linkcode shd w:shd}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcFitText w:tcFitText}, {@linkcode tcMar w:tcMar}, {@linkcode tcPrChange w:tcPrChange}, {@linkcode tcW w:tcW}, {@linkcode textDirection w:textDirection}, {@linkcode vAlign w:vAlign}, {@linkcode vMerge w:vMerge}
     */
    static readonly tcPr: XName;
    /**
     * Represents the `w:tcPrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - child XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly tcPrChange: XName;
    /**
     * Represents the `w:tcW` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly tcW: XName;
    /**
     * Represents the `w:temporary` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly temporary: XName;
    /**
     * Represents the `w:tentative` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lvl w:lvl}
     */
    static readonly tentative: XName;
    /**
     * Represents the `w:text` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sdtPr w:sdtPr}
     * - XML attributes: {@linkcode multiLine w:multiLine}
     */
    static readonly text: XName;
    /**
     * Represents the `w:textAlignment` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly textAlignment: XName;
    /**
     * Represents the `w:textboxTightWrap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly textboxTightWrap: XName;
    /**
     * Represents the `w:textDirection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}, {@linkcode sectPr w:sectPr}, {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly textDirection: XName;
    /**
     * Represents the `w:textInput` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode ffData w:ffData}
     * - child XML elements: {@linkcode default w:default}, {@linkcode format w:format}, {@linkcode maxLength w:maxLength}, {@linkcode type w:type}
     */
    static readonly textInput: XName;
    /**
     * Represents the `w:tgtFrame` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink}
     */
    static readonly tgtFrame: XName;
    /**
     * Represents the `w:themeColor` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode background w:background}, {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode color w:color}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode shd w:shd}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}, {@linkcode u w:u}, {@linkcode W15.color w15:color}
     */
    static readonly themeColor: XName;
    /**
     * Represents the `w:themeFill` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode shd w:shd}
     */
    static readonly themeFill: XName;
    /**
     * Represents the `w:themeFillShade` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode shd w:shd}
     */
    static readonly themeFillShade: XName;
    /**
     * Represents the `w:themeFillTint` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode shd w:shd}
     */
    static readonly themeFillTint: XName;
    /**
     * Represents the `w:themeFontLang` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode bidi w:bidi}, {@linkcode eastAsia w:eastAsia}, {@linkcode val w:val}
     */
    static readonly themeFontLang: XName;
    /**
     * Represents the `w:themeShade` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode background w:background}, {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode color w:color}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode shd w:shd}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}, {@linkcode u w:u}, {@linkcode W15.color w15:color}
     */
    static readonly themeShade: XName;
    /**
     * Represents the `w:themeTint` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode background w:background}, {@linkcode bar w:bar}, {@linkcode bdr w:bdr}, {@linkcode between w:between}, {@linkcode bottom w:bottom}, {@linkcode color w:color}, {@linkcode end w:end}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode left w:left}, {@linkcode right w:right}, {@linkcode shd w:shd}, {@linkcode start w:start}, {@linkcode tl2br w:tl2br}, {@linkcode top w:top}, {@linkcode tr2bl w:tr2bl}, {@linkcode u w:u}, {@linkcode W15.color w15:color}
     */
    static readonly themeTint: XName;
    /**
     * Represents the `w:titlePg` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly titlePg: XName;
    /**
     * Represents the `w:tl2br` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBorders w:tcBorders}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly tl2br: XName;
    /**
     * Represents the `w:tmpl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode abstractNum w:abstractNum}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly tmpl: XName;
    /**
     * Represents the `w:tooltip` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink}
     */
    static readonly tooltip: XName;
    /**
     * Represents the `w:top` XML elements and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode divBdr w:divBdr}, {@linkcode pBdr w:pBdr}, {@linkcode pgBorders w:pgBorders}, {@linkcode tblBorders w:tblBorders}, {@linkcode tblCellMar w:tblCellMar}, {@linkcode tcBorders w:tcBorders}, {@linkcode tcMar w:tcMar}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode type w:type}, {@linkcode val w:val}, {@linkcode w_ w:w_}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgMar w:pgMar}
     */
    static readonly top: XName;
    /**
     * Represents the `w:top3HeadingStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly top3HeadingStyles: XName;
    /**
     * Represents the `w:topFromText` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly topFromText: XName;
    /**
     * Represents the `w:topLinePunct` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly topLinePunct: XName;
    /**
     * Represents the `w:tplc` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lvl w:lvl}
     */
    static readonly tplc: XName;
    /**
     * Represents the `w:tr` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode customXml w:customXml}, {@linkcode sdtContent w:sdtContent}, {@linkcode tbl w:tbl}
     * - child XML elements: {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tblPrEx w:tblPrEx}, {@linkcode tc w:tc}, {@linkcode trPr w:trPr}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     * - XML attributes: {@linkcode rsidDel w:rsidDel}, {@linkcode rsidR w:rsidR}, {@linkcode rsidRPr w:rsidRPr}, {@linkcode rsidTr w:rsidTr}, {@linkcode W14.paraId w14:paraId}, {@linkcode W14.textId w14:textId}
     */
    static readonly tr: XName;
    /**
     * Represents the `w:tr2bl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcBorders w:tcBorders}
     * - XML attributes: {@linkcode color w:color}, {@linkcode frame w:frame}, {@linkcode shadow w:shadow}, {@linkcode space w:space}, {@linkcode sz w:sz}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly tr2bl: XName;
    /**
     * Represents the `w:trackRevisions` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly trackRevisions: XName;
    /**
     * Represents the `w:trHeight` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode hRule w:hRule}, {@linkcode val w:val}
     */
    static readonly trHeight: XName;
    /**
     * Represents the `w:trPr` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}, {@linkcode tblStylePr w:tblStylePr}, {@linkcode tr w:tr}, {@linkcode trPrChange w:trPrChange}
     * - child XML elements: {@linkcode cantSplit w:cantSplit}, {@linkcode cnfStyle w:cnfStyle}, {@linkcode del w:del}, {@linkcode divId w:divId}, {@linkcode gridAfter w:gridAfter}, {@linkcode gridBefore w:gridBefore}, {@linkcode hidden w:hidden}, {@linkcode ins w:ins}, {@linkcode jc w:jc}, {@linkcode tblCellSpacing w:tblCellSpacing}, {@linkcode tblHeader w:tblHeader}, {@linkcode trHeight w:trHeight}, {@linkcode trPrChange w:trPrChange}, {@linkcode wAfter w:wAfter}, {@linkcode wBefore w:wBefore}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}
     */
    static readonly trPr: XName;
    /**
     * Represents the `w:trPrChange` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - child XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode author w:author}, {@linkcode date w:date}, {@linkcode id w:id}
     */
    static readonly trPrChange: XName;
    /**
     * Represents the `w:truncateFontHeightsLikeWP6` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly truncateFontHeightsLikeWP6: XName;
    /**
     * Represents the `w:txbxContent` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.textbox v:textbox}, {@linkcode WPS.txbx wps:txbx}
     * - child XML elements: {@linkcode altChunk w:altChunk}, {@linkcode bookmarkEnd w:bookmarkEnd}, {@linkcode bookmarkStart w:bookmarkStart}, {@linkcode commentRangeEnd w:commentRangeEnd}, {@linkcode commentRangeStart w:commentRangeStart}, {@linkcode contentPart w:contentPart}, {@linkcode customXml w:customXml}, {@linkcode customXmlDelRangeEnd w:customXmlDelRangeEnd}, {@linkcode customXmlDelRangeStart w:customXmlDelRangeStart}, {@linkcode customXmlInsRangeEnd w:customXmlInsRangeEnd}, {@linkcode customXmlInsRangeStart w:customXmlInsRangeStart}, {@linkcode customXmlMoveFromRangeEnd w:customXmlMoveFromRangeEnd}, {@linkcode customXmlMoveFromRangeStart w:customXmlMoveFromRangeStart}, {@linkcode customXmlMoveToRangeEnd w:customXmlMoveToRangeEnd}, {@linkcode customXmlMoveToRangeStart w:customXmlMoveToRangeStart}, {@linkcode del w:del}, {@linkcode ins w:ins}, {@linkcode moveFrom w:moveFrom}, {@linkcode moveFromRangeEnd w:moveFromRangeEnd}, {@linkcode moveFromRangeStart w:moveFromRangeStart}, {@linkcode moveTo w:moveTo}, {@linkcode moveToRangeEnd w:moveToRangeEnd}, {@linkcode moveToRangeStart w:moveToRangeStart}, {@linkcode p w:p}, {@linkcode permEnd w:permEnd}, {@linkcode permStart w:permStart}, {@linkcode proofErr w:proofErr}, {@linkcode sdt w:sdt}, {@linkcode tbl w:tbl}, {@linkcode W14.conflictDel w14:conflictDel}, {@linkcode W14.conflictIns w14:conflictIns}, {@linkcode W14.customXmlConflictDelRangeEnd w14:customXmlConflictDelRangeEnd}, {@linkcode W14.customXmlConflictDelRangeStart w14:customXmlConflictDelRangeStart}, {@linkcode W14.customXmlConflictInsRangeEnd w14:customXmlConflictInsRangeEnd}, {@linkcode W14.customXmlConflictInsRangeStart w14:customXmlConflictInsRangeStart}
     */
    static readonly txbxContent: XName;
    /**
     * Represents the `w:type` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode fieldMapData w:fieldMapData}, {@linkcode odso w:odso}, {@linkcode sectPr w:sectPr}, {@linkcode textInput w:textInput}, {@linkcode types w:types}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bottom w:bottom}, {@linkcode br w:br}, {@linkcode docGrid w:docGrid}, {@linkcode end w:end}, {@linkcode endnote w:endnote}, {@linkcode footerReference w:footerReference}, {@linkcode footnote w:footnote}, {@linkcode headerReference w:headerReference}, {@linkcode helpText w:helpText}, {@linkcode left w:left}, {@linkcode proofErr w:proofErr}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode statusText w:statusText}, {@linkcode style w:style}, {@linkcode tblCellSpacing w:tblCellSpacing}, {@linkcode tblInd w:tblInd}, {@linkcode tblLayout w:tblLayout}, {@linkcode tblStylePr w:tblStylePr}, {@linkcode tblW w:tblW}, {@linkcode tcW w:tcW}, {@linkcode top w:top}, {@linkcode wAfter w:wAfter}, {@linkcode wBefore w:wBefore}
     */
    static readonly type: XName;
    /**
     * Represents the `w:types` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode docPartPr w:docPartPr}
     * - child XML elements: {@linkcode type w:type}
     * - XML attributes: {@linkcode all w:all}
     */
    static readonly types: XName;
    /**
     * Represents the `w:u` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode color w:color}, {@linkcode themeColor w:themeColor}, {@linkcode themeShade w:themeShade}, {@linkcode themeTint w:themeTint}, {@linkcode val w:val}
     */
    static readonly u: XName;
    /**
     * Represents the `w:udl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode odso w:odso}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly udl: XName;
    /**
     * Represents the `w:uiCompat97To2003` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly uiCompat97To2003: XName;
    /**
     * Represents the `w:uiPriority` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lsdException w:lsdException}
     */
    static readonly uiPriority: XName;
    /**
     * Represents the `w:ulTrailSpace` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly ulTrailSpace: XName;
    /**
     * Represents the `w:underlineTabInNumList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly underlineTabInNumList: XName;
    /**
     * Represents the `w:unhideWhenUsed` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode style w:style}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode lsdException w:lsdException}
     */
    static readonly unhideWhenUsed: XName;
    /**
     * Represents the `w:uniqueTag` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode recipientData w:recipientData}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly uniqueTag: XName;
    /**
     * Represents the `w:updateFields` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly updateFields: XName;
    /**
     * Represents the `w:updateMode` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode objectLink w:objectLink}
     */
    static readonly updateMode: XName;
    /**
     * Represents the `w:uri` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode attr w:attr}, {@linkcode compatSetting w:compatSetting}
     */
    static readonly uri: XName;
    /**
     * Represents the `w:usb0` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly usb0: XName;
    /**
     * Represents the `w:usb1` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly usb1: XName;
    /**
     * Represents the `w:usb2` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly usb2: XName;
    /**
     * Represents the `w:usb3` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode sig w:sig}
     */
    static readonly usb3: XName;
    /**
     * Represents the `w:useAltKinsokuLineBreakRules` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useAltKinsokuLineBreakRules: XName;
    /**
     * Represents the `w:useAnsiKerningPairs` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useAnsiKerningPairs: XName;
    /**
     * Represents the `w:useFELayout` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useFELayout: XName;
    /**
     * Represents the `w:useNormalStyleForList` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useNormalStyleForList: XName;
    /**
     * Represents the `w:usePrinterMetrics` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly usePrinterMetrics: XName;
    /**
     * Represents the `w:useSingleBorderforContiguousCells` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useSingleBorderforContiguousCells: XName;
    /**
     * Represents the `w:useWord2002TableStyleRules` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useWord2002TableStyleRules: XName;
    /**
     * Represents the `w:useWord97LineBreakRules` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useWord97LineBreakRules: XName;
    /**
     * Represents the `w:useXSLTWhenSaving` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly useXSLTWhenSaving: XName;
    /**
     * Represents the `w:val` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode abstractNumId w:abstractNumId}, {@linkcode active w:active}, {@linkcode activeRecord w:activeRecord}, {@linkcode addressFieldName w:addressFieldName}, {@linkcode adjustLineHeightInTable w:adjustLineHeightInTable}, {@linkcode adjustRightInd w:adjustRightInd}, {@linkcode alias w:alias}, {@linkcode aliases w:aliases}, {@linkcode alignBordersAndEdges w:alignBordersAndEdges}, {@linkcode alignTablesRowByRow w:alignTablesRowByRow}, {@linkcode allowPNG w:allowPNG}, {@linkcode allowSpaceOfSameStyleInTable w:allowSpaceOfSameStyleInTable}, {@linkcode altName w:altName}, {@linkcode alwaysMergeEmptyNamespace w:alwaysMergeEmptyNamespace}, {@linkcode alwaysShowPlaceholderText w:alwaysShowPlaceholderText}, {@linkcode applyBreakingRules w:applyBreakingRules}, {@linkcode attachedSchema w:attachedSchema}, {@linkcode attr w:attr}, {@linkcode autofitToFirstFixedWidthCell w:autofitToFirstFixedWidthCell}, {@linkcode autoFormatOverride w:autoFormatOverride}, {@linkcode autoHyphenation w:autoHyphenation}, {@linkcode autoRedefine w:autoRedefine}, {@linkcode autoSpaceDE w:autoSpaceDE}, {@linkcode autoSpaceDN w:autoSpaceDN}, {@linkcode autoSpaceLikeWord95 w:autoSpaceLikeWord95}, {@linkcode b w:b}, {@linkcode balanceSingleByteDoubleByteWidth w:balanceSingleByteDoubleByteWidth}, {@linkcode bar w:bar}, {@linkcode basedOn w:basedOn}, {@linkcode bCs w:bCs}, {@linkcode bdo w:bdo}, {@linkcode bdr w:bdr}, {@linkcode behavior w:behavior}, {@linkcode between w:between}, {@linkcode bidi w:bidi}, {@linkcode bidiVisual w:bidiVisual}, {@linkcode blockQuote w:blockQuote}, {@linkcode bodyDiv w:bodyDiv}, {@linkcode bookFoldPrinting w:bookFoldPrinting}, {@linkcode bookFoldPrintingSheets w:bookFoldPrintingSheets}, {@linkcode bookFoldRevPrinting w:bookFoldRevPrinting}, {@linkcode bordersDoNotSurroundFooter w:bordersDoNotSurroundFooter}, {@linkcode bordersDoNotSurroundHeader w:bordersDoNotSurroundHeader}, {@linkcode bottom w:bottom}, {@linkcode cachedColBalance w:cachedColBalance}, {@linkcode calcOnExit w:calcOnExit}, {@linkcode calendar w:calendar}, {@linkcode cantSplit w:cantSplit}, {@linkcode caps w:caps}, {@linkcode characterSpacingControl w:characterSpacingControl}, {@linkcode charset w:charset}, {@linkcode checked w:checked}, {@linkcode checkErrors w:checkErrors}, {@linkcode clickAndTypeStyle w:clickAndTypeStyle}, {@linkcode cnfStyle w:cnfStyle}, {@linkcode colDelim w:colDelim}, {@linkcode color w:color}, {@linkcode column w:column}, {@linkcode compatSetting w:compatSetting}, {@linkcode connectString w:connectString}, {@linkcode consecutiveHyphenLimit w:consecutiveHyphenLimit}, {@linkcode contextualSpacing w:contextualSpacing}, {@linkcode convMailMergeEsc w:convMailMergeEsc}, {@linkcode cs w:cs}, {@linkcode dataType w:dataType}, {@linkcode dateFormat w:dateFormat}, {@linkcode decimalSymbol w:decimalSymbol}, {@linkcode default w:default}, {@linkcode defaultTableStyle w:defaultTableStyle}, {@linkcode defaultTabStop w:defaultTabStop}, {@linkcode description w:description}, {@linkcode destination w:destination}, {@linkcode dir w:dir}, {@linkcode dirty w:dirty}, {@linkcode displayBackgroundShape w:displayBackgroundShape}, {@linkcode displayHangulFixedWidth w:displayHangulFixedWidth}, {@linkcode displayHorizontalDrawingGridEvery w:displayHorizontalDrawingGridEvery}, {@linkcode displayVerticalDrawingGridEvery w:displayVerticalDrawingGridEvery}, {@linkcode divId w:divId}, {@linkcode docPart w:docPart}, {@linkcode docPartCategory w:docPartCategory}, {@linkcode docPartGallery w:docPartGallery}, {@linkcode docPartUnique w:docPartUnique}, {@linkcode documentType w:documentType}, {@linkcode docVar w:docVar}, {@linkcode doNotAutoCompressPictures w:doNotAutoCompressPictures}, {@linkcode doNotAutofitConstrainedTables w:doNotAutofitConstrainedTables}, {@linkcode doNotBreakConstrainedForcedTable w:doNotBreakConstrainedForcedTable}, {@linkcode doNotBreakWrappedTables w:doNotBreakWrappedTables}, {@linkcode doNotDemarcateInvalidXml w:doNotDemarcateInvalidXml}, {@linkcode doNotDisplayPageBoundaries w:doNotDisplayPageBoundaries}, {@linkcode doNotExpandShiftReturn w:doNotExpandShiftReturn}, {@linkcode doNotHyphenateCaps w:doNotHyphenateCaps}, {@linkcode doNotIncludeSubdocsInStats w:doNotIncludeSubdocsInStats}, {@linkcode doNotLeaveBackslashAlone w:doNotLeaveBackslashAlone}, {@linkcode doNotOrganizeInFolder w:doNotOrganizeInFolder}, {@linkcode doNotRelyOnCSS w:doNotRelyOnCSS}, {@linkcode doNotSaveAsSingleFile w:doNotSaveAsSingleFile}, {@linkcode doNotShadeFormData w:doNotShadeFormData}, {@linkcode doNotSnapToGridInCell w:doNotSnapToGridInCell}, {@linkcode doNotSuppressBlankLines w:doNotSuppressBlankLines}, {@linkcode doNotSuppressIndentation w:doNotSuppressIndentation}, {@linkcode doNotSuppressParagraphBorders w:doNotSuppressParagraphBorders}, {@linkcode doNotTrackFormatting w:doNotTrackFormatting}, {@linkcode doNotTrackMoves w:doNotTrackMoves}, {@linkcode doNotUseEastAsianBreakRules w:doNotUseEastAsianBreakRules}, {@linkcode doNotUseHTMLParagraphAutoSpacing w:doNotUseHTMLParagraphAutoSpacing}, {@linkcode doNotUseIndentAsNumberingTabStop w:doNotUseIndentAsNumberingTabStop}, {@linkcode doNotUseLongFileNames w:doNotUseLongFileNames}, {@linkcode doNotUseMarginsForDrawingGridOrigin w:doNotUseMarginsForDrawingGridOrigin}, {@linkcode doNotValidateAgainstSchema w:doNotValidateAgainstSchema}, {@linkcode doNotVertAlignCellWithSp w:doNotVertAlignCellWithSp}, {@linkcode doNotVertAlignInTxbx w:doNotVertAlignInTxbx}, {@linkcode doNotWrapTextWithPunct w:doNotWrapTextWithPunct}, {@linkcode drawingGridHorizontalOrigin w:drawingGridHorizontalOrigin}, {@linkcode drawingGridHorizontalSpacing w:drawingGridHorizontalSpacing}, {@linkcode drawingGridVerticalOrigin w:drawingGridVerticalOrigin}, {@linkcode drawingGridVerticalSpacing w:drawingGridVerticalSpacing}, {@linkcode dstrike w:dstrike}, {@linkcode dynamicAddress w:dynamicAddress}, {@linkcode effect w:effect}, {@linkcode em w:em}, {@linkcode embedSystemFonts w:embedSystemFonts}, {@linkcode embedTrueTypeFonts w:embedTrueTypeFonts}, {@linkcode emboss w:emboss}, {@linkcode enabled w:enabled}, {@linkcode encoding w:encoding}, {@linkcode end w:end}, {@linkcode entryMacro w:entryMacro}, {@linkcode evenAndOddHeaders w:evenAndOddHeaders}, {@linkcode exitMacro w:exitMacro}, {@linkcode family w:family}, {@linkcode fHdr w:fHdr}, {@linkcode fitText w:fitText}, {@linkcode flatBorders w:flatBorders}, {@linkcode footnoteLayoutLikeWW8 w:footnoteLayoutLikeWW8}, {@linkcode forgetLastTabAlignment w:forgetLastTabAlignment}, {@linkcode format w:format}, {@linkcode formProt w:formProt}, {@linkcode formsDesign w:formsDesign}, {@linkcode frameLayout w:frameLayout}, {@linkcode gallery w:gallery}, {@linkcode gridAfter w:gridAfter}, {@linkcode gridBefore w:gridBefore}, {@linkcode gridSpan w:gridSpan}, {@linkcode growAutofit w:growAutofit}, {@linkcode guid w:guid}, {@linkcode gutterAtTop w:gutterAtTop}, {@linkcode helpText w:helpText}, {@linkcode hidden w:hidden}, {@linkcode hideGrammaticalErrors w:hideGrammaticalErrors}, {@linkcode hideMark w:hideMark}, {@linkcode hideSpellingErrors w:hideSpellingErrors}, {@linkcode highlight w:highlight}, {@linkcode hMerge w:hMerge}, {@linkcode hps w:hps}, {@linkcode hpsBaseText w:hpsBaseText}, {@linkcode hpsRaise w:hpsRaise}, {@linkcode hyphenationZone w:hyphenationZone}, {@linkcode i w:i}, {@linkcode iCs w:iCs}, {@linkcode id w:id}, {@linkcode ignoreMixedContent w:ignoreMixedContent}, {@linkcode ilvl w:ilvl}, {@linkcode imprint w:imprint}, {@linkcode insideH w:insideH}, {@linkcode insideV w:insideV}, {@linkcode isLgl w:isLgl}, {@linkcode jc w:jc}, {@linkcode keepLines w:keepLines}, {@linkcode keepNext w:keepNext}, {@linkcode kern w:kern}, {@linkcode kinsoku w:kinsoku}, {@linkcode lang w:lang}, {@linkcode layoutRawTableWidth w:layoutRawTableWidth}, {@linkcode layoutTableRowsApart w:layoutTableRowsApart}, {@linkcode left w:left}, {@linkcode lid w:lid}, {@linkcode lineWrapLikeWord6 w:lineWrapLikeWord6}, {@linkcode link w:link}, {@linkcode linkedToFile w:linkedToFile}, {@linkcode linkStyles w:linkStyles}, {@linkcode linkToQuery w:linkToQuery}, {@linkcode listEntry w:listEntry}, {@linkcode listSeparator w:listSeparator}, {@linkcode lock w:lock}, {@linkcode locked w:locked}, {@linkcode lvlJc w:lvlJc}, {@linkcode lvlPicBulletId w:lvlPicBulletId}, {@linkcode lvlRestart w:lvlRestart}, {@linkcode lvlText w:lvlText}, {@linkcode mailAsAttachment w:mailAsAttachment}, {@linkcode mailSubject w:mailSubject}, {@linkcode mainDocumentType w:mainDocumentType}, {@linkcode mappedName w:mappedName}, {@linkcode marBottom w:marBottom}, {@linkcode marH w:marH}, {@linkcode marLeft w:marLeft}, {@linkcode marRight w:marRight}, {@linkcode marTop w:marTop}, {@linkcode marW w:marW}, {@linkcode matchSrc w:matchSrc}, {@linkcode maxLength w:maxLength}, {@linkcode mirrorIndents w:mirrorIndents}, {@linkcode mirrorMargins w:mirrorMargins}, {@linkcode multiLevelType w:multiLevelType}, {@linkcode mwSmallCaps w:mwSmallCaps}, {@linkcode name_ w:name_}, {@linkcode next w:next}, {@linkcode noBorder w:noBorder}, {@linkcode noColumnBalance w:noColumnBalance}, {@linkcode noEndnote w:noEndnote}, {@linkcode noExtraLineSpacing w:noExtraLineSpacing}, {@linkcode noLeading w:noLeading}, {@linkcode noLineBreaksAfter w:noLineBreaksAfter}, {@linkcode noLineBreaksBefore w:noLineBreaksBefore}, {@linkcode noProof w:noProof}, {@linkcode noPunctuationKerning w:noPunctuationKerning}, {@linkcode noResizeAllowed w:noResizeAllowed}, {@linkcode noSpaceRaiseLower w:noSpaceRaiseLower}, {@linkcode noTabHangInd w:noTabHangInd}, {@linkcode notTrueType w:notTrueType}, {@linkcode noWrap w:noWrap}, {@linkcode nsid w:nsid}, {@linkcode numFmt w:numFmt}, {@linkcode numId w:numId}, {@linkcode numIdMacAtCleanup w:numIdMacAtCleanup}, {@linkcode numRestart w:numRestart}, {@linkcode numStart w:numStart}, {@linkcode numStyleLink w:numStyleLink}, {@linkcode oMath w:oMath}, {@linkcode optimizeForBrowser w:optimizeForBrowser}, {@linkcode outline w:outline}, {@linkcode outlineLvl w:outlineLvl}, {@linkcode overflowPunct w:overflowPunct}, {@linkcode pageBreakBefore w:pageBreakBefore}, {@linkcode panose1 w:panose1}, {@linkcode personal w:personal}, {@linkcode personalCompose w:personalCompose}, {@linkcode personalReply w:personalReply}, {@linkcode pitch w:pitch}, {@linkcode pixelsPerInch w:pixelsPerInch}, {@linkcode placeholder w:placeholder}, {@linkcode pos w:pos}, {@linkcode position w:position}, {@linkcode printBodyTextBeforeHeader w:printBodyTextBeforeHeader}, {@linkcode printColBlack w:printColBlack}, {@linkcode printFormsData w:printFormsData}, {@linkcode printFractionalCharacterWidth w:printFractionalCharacterWidth}, {@linkcode printPostScriptOverText w:printPostScriptOverText}, {@linkcode printTwoOnOne w:printTwoOnOne}, {@linkcode pStyle w:pStyle}, {@linkcode qFormat w:qFormat}, {@linkcode query w:query}, {@linkcode relyOnVML w:relyOnVML}, {@linkcode removeDateAndTime w:removeDateAndTime}, {@linkcode removePersonalInformation w:removePersonalInformation}, {@linkcode result w:result}, {@linkcode right w:right}, {@linkcode rsid w:rsid}, {@linkcode rsidRoot w:rsidRoot}, {@linkcode rStyle w:rStyle}, {@linkcode rtl w:rtl}, {@linkcode rtlGutter w:rtlGutter}, {@linkcode rubyAlign w:rubyAlign}, {@linkcode saveFormsData w:saveFormsData}, {@linkcode saveInvalidXml w:saveInvalidXml}, {@linkcode savePreviewPicture w:savePreviewPicture}, {@linkcode saveSubsetFonts w:saveSubsetFonts}, {@linkcode saveXmlDataOnly w:saveXmlDataOnly}, {@linkcode scrollbar w:scrollbar}, {@linkcode selectFldWithFirstOrLastChar w:selectFldWithFirstOrLastChar}, {@linkcode semiHidden w:semiHidden}, {@linkcode shadow w:shadow}, {@linkcode shapeLayoutLikeWW8 w:shapeLayoutLikeWW8}, {@linkcode shd w:shd}, {@linkcode showBreaksInFrames w:showBreaksInFrames}, {@linkcode showEnvelope w:showEnvelope}, {@linkcode showingPlcHdr w:showingPlcHdr}, {@linkcode showXMLTags w:showXMLTags}, {@linkcode size w:size}, {@linkcode sizeAuto w:sizeAuto}, {@linkcode smallCaps w:smallCaps}, {@linkcode snapToGrid w:snapToGrid}, {@linkcode spaceForUL w:spaceForUL}, {@linkcode spacing w:spacing}, {@linkcode spacingInWholePoints w:spacingInWholePoints}, {@linkcode specVanish w:specVanish}, {@linkcode splitPgBreakAndParaMark w:splitPgBreakAndParaMark}, {@linkcode start w:start}, {@linkcode startOverride w:startOverride}, {@linkcode statusText w:statusText}, {@linkcode storeMappedDataAs w:storeMappedDataAs}, {@linkcode strictFirstAndLastChars w:strictFirstAndLastChars}, {@linkcode strike w:strike}, {@linkcode style w:style}, {@linkcode styleLink w:styleLink}, {@linkcode styleLockQFSet w:styleLockQFSet}, {@linkcode styleLockTheme w:styleLockTheme}, {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}, {@linkcode stylePaneSortMethod w:stylePaneSortMethod}, {@linkcode subFontBySize w:subFontBySize}, {@linkcode suff w:suff}, {@linkcode summaryLength w:summaryLength}, {@linkcode suppressAutoHyphens w:suppressAutoHyphens}, {@linkcode suppressBottomSpacing w:suppressBottomSpacing}, {@linkcode suppressLineNumbers w:suppressLineNumbers}, {@linkcode suppressOverlap w:suppressOverlap}, {@linkcode suppressSpacingAtTopOfPage w:suppressSpacingAtTopOfPage}, {@linkcode suppressSpBfAfterPgBrk w:suppressSpBfAfterPgBrk}, {@linkcode suppressTopSpacing w:suppressTopSpacing}, {@linkcode suppressTopSpacingWP w:suppressTopSpacingWP}, {@linkcode swapBordersFacingPages w:swapBordersFacingPages}, {@linkcode sz w:sz}, {@linkcode szCs w:szCs}, {@linkcode tab w:tab}, {@linkcode table w:table}, {@linkcode tag w:tag}, {@linkcode targetScreenSz w:targetScreenSz}, {@linkcode tblCaption w:tblCaption}, {@linkcode tblDescription w:tblDescription}, {@linkcode tblHeader w:tblHeader}, {@linkcode tblLook w:tblLook}, {@linkcode tblOverlap w:tblOverlap}, {@linkcode tblStyle w:tblStyle}, {@linkcode tblStyleColBandSize w:tblStyleColBandSize}, {@linkcode tblStyleRowBandSize w:tblStyleRowBandSize}, {@linkcode tcFitText w:tcFitText}, {@linkcode temporary w:temporary}, {@linkcode textAlignment w:textAlignment}, {@linkcode textboxTightWrap w:textboxTightWrap}, {@linkcode textDirection w:textDirection}, {@linkcode themeFontLang w:themeFontLang}, {@linkcode titlePg w:titlePg}, {@linkcode tl2br w:tl2br}, {@linkcode tmpl w:tmpl}, {@linkcode top w:top}, {@linkcode topLinePunct w:topLinePunct}, {@linkcode tr2bl w:tr2bl}, {@linkcode trackRevisions w:trackRevisions}, {@linkcode trHeight w:trHeight}, {@linkcode truncateFontHeightsLikeWP6 w:truncateFontHeightsLikeWP6}, {@linkcode type w:type}, {@linkcode u w:u}, {@linkcode udl w:udl}, {@linkcode uiCompat97To2003 w:uiCompat97To2003}, {@linkcode uiPriority w:uiPriority}, {@linkcode ulTrailSpace w:ulTrailSpace}, {@linkcode underlineTabInNumList w:underlineTabInNumList}, {@linkcode unhideWhenUsed w:unhideWhenUsed}, {@linkcode uniqueTag w:uniqueTag}, {@linkcode updateFields w:updateFields}, {@linkcode useAltKinsokuLineBreakRules w:useAltKinsokuLineBreakRules}, {@linkcode useAnsiKerningPairs w:useAnsiKerningPairs}, {@linkcode useFELayout w:useFELayout}, {@linkcode useNormalStyleForList w:useNormalStyleForList}, {@linkcode usePrinterMetrics w:usePrinterMetrics}, {@linkcode useSingleBorderforContiguousCells w:useSingleBorderforContiguousCells}, {@linkcode useWord2002TableStyleRules w:useWord2002TableStyleRules}, {@linkcode useWord97LineBreakRules w:useWord97LineBreakRules}, {@linkcode useXSLTWhenSaving w:useXSLTWhenSaving}, {@linkcode vAlign w:vAlign}, {@linkcode vanish w:vanish}, {@linkcode vertAlign w:vertAlign}, {@linkcode view w:view}, {@linkcode viewMergedData w:viewMergedData}, {@linkcode vMerge w:vMerge}, {@linkcode w_ w:w_}, {@linkcode webHidden w:webHidden}, {@linkcode widowControl w:widowControl}, {@linkcode wordWrap w:wordWrap}, {@linkcode wpJustification w:wpJustification}, {@linkcode wpSpaceWidth w:wpSpaceWidth}, {@linkcode wrapTrailSpaces w:wrapTrailSpaces}, {@linkcode zoom w:zoom}, {@linkcode W15.chartTrackingRefBased w15:chartTrackingRefBased}, {@linkcode W15.collapsed w15:collapsed}, {@linkcode W15.color w15:color}, {@linkcode W15.doNotAllowInsertDeleteSection w15:doNotAllowInsertDeleteSection}, {@linkcode W15.footnoteColumns w15:footnoteColumns}, {@linkcode W15.sectionTitle w15:sectionTitle}, {@linkcode W15.webExtensionCreated w15:webExtensionCreated}, {@linkcode W15.webExtensionLinked w15:webExtensionLinked}
     */
    static readonly val: XName;
    /**
     * Represents the `w:vAlign` XML elements.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode sectPr w:sectPr}, {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly vAlign: XName;
    /**
     * Represents the `w:value` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode listItem w:listItem}
     */
    static readonly value: XName;
    /**
     * Represents the `w:vAnchor` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly vAnchor: XName;
    /**
     * Represents the `w:vanish` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly vanish: XName;
    /**
     * Represents the `w:vendorID` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle}
     */
    static readonly vendorID: XName;
    /**
     * Represents the `w:vert` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout}
     */
    static readonly vert: XName;
    /**
     * Represents the `w:vertAlign` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly vertAlign: XName;
    /**
     * Represents the `w:vertAnchor` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr}
     */
    static readonly vertAnchor: XName;
    /**
     * Represents the `w:vertCompress` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout}
     */
    static readonly vertCompress: XName;
    /**
     * Represents the `w:view` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly view: XName;
    /**
     * Represents the `w:viewMergedData` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode mailMerge w:mailMerge}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly viewMergedData: XName;
    /**
     * Represents the `w:visibleStyles` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter}
     */
    static readonly visibleStyles: XName;
    /**
     * Represents the `w:vMerge` XML element and attribute.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode tcPr w:tcPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cellMerge w:cellMerge}
     */
    static readonly vMerge: XName;
    /**
     * Represents the `w:vMergeOrig` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode cellMerge w:cellMerge}
     */
    static readonly vMergeOrig: XName;
    /**
     * Represents the `w:vSpace` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly vSpace: XName;
    /**
     * Represents the `w:w` XML elements and attributes.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode framesetSplitbar w:framesetSplitbar}, {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     *
     * As an XML attribute, it is contained in the following XML elements: {@linkcode bottom w:bottom}, {@linkcode col w:col}, {@linkcode end w:end}, {@linkcode framePr w:framePr}, {@linkcode gridCol w:gridCol}, {@linkcode left w:left}, {@linkcode pgSz w:pgSz}, {@linkcode readModeInkLockDown w:readModeInkLockDown}, {@linkcode right w:right}, {@linkcode start w:start}, {@linkcode tblCellSpacing w:tblCellSpacing}, {@linkcode tblInd w:tblInd}, {@linkcode tblW w:tblW}, {@linkcode tcW w:tcW}, {@linkcode top w:top}, {@linkcode wAfter w:wAfter}, {@linkcode wBefore w:wBefore}
     */
    static readonly w_: XName;
    /**
     * Represents the `w:wAfter` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly wAfter: XName;
    /**
     * Represents the `w:wBefore` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode trPr w:trPr}
     * - XML attributes: {@linkcode type w:type}, {@linkcode w_ w:w_}
     */
    static readonly wBefore: XName;
    /**
     * Represents the `w:webHidden` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode rPr w:rPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly webHidden: XName;
    /**
     * Represents the `w:webSettings` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode A.graphicData a:graphicData}
     * - child XML elements: {@linkcode allowPNG w:allowPNG}, {@linkcode divs w:divs}, {@linkcode doNotOrganizeInFolder w:doNotOrganizeInFolder}, {@linkcode doNotRelyOnCSS w:doNotRelyOnCSS}, {@linkcode doNotSaveAsSingleFile w:doNotSaveAsSingleFile}, {@linkcode doNotUseLongFileNames w:doNotUseLongFileNames}, {@linkcode encoding w:encoding}, {@linkcode frameset w:frameset}, {@linkcode optimizeForBrowser w:optimizeForBrowser}, {@linkcode pixelsPerInch w:pixelsPerInch}, {@linkcode relyOnVML w:relyOnVML}, {@linkcode targetScreenSz w:targetScreenSz}
     */
    static readonly webSettings: XName;
    /**
     * Represents the `w:widowControl` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly widowControl: XName;
    /**
     * Represents the `w:wordWrap` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode pPr w:pPr}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly wordWrap: XName;
    /**
     * Represents the `w:wpJustification` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly wpJustification: XName;
    /**
     * Represents the `w:wpSpaceWidth` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly wpSpaceWidth: XName;
    /**
     * Represents the `w:wrap` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly wrap: XName;
    /**
     * Represents the `w:wrapTrailSpaces` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode compat w:compat}
     * - XML attributes: {@linkcode val w:val}
     */
    static readonly wrapTrailSpaces: XName;
    /**
     * Represents the `w:writeProtection` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode algIdExt w:algIdExt}, {@linkcode algIdExtSource w:algIdExtSource}, {@linkcode algorithmName w:algorithmName}, {@linkcode cryptAlgorithmClass w:cryptAlgorithmClass}, {@linkcode cryptAlgorithmSid w:cryptAlgorithmSid}, {@linkcode cryptAlgorithmType w:cryptAlgorithmType}, {@linkcode cryptProvider w:cryptProvider}, {@linkcode cryptProviderType w:cryptProviderType}, {@linkcode cryptProviderTypeExt w:cryptProviderTypeExt}, {@linkcode cryptProviderTypeExtSource w:cryptProviderTypeExtSource}, {@linkcode cryptSpinCount w:cryptSpinCount}, {@linkcode hash w:hash}, {@linkcode hashValue w:hashValue}, {@linkcode recommended w:recommended}, {@linkcode salt w:salt}, {@linkcode saltValue w:saltValue}, {@linkcode spinCount w:spinCount}
     */
    static readonly writeProtection: XName;
    /**
     * Represents the `w:x` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly x: XName;
    /**
     * Represents the `w:xAlign` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly xAlign: XName;
    /**
     * Represents the `w:xpath` XML attributes.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode dataBinding w:dataBinding}, {@linkcode W15.dataBinding w15:dataBinding}
     */
    static readonly xpath: XName;
    /**
     * Represents the `w:y` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly y: XName;
    /**
     * Represents the `w:yAlign` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr}
     */
    static readonly yAlign: XName;
    /**
     * Represents the `w:yearLong` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly yearLong: XName;
    /**
     * Represents the `w:yearShort` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode M.r m:r}, {@linkcode r w:r}
     */
    static readonly yearShort: XName;
    /**
     * Represents the `w:zoom` XML element.
     *
     * @remarks
     * As an XML element, it has the following:
     * - parent XML elements: {@linkcode settings w:settings}
     * - XML attributes: {@linkcode percent w:percent}, {@linkcode val w:val}
     */
    static readonly zoom: XName;
    /**
     * Represents the `w:zOrder` XML attribute.
     *
     * @remarks
     * As an XML attribute, it is contained in the following XML elements: {@linkcode pgBorders w:pgBorders}
     */
    static readonly zOrder: XName;
}
