UNPKG

@openxmldev/linq-to-ooxml

Version:

OOXML Namespace-related Classes for LINQ to XML for TypeScript

1,129 lines 373 kB
/** * @author Thomas Barnekow * @license MIT */ import { XAttribute, XNamespace } from '@openxmldev/linq-to-xml'; /** * Declares XNamespace and XName fields for the `xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"` namespace. */ export class W { /** @internal */ constructor() { // Ignore } /** * Returns the namespace declaration `XAttribute` for this namespace. */ static get namespaceDeclaration() { return new XAttribute(XNamespace.xmlns.getName('w'), W.w.namespaceName); } } /** * Defines the XML namespace associated with the `w` prefix. */ W.w = XNamespace.get('http://schemas.openxmlformats.org/wordprocessingml/2006/main'); /** * 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} */ W.abstractNum = W.w.getName('abstractNum'); /** * 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} */ W.abstractNumId = W.w.getName('abstractNumId'); /** * Represents the `w:accent1` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent1 = W.w.getName('accent1'); /** * Represents the `w:accent2` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent2 = W.w.getName('accent2'); /** * Represents the `w:accent3` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent3 = W.w.getName('accent3'); /** * Represents the `w:accent4` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent4 = W.w.getName('accent4'); /** * Represents the `w:accent5` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent5 = W.w.getName('accent5'); /** * Represents the `w:accent6` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.accent6 = W.w.getName('accent6'); /** * 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} */ W.active = W.w.getName('active'); /** * 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} */ W.activeRecord = W.w.getName('activeRecord'); /** * 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} */ W.activeWritingStyle = W.w.getName('activeWritingStyle'); /** * Represents the `w:actualPg` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode readModeInkLockDown w:readModeInkLockDown} */ W.actualPg = W.w.getName('actualPg'); /** * 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} */ W.addressFieldName = W.w.getName('addressFieldName'); /** * 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} */ W.adjustLineHeightInTable = W.w.getName('adjustLineHeightInTable'); /** * 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} */ W.adjustRightInd = W.w.getName('adjustRightInd'); /** * Represents the `w:after` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.after = W.w.getName('after'); /** * Represents the `w:afterAutospacing` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.afterAutospacing = W.w.getName('afterAutospacing'); /** * Represents the `w:afterLines` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.afterLines = W.w.getName('afterLines'); /** * 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} */ W.algIdExt = W.w.getName('algIdExt'); /** * 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} */ W.algIdExtSource = W.w.getName('algIdExtSource'); /** * 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} */ W.algorithmName = W.w.getName('algorithmName'); /** * 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} */ W.alias = W.w.getName('alias'); /** * 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} */ W.aliases = W.w.getName('aliases'); /** * 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} */ W.alignBordersAndEdges = W.w.getName('alignBordersAndEdges'); /** * Represents the `w:alignment` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode ptab w:ptab} */ W.alignment = W.w.getName('alignment'); /** * 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} */ W.alignTablesRowByRow = W.w.getName('alignTablesRowByRow'); /** * Represents the `w:all` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode types w:types} */ W.all = W.w.getName('all'); /** * 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} */ W.allowPNG = W.w.getName('allowPNG'); /** * 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} */ W.allowSpaceOfSameStyleInTable = W.w.getName('allowSpaceOfSameStyleInTable'); /** * Represents the `w:allStyles` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter} */ W.allStyles = W.w.getName('allStyles'); /** * 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} */ W.altChunk = W.w.getName('altChunk'); /** * 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} */ W.altChunkPr = W.w.getName('altChunkPr'); /** * Represents the `w:alternateStyleNames` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter} */ W.alternateStyleNames = W.w.getName('alternateStyleNames'); /** * 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} */ W.altName = W.w.getName('altName'); /** * 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} */ W.alwaysMergeEmptyNamespace = W.w.getName('alwaysMergeEmptyNamespace'); /** * 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} */ W.alwaysShowPlaceholderText = W.w.getName('alwaysShowPlaceholderText'); /** * Represents the `w:anchor` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode hyperlink w:hyperlink} */ W.anchor = W.w.getName('anchor'); /** * Represents the `w:anchorLock` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode framePr w:framePr} */ W.anchorLock = W.w.getName('anchorLock'); /** * 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} */ W.annotationRef = W.w.getName('annotationRef'); /** * 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} */ W.applyBreakingRules = W.w.getName('applyBreakingRules'); /** * Represents the `w:appName` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle} */ W.appName = W.w.getName('appName'); /** * Represents the `w:ascii` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts} */ W.ascii = W.w.getName('ascii'); /** * Represents the `w:asciiTheme` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode rFonts w:rFonts} */ W.asciiTheme = W.w.getName('asciiTheme'); /** * 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} */ W.attachedSchema = W.w.getName('attachedSchema'); /** * 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} */ W.attachedTemplate = W.w.getName('attachedTemplate'); /** * 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} */ W.attr = W.w.getName('attr'); /** * 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} */ W.author = W.w.getName('author'); /** * 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_} */ W.autoCaption = W.w.getName('autoCaption'); /** * 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} */ W.autoCaptions = W.w.getName('autoCaptions'); /** * 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} */ W.autofitToFirstFixedWidthCell = W.w.getName('autofitToFirstFixedWidthCell'); /** * 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} */ W.autoFormatOverride = W.w.getName('autoFormatOverride'); /** * 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} */ W.autoHyphenation = W.w.getName('autoHyphenation'); /** * 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} */ W.autoRedefine = W.w.getName('autoRedefine'); /** * 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} */ W.autoSpaceDE = W.w.getName('autoSpaceDE'); /** * 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} */ W.autoSpaceDN = W.w.getName('autoSpaceDN'); /** * 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} */ W.autoSpaceLikeWord95 = W.w.getName('autoSpaceLikeWord95'); /** * 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} */ W.b = W.w.getName('b'); /** * 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} */ W.background = W.w.getName('background'); /** * 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} */ W.balanceSingleByteDoubleByteWidth = W.w.getName('balanceSingleByteDoubleByteWidth'); /** * 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} */ W.bar = W.w.getName('bar'); /** * 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} */ W.basedOn = W.w.getName('basedOn'); /** * 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} */ W.bCs = W.w.getName('bCs'); /** * 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} */ W.bdo = W.w.getName('bdo'); /** * 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} */ W.bdr = W.w.getName('bdr'); /** * Represents the `w:before` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.before = W.w.getName('before'); /** * Represents the `w:beforeAutospacing` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.beforeAutospacing = W.w.getName('beforeAutospacing'); /** * Represents the `w:beforeLines` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode spacing w:spacing} */ W.beforeLines = W.w.getName('beforeLines'); /** * 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} */ W.behavior = W.w.getName('behavior'); /** * 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} */ W.behaviors = W.w.getName('behaviors'); /** * 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} */ W.between = W.w.getName('between'); /** * Represents the `w:bg1` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.bg1 = W.w.getName('bg1'); /** * Represents the `w:bg2` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode clrSchemeMapping w:clrSchemeMapping} */ W.bg2 = W.w.getName('bg2'); /** * Represents the `w:bibliography` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sdtPr w:sdtPr} */ W.bibliography = W.w.getName('bibliography'); /** * 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} */ W.bidi = W.w.getName('bidi'); /** * 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} */ W.bidiVisual = W.w.getName('bidiVisual'); /** * 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} */ W.blockQuote = W.w.getName('blockQuote'); /** * 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} */ W.body = W.w.getName('body'); /** * 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} */ W.bodyDiv = W.w.getName('bodyDiv'); /** * 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} */ W.bookFoldPrinting = W.w.getName('bookFoldPrinting'); /** * 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} */ W.bookFoldPrintingSheets = W.w.getName('bookFoldPrintingSheets'); /** * 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} */ W.bookFoldRevPrinting = W.w.getName('bookFoldRevPrinting'); /** * 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} */ W.bookmarkEnd = W.w.getName('bookmarkEnd'); /** * 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_} */ W.bookmarkStart = W.w.getName('bookmarkStart'); /** * 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} */ W.bordersDoNotSurroundFooter = W.w.getName('bordersDoNotSurroundFooter'); /** * 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} */ W.bordersDoNotSurroundHeader = W.w.getName('bordersDoNotSurroundHeader'); /** * 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} */ W.bottom = W.w.getName('bottom'); /** * Represents the `w:bottomFromText` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode tblpPr w:tblpPr} */ W.bottomFromText = W.w.getName('bottomFromText'); /** * 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} */ W.br = W.w.getName('br'); /** * 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} */ W.cachedColBalance = W.w.getName('cachedColBalance'); /** * 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} */ W.calcOnExit = W.w.getName('calcOnExit'); /** * 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} */ W.calendar = W.w.getName('calendar'); /** * 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} */ W.cantSplit = W.w.getName('cantSplit'); /** * 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} */ W.caps = W.w.getName('caps'); /** * 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} */ W.caption = W.w.getName('caption'); /** * 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} */ W.captions = W.w.getName('captions'); /** * 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_} */ W.category = W.w.getName('category'); /** * 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} */ W.cellDel = W.w.getName('cellDel'); /** * 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} */ W.cellIns = W.w.getName('cellIns'); /** * 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} */ W.cellMerge = W.w.getName('cellMerge'); /** * Represents the `w:chapNum` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode caption w:caption} */ W.chapNum = W.w.getName('chapNum'); /** * Represents the `w:chapSep` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode pgNumType w:pgNumType} */ W.chapSep = W.w.getName('chapSep'); /** * Represents the `w:chapStyle` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode pgNumType w:pgNumType} */ W.chapStyle = W.w.getName('chapStyle'); /** * Represents the `w:char` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode sym w:sym} */ W.char = W.w.getName('char'); /** * Represents the `w:characterSet` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode charset w:charset} */ W.characterSet = W.w.getName('characterSet'); /** * 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} */ W.characterSpacingControl = W.w.getName('characterSpacingControl'); /** * 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} */ W.charset = W.w.getName('charset'); /** * Represents the `w:charSpace` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode docGrid w:docGrid} */ W.charSpace = W.w.getName('charSpace'); /** * 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} */ W.checkBox = W.w.getName('checkBox'); /** * 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} */ W.checked = W.w.getName('checked'); /** * 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} */ W.checkErrors = W.w.getName('checkErrors'); /** * Represents the `w:checkStyle` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode activeWritingStyle w:activeWritingStyle} */ W.checkStyle = W.w.getName('checkStyle'); /** * Represents the `w:citation` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sdtPr w:sdtPr} */ W.citation = W.w.getName('citation'); /** * Represents the `w:clear` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode br w:br} */ W.clear = W.w.getName('clear'); /** * Represents the `w:clearFormatting` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode stylePaneFormatFilter w:stylePaneFormatFilter} */ W.clearFormatting = W.w.getName('clearFormatting'); /** * 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} */ W.clickAndTypeStyle = W.w.getName('clickAndTypeStyle'); /** * 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} */ W.clrSchemeMapping = W.w.getName('clrSchemeMapping'); /** * 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} */ W.cnfStyle = W.w.getName('cnfStyle'); /** * Represents the `w:code` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode pgSz w:pgSz} */ W.code = W.w.getName('code'); /** * 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_} */ W.col = W.w.getName('col'); /** * 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} */ W.colDelim = W.w.getName('colDelim'); /** * 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} */ W.colFirst = W.w.getName('colFirst'); /** * 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} */ W.colLast = W.w.getName('colLast'); /** * 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} */ W.color = W.w.getName('color'); /** * 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} */ W.cols = W.w.getName('cols'); /** * 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} */ W.column = W.w.getName('column'); /** * Represents the `w:combine` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout} */ W.combine = W.w.getName('combine'); /** * Represents the `w:combineBrackets` XML attribute. * * @remarks * As an XML attribute, it is contained in the following XML elements: {@linkcode eastAsianLayout w:eastAsianLayout} */ W.combineBrackets = W.w.getName('combineBrackets'); /** * 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} */ W.comboBox = W.w.getName('comboBox'); /** * 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} */ W.comment = W.w.getName('comment'); /** * 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} */ W.commentRangeEnd = W.w.getName('commentRangeEnd'); /** * 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:displaced