diff --git a/src/DocumentFormat.OpenXml.Features/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml.Features/PublicAPI.Shipped.txt index ab058de62..15a1cb599 100644 --- a/src/DocumentFormat.OpenXml.Features/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml.Features/PublicAPI.Shipped.txt @@ -1 +1,35 @@ #nullable enable +DocumentFormat.OpenXml.Features.DisposableFeatureExtensions +DocumentFormat.OpenXml.Features.IDisposableFeature +DocumentFormat.OpenXml.Features.IDisposableFeature.Register(System.IDisposable! disposable) -> void +DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature +DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature.Contains(string! id) -> bool +DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature.Count.get -> int +DocumentFormat.OpenXml.Features.IParagraphIdGeneratorFeature +DocumentFormat.OpenXml.Features.IParagraphIdGeneratorFeature.CreateUniqueParagraphId() -> string! +DocumentFormat.OpenXml.Features.IRandomNumberGeneratorFeature +DocumentFormat.OpenXml.Features.IRandomNumberGeneratorFeature.GetBytes(byte[]! bytes) -> void +DocumentFormat.OpenXml.Features.ISharedFeature +DocumentFormat.OpenXml.Features.ISharedFeature.Add(T feature) -> void +DocumentFormat.OpenXml.Features.ISharedFeature.Composite.get -> T +DocumentFormat.OpenXml.Features.ISharedFeature.Count.get -> int +DocumentFormat.OpenXml.Features.ISharedFeature.Remove(T feature) -> bool +DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions +DocumentFormat.OpenXml.Features.ParagraphIdOptions +DocumentFormat.OpenXml.Features.ParagraphIdOptions.AutoGenerateIds.get -> bool +DocumentFormat.OpenXml.Features.ParagraphIdOptions.AutoGenerateIds.init -> void +DocumentFormat.OpenXml.Features.ParagraphIdOptions.EnsureUniquenessOnExistingNodes.get -> bool +DocumentFormat.OpenXml.Features.ParagraphIdOptions.EnsureUniquenessOnExistingNodes.init -> void +DocumentFormat.OpenXml.Features.ParagraphIdOptions.ParagraphIdOptions() -> void +DocumentFormat.OpenXml.Features.RandomNumberGeneratorFeatureExtensions +DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions +static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Features.IFeatureCollection! features) -> void +static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void +static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.SetDisposable(this DocumentFormat.OpenXml.Features.IFeatureCollection! features, TFeature feature) -> void +static DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions.AddParagraphIdFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc, DocumentFormat.OpenXml.Features.ParagraphIdOptions? options = null) -> void +static DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions.AddParagraphIdGeneratorFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> void +static DocumentFormat.OpenXml.Features.RandomNumberGeneratorFeatureExtensions.AddRandomNumberGeneratorFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void +static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.Add(this DocumentFormat.OpenXml.Features.ISharedFeature! shared, DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> DocumentFormat.OpenXml.Features.ISharedFeature! +static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.Add(this DocumentFormat.OpenXml.Features.ISharedFeature! shared, System.Collections.Generic.IEnumerable! paragraphIds) -> DocumentFormat.OpenXml.Features.ISharedFeature! +static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.AddSharedParagraphIdFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> DocumentFormat.OpenXml.Features.ISharedFeature! \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml.Features/PublicAPI.Unshipped.txt b/src/DocumentFormat.OpenXml.Features/PublicAPI.Unshipped.txt index 5b4a8a34c..5f282702b 100644 --- a/src/DocumentFormat.OpenXml.Features/PublicAPI.Unshipped.txt +++ b/src/DocumentFormat.OpenXml.Features/PublicAPI.Unshipped.txt @@ -1,34 +1 @@ -DocumentFormat.OpenXml.Features.DisposableFeatureExtensions -DocumentFormat.OpenXml.Features.IDisposableFeature -DocumentFormat.OpenXml.Features.IDisposableFeature.Register(System.IDisposable! disposable) -> void -DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature -DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature.Contains(string! id) -> bool -DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature.Count.get -> int -DocumentFormat.OpenXml.Features.IParagraphIdGeneratorFeature -DocumentFormat.OpenXml.Features.IParagraphIdGeneratorFeature.CreateUniqueParagraphId() -> string! -DocumentFormat.OpenXml.Features.IRandomNumberGeneratorFeature -DocumentFormat.OpenXml.Features.IRandomNumberGeneratorFeature.GetBytes(byte[]! bytes) -> void -DocumentFormat.OpenXml.Features.ISharedFeature -DocumentFormat.OpenXml.Features.ISharedFeature.Add(T feature) -> void -DocumentFormat.OpenXml.Features.ISharedFeature.Composite.get -> T -DocumentFormat.OpenXml.Features.ISharedFeature.Count.get -> int -DocumentFormat.OpenXml.Features.ISharedFeature.Remove(T feature) -> bool -DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions -DocumentFormat.OpenXml.Features.ParagraphIdOptions -DocumentFormat.OpenXml.Features.ParagraphIdOptions.AutoGenerateIds.get -> bool -DocumentFormat.OpenXml.Features.ParagraphIdOptions.AutoGenerateIds.init -> void -DocumentFormat.OpenXml.Features.ParagraphIdOptions.EnsureUniquenessOnExistingNodes.get -> bool -DocumentFormat.OpenXml.Features.ParagraphIdOptions.EnsureUniquenessOnExistingNodes.init -> void -DocumentFormat.OpenXml.Features.ParagraphIdOptions.ParagraphIdOptions() -> void -DocumentFormat.OpenXml.Features.RandomNumberGeneratorFeatureExtensions -DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions -static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Features.IFeatureCollection! features) -> void -static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void -static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.AddDisposableFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void -static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.SetDisposable(this DocumentFormat.OpenXml.Features.IFeatureCollection! features, TFeature feature) -> void -static DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions.AddParagraphIdFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc, DocumentFormat.OpenXml.Features.ParagraphIdOptions? options = null) -> void -static DocumentFormat.OpenXml.Features.ParagraphIdFeatureExtensions.AddParagraphIdGeneratorFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> void -static DocumentFormat.OpenXml.Features.RandomNumberGeneratorFeatureExtensions.AddRandomNumberGeneratorFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void -static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.Add(this DocumentFormat.OpenXml.Features.ISharedFeature! shared, DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> DocumentFormat.OpenXml.Features.ISharedFeature! -static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.Add(this DocumentFormat.OpenXml.Features.ISharedFeature! shared, System.Collections.Generic.IEnumerable! paragraphIds) -> DocumentFormat.OpenXml.Features.ISharedFeature! -static DocumentFormat.OpenXml.Features.SharedParagraphIdFeatureExtensions.AddSharedParagraphIdFeature(this DocumentFormat.OpenXml.Packaging.WordprocessingDocument! doc) -> DocumentFormat.OpenXml.Features.ISharedFeature! \ No newline at end of file + \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml.Linq/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml.Linq/PublicAPI.Shipped.txt index ab058de62..800139be4 100644 --- a/src/DocumentFormat.OpenXml.Linq/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml.Linq/PublicAPI.Shipped.txt @@ -1 +1,5764 @@ #nullable enable +DocumentFormat.OpenXml.Linq.A +DocumentFormat.OpenXml.Linq.A14 +DocumentFormat.OpenXml.Linq.A15 +DocumentFormat.OpenXml.Linq.A16 +DocumentFormat.OpenXml.Linq.A1611 +DocumentFormat.OpenXml.Linq.AC +DocumentFormat.OpenXml.Linq.ACLSH +DocumentFormat.OpenXml.Linq.ADEC +DocumentFormat.OpenXml.Linq.AHYP +DocumentFormat.OpenXml.Linq.ALF +DocumentFormat.OpenXml.Linq.AOE +DocumentFormat.OpenXml.Linq.AP +DocumentFormat.OpenXml.Linq.ASK +DocumentFormat.OpenXml.Linq.ASL +DocumentFormat.OpenXml.Linq.ASVG +DocumentFormat.OpenXml.Linq.B +DocumentFormat.OpenXml.Linq.C +DocumentFormat.OpenXml.Linq.C14 +DocumentFormat.OpenXml.Linq.C15 +DocumentFormat.OpenXml.Linq.C16R3 +DocumentFormat.OpenXml.Linq.CDR +DocumentFormat.OpenXml.Linq.CDR14 +DocumentFormat.OpenXml.Linq.CLBL +DocumentFormat.OpenXml.Linq.COMP +DocumentFormat.OpenXml.Linq.CS +DocumentFormat.OpenXml.Linq.CX +DocumentFormat.OpenXml.Linq.DGM +DocumentFormat.OpenXml.Linq.DGM14 +DocumentFormat.OpenXml.Linq.DGM1611 +DocumentFormat.OpenXml.Linq.DGM1612 +DocumentFormat.OpenXml.Linq.DS +DocumentFormat.OpenXml.Linq.DSP +DocumentFormat.OpenXml.Linq.EMMA +DocumentFormat.OpenXml.Linq.INKML +DocumentFormat.OpenXml.Linq.LC +DocumentFormat.OpenXml.Linq.M +DocumentFormat.OpenXml.Linq.MC +DocumentFormat.OpenXml.Linq.MSINK +DocumentFormat.OpenXml.Linq.MSO +DocumentFormat.OpenXml.Linq.MSO14 +DocumentFormat.OpenXml.Linq.NoNamespace +DocumentFormat.OpenXml.Linq.O +DocumentFormat.OpenXml.Linq.OAC +DocumentFormat.OpenXml.Linq.OEL +DocumentFormat.OpenXml.Linq.OP +DocumentFormat.OpenXml.Linq.P +DocumentFormat.OpenXml.Linq.P14 +DocumentFormat.OpenXml.Linq.P15 +DocumentFormat.OpenXml.Linq.P188 +DocumentFormat.OpenXml.Linq.PC +DocumentFormat.OpenXml.Linq.PIC +DocumentFormat.OpenXml.Linq.PIC14 +DocumentFormat.OpenXml.Linq.PVML +DocumentFormat.OpenXml.Linq.R +DocumentFormat.OpenXml.Linq.SL +DocumentFormat.OpenXml.Linq.SLE +DocumentFormat.OpenXml.Linq.T +DocumentFormat.OpenXml.Linq.THM15 +DocumentFormat.OpenXml.Linq.TSLE +DocumentFormat.OpenXml.Linq.V +DocumentFormat.OpenXml.Linq.VT +DocumentFormat.OpenXml.Linq.W +DocumentFormat.OpenXml.Linq.W10 +DocumentFormat.OpenXml.Linq.W14 +DocumentFormat.OpenXml.Linq.W15 +DocumentFormat.OpenXml.Linq.W16CEX +DocumentFormat.OpenXml.Linq.W16CID +DocumentFormat.OpenXml.Linq.W16CUR +DocumentFormat.OpenXml.Linq.WE +DocumentFormat.OpenXml.Linq.WETP +DocumentFormat.OpenXml.Linq.WNE +DocumentFormat.OpenXml.Linq.WOE +DocumentFormat.OpenXml.Linq.WP +DocumentFormat.OpenXml.Linq.WP14 +DocumentFormat.OpenXml.Linq.WP15 +DocumentFormat.OpenXml.Linq.WPC +DocumentFormat.OpenXml.Linq.WPG +DocumentFormat.OpenXml.Linq.WPS +DocumentFormat.OpenXml.Linq.X +DocumentFormat.OpenXml.Linq.X12AC +DocumentFormat.OpenXml.Linq.X14 +DocumentFormat.OpenXml.Linq.X14AC +DocumentFormat.OpenXml.Linq.X15 +DocumentFormat.OpenXml.Linq.X15AC +DocumentFormat.OpenXml.Linq.XDR +DocumentFormat.OpenXml.Linq.XDR14 +DocumentFormat.OpenXml.Linq.XLRD +DocumentFormat.OpenXml.Linq.XLRD2 +DocumentFormat.OpenXml.Linq.XLRDWI +DocumentFormat.OpenXml.Linq.XLTC +DocumentFormat.OpenXml.Linq.XML +DocumentFormat.OpenXml.Linq.XNE +DocumentFormat.OpenXml.Linq.XNSV +DocumentFormat.OpenXml.Linq.XVML +DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.GetXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> System.Xml.Linq.XDocument! +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.GetXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> System.Xml.Linq.XElement? +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.IsRootXElementLoaded(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SaveXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SaveXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SetXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, System.Xml.Linq.XDocument! document) -> void +static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SetXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, System.Xml.Linq.XElement! element) -> void +static readonly DocumentFormat.OpenXml.Linq.MC.AlternateContent -> System.Xml.Linq.XName! +static readonly DocumentFormat.OpenXml.Linq.MC.Choice -> System.Xml.Linq.XName! +static readonly DocumentFormat.OpenXml.Linq.MC.Fallback -> System.Xml.Linq.XName! +static readonly DocumentFormat.OpenXml.Linq.MC.Ignorable -> System.Xml.Linq.XName! +static readonly DocumentFormat.OpenXml.Linq.MC.mc -> System.Xml.Linq.XNamespace! +static readonly DocumentFormat.OpenXml.Linq.MC.PreserveAttributes -> System.Xml.Linq.XName! +~static readonly DocumentFormat.OpenXml.Linq.A.a -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.A.accent1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.accent2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.accent3 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.accent4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.accent5 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.accent6 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ahLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ahPolar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ahXY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alpha -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaBiLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaCeiling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaFloor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaInv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaModFix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaOutset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.alphaRepl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.arcTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.audioCd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.audioFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.avLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.backdrop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.band1H -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.band1V -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.band2H -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.band2V -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bevelB -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bevelT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bgClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bgFillStyleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.biLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bldChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bldDgm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blipFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blueMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blueOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.blur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bodyPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.bottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.br -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buAutoNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buBlip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buChar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buClrTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buFontTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buNone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buSzPct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buSzPts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.buSzTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.camera -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cell3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.chart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.chExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.chOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.close -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrFrom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrRepl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrScheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.clrTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.comp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.contourClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cubicBezTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.custClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.custClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.custDash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.custGeom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cxn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cxnLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cxnSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.cxnSpLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.defPPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.defRPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.dgm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.dk1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.dk2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.duotone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effectDag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effectLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effectRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effectStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.effectStyleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.end -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.endCxn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.endParaRPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.extraClrScheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.extraClrSchemeLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.extrusionClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fgClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fillOverlay -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fillRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fillRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fillStyleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fillToRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.firstCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.firstRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.flatTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fmtScheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.folHlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.font -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fontRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.fontScheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gamma -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.glow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gradFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.graphic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.graphicData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.graphicFrameLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gray -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.grayscl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.green -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.greenMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.greenOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gridCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.grpFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.grpSpLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.gsLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.headEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.highlight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hlinkClick -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hlinkHover -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hlinkMouseOver -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hsl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hslClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hueMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.hueOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.innerShdw -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.insideH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.insideV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.inv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.invGamma -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lastCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lastRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.latin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.left -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lightRig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.ln -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnB -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnBlToTr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnL -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnSpc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnStyleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnTlToBr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lnTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lstStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lt1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lt2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lumMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lumOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl1pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl2pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl3pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl4pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl5pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl6pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl7pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl8pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.lvl9pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.majorFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.masterClrMapping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.minorFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.miter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.moveTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.neCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.noAutofit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.noFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.norm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.normAutofit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.nwCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.objectDefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.off -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.outerShdw -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.overrideClrMapping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.p -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.path -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pathLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pattFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.picLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.prstClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.prstDash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.prstGeom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.prstShdw -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.prstTxWarp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.pt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.quadBezTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.quickTimeFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.rect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.red -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.redMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.redOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.reflection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.relOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.right -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.rot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.round -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.rPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.rtl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.satMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.satOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.scene3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.schemeClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.scrgbClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.seCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.shade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.snd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.softEdge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.solidFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sp3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spAutoFit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spcAft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spcBef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spcPct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spcPts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.srcRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.srgbClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.st -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.stCxn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.stretch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.swCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sym -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.sysClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tableStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tableStyleId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tabLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tailEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tblBg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tblGrid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tblPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tblStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tblStyleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tcBdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tcStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tcTxStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.theme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.themeElements -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.themeManager -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.themeOverride -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tileRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tl2br -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.top -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.tr2bl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.txDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.txSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.uFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.uFillTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.uLn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.uLnTx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.up -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.useSpRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.videoFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.wavAudioFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.wholeTbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.a14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticBlur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticChalkSketch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCrisscrossEtching -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCutout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticFilmGrain -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlass -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlowDiffused -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlowEdges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticLightScreen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticLineDrawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticMarker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticMosiaicBubbles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPaintBrush -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPaintStrokes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPastelsSmooth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPencilGrayscale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPencilSketch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPhotocopy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPlasticWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticTexturizer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.artisticWatercolorSponge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.backgroundMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.backgroundRemoval -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.brightnessContrast -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.cameraTool -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.cNvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.colorTemperature -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.compatExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.cpLocks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.foregroundMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenEffects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenScene3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenSp3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.imgEffect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.imgLayer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.imgProps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.isCanvas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.legacySpreadsheetColorIndex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.m -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.nvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.saturation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.shadowObscured -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.sharpenSoften -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.useLocalDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A14.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A15.a15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.A15.backgroundPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A15.nonVisualGroupProps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A15.objectPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A15.signatureLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A16.a16 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.A16.colId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A16.creationId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A16.cxnDERefs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A16.predDERef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A16.rowId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.A1611.a1611 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.A1611.picAttrSrcUrl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AC.ac -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.AC.additionalCharacteristics -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AC.characteristic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ACLSH.aclsh -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ACLSH.classification -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ADEC.adec -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ADEC.decorative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AHYP.ahyp -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.AHYP.hlinkClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.alf -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ALF.backgroundProps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.Blur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.Custom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.liveFeedProps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.Normal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ALF.Removed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AOE.aoe -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.AOE.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AOE.oembedShared -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.ap -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.AP.Application -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.AppVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Characters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.CharactersWithSpaces -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Company -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.DigSig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.DocSecurity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.HeadingPairs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.HiddenSlides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.HLinks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.HyperlinkBase -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.HyperlinksChanged -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Lines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.LinksUpToDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Manager -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.MMClips -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Notes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Pages -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Paragraphs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.PresentationFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Properties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.ScaleCrop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.SharedDoc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Slides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Template -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.TitlesOfParts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.TotalTime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.AP.Words -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.ask -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ASK.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchCurved -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchFreehand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchNone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchScribble -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchStyleProps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.seed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASK.type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASL.asl -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ASL.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASL.scriptLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.ASVG.asvg -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.ASVG.svgBlip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.AbbreviatedCaseNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.AlbumTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Artist -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.b -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.B.BookAuthor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.BookTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Broadcaster -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.BroadcastTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.CaseNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ChapterNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.City -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Comments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Compiler -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Composer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Conductor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ConferenceName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Corporate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Counsel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.CountryRegion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Court -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Day -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.DayAccessed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Department -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Director -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Distributor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Edition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Editor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.First -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Guid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Institution -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.InternetSiteTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Interviewee -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Interviewer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Inventor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Issue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.JournalName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Last -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.LCID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Medium -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Middle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Month -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.MonthAccessed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.NameList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.NumberVolumes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Pages -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.PatentNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Performer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.PeriodicalTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Person -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ProducerName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ProductionCompany -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.PublicationTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Publisher -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.RecordingNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.RefOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Reporter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ShortTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Source -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Sources -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.SourceType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.StandardNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.StateProvince -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Station -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Tag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Theater -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.ThesisType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Translator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.URL -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Version -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Volume -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Writer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.Year -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.B.YearAccessed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.applyToEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.applyToFront -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.applyToSides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.area3DChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.areaChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.auto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.autoTitleDeleted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.autoUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.axId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.axPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.backWall -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.backward -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bandFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bandFmts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bar3DChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.barChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.barDir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.baseTimeUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bubble3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bubbleChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bubbleScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.bubbleSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.builtInUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.c -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.C.cat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.catAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.chart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.chartObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.chartSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.clrMapOvr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.crossAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.crossBetween -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.crosses -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.crossesAt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.custSplit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.custUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.data -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.date1904 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dateAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.delete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.depthPercent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dispBlanksAs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dispEq -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dispRSqr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dispUnits -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dispUnitsLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dLblPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dLbls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.doughnutChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.downBars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dPt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dropLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.dTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.errBars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.errBarType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.errDir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.errValType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.evenFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.evenHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.explosion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.externalData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.firstFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.firstHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.firstSliceAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.floor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.fmtId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.formatCode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.formatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.forward -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.gapDepth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.gapWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.grouping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.h -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.headerFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.hiLowLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.hMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.holeSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.hPercent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.idx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.intercept -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.invertIfNegative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.lang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.layout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.layoutTarget -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.lblAlgn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.lblOffset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.leaderLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.legacyDrawingHF -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.legend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.legendEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.legendPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.line3DChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.lineChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.logBase -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.lvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.majorGridlines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.majorTickMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.majorTimeUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.majorUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.manualLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.marker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.max -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.min -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.minorGridlines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.minorTickMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.minorTimeUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.minorUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.minus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.multiLvlStrCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.multiLvlStrRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.noEndCap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.noMultiLvlLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.numCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.numFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.numLit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.numRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.oddFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.oddHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.ofPieChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.ofPieType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.order -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.orientation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.overlap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.overlay -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pageMargins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pageSetup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.period -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.perspective -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pictureFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pictureOptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pictureStackUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pie3DChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pieChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pivotFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pivotFmts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pivotSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.plotArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.plotVisOnly -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.plus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.printSettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.protection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.pt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.ptCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.radarChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.radarStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.rAngAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.rich -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.rotX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.rotY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.roundedCorners -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.scaling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.scatterChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.scatterStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.secondPiePt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.secondPieSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.selection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.separator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.ser -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.serAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.serLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.shape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showBubbleSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showCatName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showDLblsOverMax -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showHorzBorder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showKeys -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showLeaderLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showLegendKey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showNegBubbles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showOutline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showPercent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showSerName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.showVertBorder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.sideWall -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.size -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.sizeRepresents -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.smooth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.splitPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.splitType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.stockChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.strCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.strLit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.strRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.surface3DChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.surfaceChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.symbol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.thickness -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.tickLblPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.tickLblSkip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.tickMarkSkip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.trendline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.trendlineLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.trendlineType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.tx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.txPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.upBars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.upDownBars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.userInterface -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.userShapes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.valAx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.varyColors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.view3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.w -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.wireframe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.wMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.x -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.xMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.xVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.y -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.yMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C.yVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.c14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneCategories -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.dropZonesVisible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.inSketchMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.invertSolidFillFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.pivotOptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.showSketchBtn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.sketchOptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C14.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.autoCat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.bubble3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.c15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.C15.cat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.categoryFilterException -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.categoryFilterExceptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.datalabelsRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.dLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFieldTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFieldTableCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFTEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.dlblRangeCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.explosion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredAreaSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredBarSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredBubbleSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredCategoryTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredLineSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredPieSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredRadarSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredScatterSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredSeriesTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.filteredSurfaceSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.formulaRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.fullRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.invertIfNegative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.layout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.leaderLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.levelRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.marker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.numFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.pivotSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.ser -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.showDataLabelsRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.showLeaderLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.sqref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.tx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.txfldGUID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C15.xForSave -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C16R3.c16r3 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.C16R3.dataDisplayOptions16 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C16R3.dispNaAsBlank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.C16R3.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.absSizeAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.blipFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cdr -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.cxnSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.nvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.nvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.nvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.nvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.nvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.pic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.relSizeAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.to -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.x -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR.y -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.cdr14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.CDR14.cNvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.nvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.nvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CDR14.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CLBL.clbl -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.CLBL.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CLBL.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CLBL.label -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CLBL.labelList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.COMP.comp -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.COMP.legacyDrawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.axisTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.bodyPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.categoryAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.chartArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.chartStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.colorStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.cs -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.CS.dataLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataLabelCallout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPoint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPoint3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointMarker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointMarkerLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointWireframe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dataTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.defRPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.downBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.dropLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.effectRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.errorBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.fillRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.floor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.fontRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.gridlineMajor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.gridlineMinor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.hiLoLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.leaderLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.legend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.lineWidthScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.lnRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.plotArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.plotArea3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.seriesAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.seriesLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.styleClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.trendline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.trendlineLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.upBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.valueAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.variation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CS.wall -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.aggregation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.autoUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.axis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.axisId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.binCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.binning -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.binSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.catScaling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.chart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.chartData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.chartSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.clrMapOvr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.cx -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.CX.data -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.dataId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabelHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.dataPt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.evenFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.evenHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.externalData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.firstFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.firstHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.headerFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.idx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.layoutPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.legend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.lvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.majorGridlines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.majorTickMarks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.minorGridlines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.minorTickMarks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.numDim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.numFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.oddFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.oddHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.pageMargins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.pageSetup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.parentLabelLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.plotArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.plotAreaRegion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.plotSurface -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.printSettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.pt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.rich -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.separator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.series -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.statistics -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.strDim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.subtotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.tickLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.tx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.txData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.txPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.units -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.unitsLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.valScaling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.CX.visibility -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.adj -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.adjLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.alg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.animLvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.animOne -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.bg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.bulletEnabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.cat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.catLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.chMax -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.choose -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.chPref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.clrData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDefHdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDefHdrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.constr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.constrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.cxn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.cxnLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.dataModel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.desc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.dgm -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DGM.dir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.effectClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.else -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.fillClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.forEach -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.hierBranch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.if -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDefHdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDefHdrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutNode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.linClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.orgChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.param -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.presLayoutVars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.presOf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.prSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.pt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.ptLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.relIds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.resizeHandles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.rule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.ruleLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.sampData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.scene3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.shape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.sp3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.styleData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDefHdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDefHdrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.styleLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.txEffectClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.txFillClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.txLinClrLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.txPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.varLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM.whole -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM14.dgm14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DGM14.recolorImg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM1611.autoBuNodeInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM1611.autoBuNodeInfoLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM1611.buPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM1611.dgm1611 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DGM1612.dgm1612 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DGM1612.lstStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DGM1612.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DS.datastoreItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DS.ds -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DS.itemID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DS.schemaRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DS.schemaRefs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DS.uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.dataModelExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.drawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.dsp -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.DSP.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.nvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.nvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.spTree -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.DSP.txXfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.arc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.confidence -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.cost -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.derivation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.derived_from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.dialog_turn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.duration -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.emma -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.EMMA.emma_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.end -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_address -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_info -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_info_ref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_pair_ref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_role -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.function -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.grammar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.grammar_ref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.group_info -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.info -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.interpretation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.lang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.lattice -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.literal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.media_type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.medium -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.message_id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.mode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.model -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.model_ref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.node -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.no_input -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.offset_to_start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.one_of -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.port_num -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.port_type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.process -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.sequence -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.service_name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.signal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.signal_size -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.source -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.time_ref_anchor_point -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.time_ref_uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.tokens -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.uninterpreted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.EMMA.verbal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.activeArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.annotation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.annotationXML -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.bind -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.brush -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.brushProperty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.canvas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.canvasTransform -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.channel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.channelProperties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.channelProperty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.context -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.definitions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.ink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.inkml -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.INKML.inkSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.intermittentChannels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.latency -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.mapping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.matrix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.sampleRate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.srcProperty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.table -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.timestamp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.trace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.traceFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.traceGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.INKML.traceView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.LC.lc -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.LC.lockedCanvas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.acc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.accPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.aln -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.alnAt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.alnScr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.argPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.argSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.bar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.barPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.baseJc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.begChr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.borderBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.borderBoxPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.box -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.boxPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.brk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.brkBin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.brkBinSub -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.cGp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.cGpRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.chr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.count -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.cSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.ctrlPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.defJc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.deg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.degHide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.den -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.diff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.dispDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.dPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.e -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.endChr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.eqArr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.eqArrPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.fName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.fPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.func -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.funcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.groupChr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.groupChrPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.grow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.hideBot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.hideLeft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.hideRight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.hideTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.interSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.intLim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.intraSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.jc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.lim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.limLoc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.limLow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.limLowPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.limUpp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.limUppPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.lit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.lMargin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.m -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.M.mathFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mathPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.maxDist -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mcJc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mcs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.mr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.m_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.nary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.naryLim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.naryPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.noBreak -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.nor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.num -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.objDist -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.oMath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.oMathPara -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.oMathParaPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.opEmu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.phant -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.phantPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.plcHide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.postSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.preSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.rad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.radPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.rMargin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.rPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.rSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.rSpRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.scr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sepChr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.show -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.shp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.smallFrac -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sPre -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sPrePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSub -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSubPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSubSup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSubSupPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sSupPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.strikeBLTR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.strikeH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.strikeTLBR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.strikeV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sub -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.subHide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.sup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.supHide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.transp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.vertJc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.wrapIndent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.wrapRight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.zeroAsc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.zeroDesc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.M.zeroWid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSINK.context -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSINK.destinationLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSINK.msink -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.MSINK.property -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSINK.sourceLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.box -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.button -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.buttonGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.checkBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.comboBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.command -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.commands -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.contextualTabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.control -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.customUI -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.dialogBoxLauncher -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.documentControls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.dropDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.dynamicMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.editBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.gallery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.item -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.labelControl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.menu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.menuSeparator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.mso -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.MSO.officeMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.qat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.ribbon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.separator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.sharedControls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.splitButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.tab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.tabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.tabSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO.toggleButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.backstage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.bottomItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.box -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.button -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.buttonGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.category -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.checkBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.comboBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.command -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.commands -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextMenus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextualTabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.control -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.customUI -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.dialogBoxLauncher -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.documentControls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.dropDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.dynamicMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.editBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.firstColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.gallery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.groupBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.hyperlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.imageControl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.item -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.labelControl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.layoutContainer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.menu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.menuGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.menuSeparator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.mso14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.MSO14.primaryItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.qat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.radioButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.radioGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.ribbon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.secondColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.separator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.sharedControls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.splitButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.tab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.tabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.tabSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.task -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.taskFormGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.taskGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.toggleButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.MSO14.topItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.a -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aboveAverage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aca -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent3 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent5 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent6 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accentbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accumulate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accuracyVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.action -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.actionId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCellId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activePane -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activePresent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeSheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeTab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.additive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.addlxml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.addlXml_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adj -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjust -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjustColumnWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjusthandles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advAuto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advClick -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advise -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advTm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.afterEffect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aggregatedColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algIdExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algIdExtSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algorithmName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.align -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignmentLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignshape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignWithMargins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allDrilled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allocationMethod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowBlank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowcomments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowComments_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowedTaskSizes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowOverlap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowPng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowRefreshQuery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allUniqueName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altLang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altTextSummary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alwaysShow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.amount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.amt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchorCtr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchorx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchory -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.and -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.angle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.animBg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.annotation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Append -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.apply -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyAlignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyAlignmentFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyBorder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyBorderFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFontFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyNumberFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyNumberFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyPatternFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyWidthHeightFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appRef_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arcsize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.array -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arrowok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ascender -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aspectratio -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.assign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.assignedTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.asteriskTotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.attribute -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.authorId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.auto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoAdjust -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoApply -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoCompressPictures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoDelete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFilterDateGrouping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.AutoFit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoformat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFormatId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autolayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPageBreaks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPict -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRecover -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRepublish -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRev -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autorotationcenter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoShow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoUpdateAnimBg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.avgSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.axis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.axisPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.b -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backdepth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.background -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backgroundQuery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backgroundRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backupFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backwards -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bandCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bandRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.base -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseColWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.beginModifierType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.behindDoc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bestFit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bg1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bg2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bilevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blackAndWhite -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blacklevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bldLvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bldStep -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blipPhldr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blurRad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bmk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bmkName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bookmarkIdSeed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.boolean -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.border -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.borderId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.boxStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bright -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brightness -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brushRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brushSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.build -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtIn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtInGroupCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtinId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bw -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwNormal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwPure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.by -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.byPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.c -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ca -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIdCreatedVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIdSupportedVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIndex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcCompleted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcmode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcMode_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcOnSave -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calculatedColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calculatedMembersInFilters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calendarType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.canvasRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.canvasTransformRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.caption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.caseSensitive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.categoryIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.categoryName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellComments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellMeta -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.centerVertically -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.centroid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cfe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.changesSavedWin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.channel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.char -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.characterSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.charset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chartFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chartTrackingRefBase -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.che -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.checkCompatibility -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.checked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cho -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chromakey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.class -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.classificationOutcomeType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearComments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearContents -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.click -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clientInsertedTime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clipped -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrSpc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cmd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cmpd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cnt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.codeName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.codePage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coerce -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coherent3DOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colGrandTotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colHeaderCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapse -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapsed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapsedLevelsAreSubtotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.color -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.color2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colored -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colorId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colorTemp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colPageCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cols -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.column -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnSort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnWidthPercent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.comma -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.command -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.commandType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.comment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compact -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compactData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compatLnSpc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compatMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.complete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.composite -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrentCalc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrentManualCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.conformance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectionId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ConnectionID_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectloc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectorLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.consecutive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.constrainbounds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsBlank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsInteger -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsMixedTypes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsNonDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsSemiMixedTypes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsString -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.content -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contentBits -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contentType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contextRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.continuation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contourW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contrast -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.control1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.control2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coordorigin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coordsize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.copies -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.copy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.count -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.countASubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.countSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crackSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crashSave -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.created -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.createdVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.credentials -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropbottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropleft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropright -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.croptop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crossFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmClass -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmSid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProvider -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderTypeExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderTypeExtSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.csCatId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.css -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cstate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.csTypeId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.culture -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.current -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custFlipHor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custFlipVert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactNeighborX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactNeighborY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customBuiltin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customListSort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customRecognizerId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customRollUp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custRadScaleInc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custRadScaleRad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custScaleX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custScaleY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custSzX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custSzY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cxnId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dashstyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.data -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.databaseField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DataBindingLoadMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DataBindingName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataBound -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataCellStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataExtractLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataOnly -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataOnRows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataSourceSort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.date1904 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateCompatibility -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateTime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateTimeGrouping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.day -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dde -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ddeService -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ddeTopic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decimal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decoupled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.def -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.default -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultAttributeDrillState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultColWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultGridColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultImageDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultMemberUniqueName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultPivotStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultRowHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSlicerStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultTableStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultThemeVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultTimelineStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defTabSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.degree -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.del1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.del2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delay -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleteColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleteRows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delimited -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delimiter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.denormalized -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descender -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descending -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.description -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destination -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destinationFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destOrd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.detail -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmbasetextscale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmfontsize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmscalex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmscaley -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmstyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diagonalDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diagonalUp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.differentFirst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.differentOddEven -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diffusity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dimension -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dimensionUniqueName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.direction -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dirty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableFieldList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disablePrompts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.discardImageEditData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disjunction_type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diskRevisions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.display -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayEmptyCellsAs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayFolder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayXAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dist -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distB -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distL -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.divId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dockstate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.documentID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.done -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.double -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.draft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToPage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DrawAspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.drillThrough -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.drop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropauto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dt2D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dtr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dT_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dueDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.duration -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dvAspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxfid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxfId_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dynamicSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.e -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eaLnBrk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editAs_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edited -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editPage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embeddedDataId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embeddedHtml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embedTrueTypeFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embosscolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.emptyCellReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableDrill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableFieldProperties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableFormatConditionsCalculation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableWizard -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.encoding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.end -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endangle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrowlength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrowwidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endcap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endModifierType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endOfListFormulaUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endSnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eqn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.equalAverage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.equationxml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.err -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.error -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evalError -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evalOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evtFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.excludeFromRefreshAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.exclusive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.exp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.expand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extendable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusioncolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusionH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusionOk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.facet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fact -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fadeDir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.field -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldIdWrapped -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldListSortAscending -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldPrintTitles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.FileBinding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.FileBindingName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fileType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillDownLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillDownLabelsDefault -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillFormulas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filltype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterPivotName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterPrivacy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterTabId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterUnique -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.final -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.first -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstBackgroundRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstColumnMaxWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstColumnMinWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstDataCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstDataRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstHeaderRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstPageNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstSheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstSlideNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitpath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitshape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToPage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flattenHierarchies -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flipH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flipV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fLocksText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fLocksWithSheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmla -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaTxbx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmtid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focusposition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focussize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.folHlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.followColorScheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontAlgn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.footer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.for -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forceAA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forceFullCalc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.foredepth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.format -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatCode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatRows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formulaRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fov -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fPrintsWithSheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fPublished -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frameSlides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromWordArt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frozen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ftr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullCalcOnLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullPrecision -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullScrn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.func -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.function -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.functionGroupId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.g -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gain -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gamma -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gapWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getAltText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getContent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getDescription -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getEnabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getHelperText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemScreentip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemSupertip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getKeytip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getPressed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getScreentip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSelectedItemID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSelectedItemIndex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getShowImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getShowLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSupertip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getTarget -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getVisible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ghostCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ghostRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.goal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gradient -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gradientshapeok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grainSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandTotalCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grayscale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridDropZones -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridLinesSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridSpan -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.groupBy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grouping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.groupInterval -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.growShrinkType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grpId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gte -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.guid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.h -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hangingPunct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hasBounce -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hasCustomPrompt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hashData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hashValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.header -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowBorderDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowCellStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headersInLastRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.height -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.help -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.helperText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenRows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenSlides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideGeom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideLastTrans -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideNewItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hidePivotFieldList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideValuesRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hier -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchizeDistinct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchyName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchyUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.high -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.highlightClick -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.history -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horiz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontalCentered -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontalDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horzBarState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horzOverflow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hotPoints -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hour -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.how -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.href -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ht -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.htmlFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.htmlTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hueDir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i3 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.icon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iconId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iconSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idcntr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iddest -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idMso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idQ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idsrc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ID_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ignore -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.image -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imagealignshape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imageaspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imageMso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imagesize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iMeasureFld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iMeasureHier -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imeMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.immersive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.in -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includeHiddenRowCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includeNewItemsInFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includePrintSettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.indent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.index -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.indexed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.initial -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.initials -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inkSourceRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertAfterMso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertAfterQ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBeforeMso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBeforeQ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBlankRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertHyperlinks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertPageBreak -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRowShift -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insetpen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insetpenok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.integer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intensity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intermediate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.interpolation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.interval -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intervalClosed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalEndChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalidateContentOnDrop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalidUrl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalStChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invertible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invX_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invY_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isActiveX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isComment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isContent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isCountDistinct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isDefinitive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isInverted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isLegacyGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isNarration -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isPhoto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.issignatureline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isSignatureLine_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.item -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemPageCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemPrintTitles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterateCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterateDelta -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.joinstyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.justifyLastLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.justLastX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keepAlive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keepChangeHistory -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kern -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keyAttribute -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keytip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kumimoji -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ky -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.l -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.label -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.labelOnly -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.last -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastEdited -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastGuid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastRefreshVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.latinLnBrk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutChildren -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutInCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lBound -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.leadZeros -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.left -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.leftLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.len -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.length -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lengthspecified -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.level -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lfe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lhe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lhf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lho -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightface -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightharsh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightharsh2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightlevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightlevel2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightposition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightposition2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.likes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.limo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linestyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lineWeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.link -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkedCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkTarget -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.listDataValidation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.listFillRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lkTxEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lnSpcReduction -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loadImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.local -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localConnection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localSheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loCatId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.location -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.locked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockedPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockRevision -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockrotationcenter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockStructure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockWindows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.longFileNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.longText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loTypeId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.low -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lowestEdited -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.m -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.macro -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.majorUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.man -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualBreakCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualMax -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualMin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manufacturer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.map -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mapId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mappingCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mappingRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marB -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.markers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marL -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.masterRel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.matchingName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathML -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathStruct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathSymbol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.matrix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.max -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxAxisType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maximized -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxRank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxRId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxSheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxValIso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdxLong -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdxSubqueries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meanLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meanMarker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measureFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measureGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measuresSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mediaType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberPropertyField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberValueDatatype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mentionId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mentionpersonId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.merge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeInterval -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.metal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.method -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.midline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.min -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minAxisType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimalRefreshVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimized -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimumVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minorUnit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minRefreshableVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minRId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minSupportedVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minusx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minusy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minute -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minVer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minVersionLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.missingCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.missingItemsLimit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.miterlimit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.model -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.modelId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mods -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.month -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.moveWith -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.moveWithCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.movingMultiple -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.movingPeriod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mpFld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multiLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multipleFieldFilters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multipleItemSelectionAllowed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multiSel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mute -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.n -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nameLen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Namespace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Name_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negativeBarBorderColorSameAsPositive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negativeBarColorSameAsPositive -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.new -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nextAc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nextId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noAdjustHandles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeArrowheads -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeAspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeShapeType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noCrop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nodePh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nodeType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.node_number -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noDrilldown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noEditPoints -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noGrp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noMove -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nonAutoSortDefault -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nonoutliers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noProof -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noResize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.normalEastAsianFlow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.normalizeH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noRot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noSelect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noTextEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noThreeD -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noThreeD2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noUngrp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.np -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberOfShades -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberStoredAsText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numFmtId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numSld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.o -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objectId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ObjectID_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objectType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ObjectType_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.obscured -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.odcFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.odxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oEmbedUrl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.offset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.offset2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.old -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldComment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldCustomMenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldDescription -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldFunction -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldFunctionGroupId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldHelp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldPh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldQuotePrefix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldShortcutKey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldStatusBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ole -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oleUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.on -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onAction -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oneField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onHide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onlySync -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onlyUseConnectionFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onShow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.op -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.opacity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.operator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.optimizeMemory -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.organizeInFolders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orient -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orientation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orientationangle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.origin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.out -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outliers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevelCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevelRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineSymbols -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.overflow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.overlay -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.override -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ownerIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.p -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.page -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageOverThenDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pane -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.panose -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.paperSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.par -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parameterType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parentId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parentSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parsePre -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parTransId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.password -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.passwordEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteColWidths -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteComments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteDataValidation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteFormulas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteNumberFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteValues -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.path -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pathEditMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pattern -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.patternType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pencilSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.percent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.percentComplete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.personalView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.personId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ph -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phldr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phldrT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phonetic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.picLocksAutoForOEmbed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pitchFamily -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotCacheId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotShowAs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotTableStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pLen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.points -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.polar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.position -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.post -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pred -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferPic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferRelativeResize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferSingleView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prefix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presAssocID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserve -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.PreserveFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveHistory -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.PreserveSortAFLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveSortFilterLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetClass -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetSubtype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleCnt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pressure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prevAc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.previousCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.previousRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.print -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.printArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.printDrill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.priority -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.priorRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prnWhat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.productSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.progId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ProgID_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prompt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.promptedSolutions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.promptTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.propertyName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.protected -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.provid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.providerId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.provId_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prstMaterial -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptsTypes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pubBrowser -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.published -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.publishItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.publishToServer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qsCatId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qsTypeId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qualifier -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.quartileMethod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.queryFailed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.queryTableFieldId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.quotePrefix -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ra -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.radius -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.radiusrange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rank -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rankBy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rctx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.readingOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.readOnlyRecommended -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recalcAlways -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recolortarget -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reconnectionMethod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recordCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ref3D -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referenceDateBegin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referenceMultiple -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referencePeriod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refersTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refFor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refForName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refPtType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshAllConnections -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedBy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedDateIso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshError -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshOnChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshOnLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeFrom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeIndent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relNeededHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relyOnVml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removeDataOnSave -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removePersonalInfoOnSave -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.render -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repairLoad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repeatCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repeatDur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reservationPassword -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resizeGraphics -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.respectTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.restart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rev -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reverse -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsAlgorithmName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsHashValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsPassword -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsSaltValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsSpinCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rfe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rgb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rhe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rhf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rho -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.richSortKey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.right -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rightToLeft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.RootElement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotatedBoundingBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationangle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationAngle_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationcenter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotWithShape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowColShift -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowDrillCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowGrandTotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHeaderCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowNumbers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowPageCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowSpan -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rtl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rtlCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rupBuild -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.s -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saltData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saltValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveExternalLinkValues -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.savePassword -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveSubsetFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaleToFitPaper -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaleWithDoc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scenarios -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SchemaID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SchemaRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scope -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.screentip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.script -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scrollPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.second -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.secondColumnMaxWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.secondColumnMinWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.securityDescriptor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seek -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selected -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SelectedStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectionLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SelectionNamespaces -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectLockedCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectUnlockedCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seltype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.semanticType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.semicolon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sendLocale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seq -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serialNo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.series -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seriesIdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seriesName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverCommand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFontColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverNumberFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverSldId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverSldModifiedTime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverZoom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.set -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.setDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.setDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadeToTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadowcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadowok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeGeometry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ShapeID_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapetype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shared -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheetPosition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shininess -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shortcutKey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.show -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAnimation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAsCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAsIcon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAutoFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showBorderUnselectedTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCalcMbrs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCaptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColHeaders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColStripes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColumnStripes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showComments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataAs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataDropDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataTips -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDrill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropDowns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropZones -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showEmptyCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showEmptyRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showError -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showErrorMessage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFirstColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormulaBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormulas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showGridLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showGuides -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHeaders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHorizontalScroll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHorizontalScrollbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ShowImportExportValidationErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInFieldList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInkAnnotation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInputMessage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInRibbon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItemImage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItemLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showLastColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMasterPhAnim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMasterSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMemberPropertyTips -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMissing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMultipleLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showNarration -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showObjects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showOutlineIcons -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showOutlineSymbols -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPageBreaks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPivotChartFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropAsCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropTip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowColHeaders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowHeaders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowStripes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRuler -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showScrollbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSelectionLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSheetTabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showsigndate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSignDate_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSpeakerNotes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSpecialPlsOnTitleSld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showStatus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showStatusbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showTimeLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showTip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showVerticalScroll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showWhenStopped -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showWhiteSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showZeros -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shrinkToFit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.si -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sibTransId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.side -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signinginstructions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signinginstructionsset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signingInstructionsSet_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signingInstructions_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sigprovurl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sigProvUrl_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.simplePos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.singleRangeFilterState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.singleSignOnId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.siteId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.size -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sizeString -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sizeWithCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.skewamt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.skewangle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sldNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.slicerData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.slideIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smoothness -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smtClean -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smtId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapToGrid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapToObjects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapVertSplitter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.solveOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortBy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortMethod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.source -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceDataName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceLinked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceSheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.space -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spans -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spcCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spcFirstLastPara -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.specificationRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.specularity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spidmax -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spinCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spinValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.splitAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.splitFirst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spokes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sqlType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sqref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.src -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcOrd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcUrl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.st -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startangle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrowlength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrowwidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startAt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startFromScratch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startIndex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.state -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.status -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.statusBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDev -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDevPSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDevSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.step -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stopIfTrue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.store -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.storeType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strictFirstAndLastChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strike -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.string -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stringValue1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stringValue2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stroke -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokecolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stroked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokeok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokeweight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleLbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.StyleName_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalHiddenItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSigner -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSigner2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSignerEmail -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.summaryBelow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.summaryRight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sumSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supertip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportAddCalcMems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportAdvancedDrill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubquery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubqueryCalcMem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubqueryNonVisual -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.swAng -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.switch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.symbol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncBehavior -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncHorizontal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncVertical -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.table -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableBorderDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableColumnId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabRatio -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabSelected -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tags -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.target -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.targetScreenSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.text -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textborder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textboxrect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textDates -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textHAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textpathok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textRotation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textVAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tgtFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.theme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickBot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickBottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thicket -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thousands -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thruBlk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.time -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timelineData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeOffset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timePeriod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timestampRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeString -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeZoneBias -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tmFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.to -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.toColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tooltip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.top -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topAutoShow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topLabels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topLeftCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.toTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowBorderDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowCellStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowDxfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowFunction -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowShown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.traceDataRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.traceFormatRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.track -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trackRevisions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trans -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transitionEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transitionEvaluation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tupleCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.twoDigitTextYear -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.txBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.typeface -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Type_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.u -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ua -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uBound -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uiExpand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uiObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.un -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unbalanced -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unbalancedGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unboundColumnsLeft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unboundColumnsRight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.underflow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.undone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ungrouping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniform -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueMemberProperty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueParent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.units -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unlockedFormula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updateAutomatic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updatedVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updateLinks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.UpdateMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.upgradeOnRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.upright -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.URI_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.url -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useAutoFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useBgFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.usedByAddin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useDef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useFirstPageNumber -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useLongFilenames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.usePrinterDefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.user -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userDrawn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userProvider -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useTimings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useWholeDay -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vacatedStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.valIso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.value -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.valueType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.variable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varPSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varSubtotal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vbProcedure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.version -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertBarState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertical -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalCentered -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticies -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertOverflow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.view -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.viewpoint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.viewpointorigin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visibility -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visualTotals -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visualTotalsForSets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vocabulary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.w -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.weight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.weightExpression -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.width -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.widthMin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookAlgorithmName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookHashValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookParameter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookPassword -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookSaltValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookSpinCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookViewId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrapcoords -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrapText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfDxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfrmType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xl2000 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xl97 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xlm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xmlDataType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xpath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xrange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xscale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xSplit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xWindow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.year -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.yrange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ySplit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.yWindow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.z -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zeroHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zeroValues -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomContents -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScaleNormal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScalePageLayoutView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScaleSheetLayoutView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomToFit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zOrderOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.z_order -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.allowincell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.allowoverlap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.althref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.borderbottomcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.borderleftcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.borderrightcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bordertopcolor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bullet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.button -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bwmode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bwnormal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.bwpure -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.callout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.clip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.clippath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.cliptowrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.colormenu -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.colormru -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.column -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.complex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.connectangles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.connectlocs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.connectortype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.connecttype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.detectmouseclick -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.dgmlayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.dgmlayoutmru -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.dgmnodekind -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.diagram -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.doubleclicknotify -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.entry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.extrusion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.extrusionok -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.FieldCodes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.forcedash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.gfxdata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.hr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.hralign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.href -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.hrnoshade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.hrpct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.hrstd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.idmap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.ink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.insetmode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.left -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.LinkType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.lock -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.LockedField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.master -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.o -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.O.ole -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.oleicon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.OLEObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.oned -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.opacity2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.preferrelative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.proxy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.regroupid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.regrouptable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.rel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.relationtable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.relid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.right -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.rules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.shapedefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.shapelayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.signatureline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.singleclick -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.skew -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.spid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.spt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigner -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigner2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigneremail -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.tablelimits -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.tableproperties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.targetscreensize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.title -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.top -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.userdrawn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.userhidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.O.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.deMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.gridColMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.oac -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.OAC.tcMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.trMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.txBodyMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OAC.txMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OEL.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OEL.oel -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.OP.op -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.OP.Properties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.OP.property -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.anim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.animClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.animEffect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.animMotion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.animRot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.animScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.attrName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.attrNameLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.audio -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bgPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bgRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldAsOne -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldDgm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldGraphic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldOleChart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldP -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bldSub -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.blinds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.blipFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bodyStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.bold -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.boldItalic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.boolVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.browse -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.by -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cBhvr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.charRg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.checker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.childTnLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.circle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.clrMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.clrMapOvr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.clrMru -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.clrVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cmAuthor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cmAuthorLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cmd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cMediaNode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cmLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.comb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cond -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.control -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.controls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cover -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cSld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cSldViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cTn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.custData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.custDataLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.custShow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.custShowLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cut -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.cxnSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.defaultTextStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.diamond -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.dissolve -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.embed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.embeddedFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.embeddedFontLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.endCondLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.endSnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.endSync -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.excl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.fade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.fltVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.font -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.graphicEl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.gridSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.guide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.guideLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.handoutMaster -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.handoutMasterId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.handoutMasterIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.hf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.hsl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.htmlPubPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.inkTgt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.intVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.italic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.iterate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.kinsoku -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.kiosk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.link -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.modifyVerifier -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.newsflash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nextCondLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.normalViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesMaster -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesMasterId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesMasterIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesTextViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.notesViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.nvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.oleChartEl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.oleObj -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.origin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.otherStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.outlineViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.p -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.P.par -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.penClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.ph -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.photoAlbum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.pic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.plus -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.present -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.presentation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.presentationPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.prevCondLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.pRg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.prnPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.progress -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.pull -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.push -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.random -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.randomBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.rCtr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.regular -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.restoredLeft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.restoredTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.rgb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.rtn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.scale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.seq -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.set -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.showPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sld -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldLayoutId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldLayoutIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldMaster -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldMasterId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldMasterIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldRg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldSyncPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sldTgt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.slideViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.snd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sndAc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sndTgt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sorterViewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.split -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.spTgt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.spTree -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.stCondLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.strips -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.strVal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.stSnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.subSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.subTnLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tagLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tags -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tav -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tavLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.text -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tgtEl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.timing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.titleStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tmAbs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tmPct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tmpl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tmplLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.tnLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.to -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.transition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.txEl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.txStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.video -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.viewPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.webPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.wedge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.wheel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.wipe -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P.zoom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.bmk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.bmkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.bmkTgt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.bounceEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.browseMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.bwMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.cNvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.conveyor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.creationId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.defaultImageDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.discardImageEditData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.doors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.dur -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.fade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.ferris -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.flash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.flip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.flythrough -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.gallery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.glitter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.honeycomb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.laserClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.laserTraceLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.media -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.modId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.nullEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.nvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.nvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.p14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.P14.pan -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.pauseEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.playEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.presetBounceEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.prism -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.resumeEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.reveal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.ripple -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.section -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.sectionLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.sectionPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.seekEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.showEvtLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.showMediaCtrls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.shred -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.sldId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.sldIdLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.stopEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.switch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.tracePt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.tracePtLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.triggerEvt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.trim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.vortex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.warp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.wheelReverse -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.window -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P14.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.chartTrackingRefBased -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.clr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.guide -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.notesGuideLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.p15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.P15.parentCm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.presenceInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.prstTrans -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.sldGuideLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P15.threadingInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.authorLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.cm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.cmLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.p188 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.P188.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.reply -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.replyLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.P188.unknownAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PC.pc -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.PC.sldLayoutMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PC.sldMasterMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PC.sldMkLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.blipFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.cNvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.nvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.pic -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.PIC.pic_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PIC14.pic14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.PIC14.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PVML.iscomment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.PVML.pvml -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.PVML.textdata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.blip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.cs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.dm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.embed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.href -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.link -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.lo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.pict -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.qs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.R.r -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.SL.manifestLocation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SL.schema -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SL.schemaLibrary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SL.schemaLocation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SL.sl -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.SL.uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SLE.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.SLE.sle -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.SLE.slicer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Assign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Attribution -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Comment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Create -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Delete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Event -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.History -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Priority -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Progress -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Schedule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.SetTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.t -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.T.Task -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Tasks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Unassign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.UnassignAll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Undelete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.T.Undo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.THM15.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.THM15.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.THM15.themeFamily -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.THM15.thm15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.TSLE.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.TSLE.timeslicer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.TSLE.tsle -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.V.arc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.background -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.curve -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.formulas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.h -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.handles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.image -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.imagedata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.line -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.oval -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.path -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.polyline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.rect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.roundrect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.shadow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.shape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.shapetype -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.stroke -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.textbox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.textpath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.V.v -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.VT.array -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.blob -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.bool -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.bstr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.cf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.clsid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.cy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.date -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.decimal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.empty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.error -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.filetime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.i1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.i2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.i4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.i8 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.int -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.lpstr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.lpwstr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.null -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.oblob -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ostorage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ostream -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.r4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.r8 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.storage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.stream -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ui1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ui2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ui4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.ui8 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.uint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.variant -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.vector -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.vstream -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.VT.vt -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W.abstractNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.abstractNumId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent3 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent4 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent5 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.accent6 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.active -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.activeRecord -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.activeWritingStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.actualPg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.addressFieldName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.adjustLineHeightInTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.adjustRightInd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.after -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.afterAutospacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.afterLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.algIdExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.algIdExtSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.algorithmName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alias -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.aliases -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alignBordersAndEdges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alignTablesRowByRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.all -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.allowPNG -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.allowSpaceOfSameStyleInTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.allStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.altChunk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.altChunkPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alternateStyleNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.altName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alwaysMergeEmptyNamespace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.alwaysShowPlaceholderText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.anchorLock -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.annotationRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.applyBreakingRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.appName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ascii -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.asciiTheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.attachedSchema -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.attachedTemplate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.attr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoCaptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autofitToFirstFixedWidthCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoFormatOverride -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoHyphenation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoRedefine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceDE -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceDN -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceLikeWord95 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.b -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.background -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.balanceSingleByteDoubleByteWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.basedOn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bCs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bdo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.before -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.beforeAutospacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.beforeLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.behavior -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.behaviors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.between -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bg1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bg2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bibliography -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bidi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bidiVisual -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.blockQuote -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.body -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bodyDiv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldPrinting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldPrintingSheets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldRevPrinting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bookmarkEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bookmarkStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bordersDoNotSurroundFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bordersDoNotSurroundHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.bottomFromText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.br -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cachedColBalance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.calcOnExit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.calendar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cantSplit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.caps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.caption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.captions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.category -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cellDel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cellIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cellMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.chapNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.chapSep -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.chapStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.char -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.characterSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.characterSpacingControl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.charset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.charSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.checkBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.checked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.checkErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.checkStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.citation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.clear -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.clearFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.clickAndTypeStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.clrSchemeMapping -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cnfStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.code -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.col -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.colDelim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.colFirst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.colLast -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.color -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cols -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.column -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.combine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.combineBrackets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.comboBox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.comment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.commentRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.commentRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.commentReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.comments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.compat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.compatSetting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.conformance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.connectString -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.consecutiveHyphenLimit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.contextualSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.continuationSeparator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.control -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.convMailMergeEsc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.count -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.countBy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmClass -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmSid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptProvider -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderTypeExt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderTypeExtSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cryptSpinCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.csb0 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.csb1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.cstheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customMarkFollows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlDelRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlDelRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlInsRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlInsRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveFromRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveFromRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveToRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveToRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.customXmlPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dataBinding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dataSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dataType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.date -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dateFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dayLong -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dayShort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ddList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.decimalSymbol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.decorated -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.default -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defaultTableStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defaultTabStop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defLockedState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defQFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defSemiHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defUIPriority -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.defUnhideWhenUsed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.del -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.delInstrText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.delText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.description -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.destination -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnNumbering -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnParagraphs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnRuns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dirty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displacedByCustomXml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.display -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displayBackgroundShape -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displayHangulFixedWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displayHorizontalDrawingGridEvery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displayText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.displayVerticalDrawingGridEvery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.distance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.div -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.divBdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.divId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.divs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.divsChild -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dllVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docDefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docGrid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docLocation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartCategory -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartGallery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartObj -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docParts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docPartUnique -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.document -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.documentProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.documentType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docVar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.docVars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotAutoCompressPictures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotAutofitConstrainedTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotBreakConstrainedForcedTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotBreakWrappedTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotDemarcateInvalidXml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotDisplayPageBoundaries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotExpandShiftReturn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotHyphenateCaps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotIncludeSubdocsInStats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotLeaveBackslashAlone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotOrganizeInFolder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotRelyOnCSS -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotSaveAsSingleFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotShadeFormData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotSnapToGridInCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressBlankLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressIndentation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressParagraphBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotTrackFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotTrackMoves -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseEastAsianBreakRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseHTMLParagraphAutoSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseIndentAsNumberingTabStop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseLongFileNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseMarginsForDrawingGridOrigin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotValidateAgainstSchema -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotVertAlignCellWithSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotVertAlignInTxbx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.doNotWrapTextWithPunct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawAspect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridHorizontalOrigin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridHorizontalSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridVerticalOrigin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridVerticalSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dropCap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dropDownList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dstrike -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dxaOrig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dyaOrig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.dynamicAddress -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.eastAsia -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.eastAsianLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.eastAsiaTheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.edGrp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.edit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.effect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.element -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.em -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedBold -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedBoldItalic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedItalic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedRegular -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedSystemFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.embedTrueTypeFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.emboss -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.enabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.encoding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.end -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endnote -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endnotePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endnoteRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endnoteReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.endnotes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.enforcement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.entryMacro -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.equalWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.equation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.evenAndOddHeaders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.evenHBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.evenVBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.exitMacro -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.family -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ffData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fHdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fieldCodes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fieldMapData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.first -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstLineChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstRowFirstColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.firstRowLastColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fitText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.flatBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fldChar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fldCharType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fldData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fldLock -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fldSimple -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.followedHyperlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.font -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fontKey -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fontSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footerReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnote -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnoteLayoutLikeWW8 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnotePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnoteRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnoteReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.footnotes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.forceUpgrade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.forgetLastTabAlignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.format -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.formatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.formProt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.formsDesign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.frame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.frameLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.framePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.frameset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.framesetSplitbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ftr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.fullDate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gallery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.glossaryDocument -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.grammar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gridAfter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gridBefore -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gridCol -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gridSpan -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.growAutofit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.guid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gutter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.gutterAtTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.h -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hanging -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hangingChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hAnsi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hAnsiTheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hashValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hdrShapeDefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.header -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.headerReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.headerSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.heading -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.headingStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.helpText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hideGrammaticalErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hideMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hideSpellingErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.highlight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.history -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.horzAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hpsBaseText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hpsRaise -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hyperlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.hyphenationZone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.i -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.iCs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ignoreMixedContent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ilvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.imprint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ind -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.initials -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.inkAnnotations -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.insDel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.insideH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.insideV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.instr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.instrText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.isLgl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.jc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.keepLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.keepNext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.kern -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.kinsoku -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastRenderedPageBreak -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastRowFirstColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastRowLastColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lastValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.latentStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.layoutRawTableWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.layoutTableRowsApart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.leader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.left -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.leftChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.leftFromText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.legacy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.legacyIndent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.legacySpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.line -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.linePitch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lineRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lineWrapLikeWord6 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.link -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.linkedToFile -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.linkStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.linkToQuery -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.listEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.listItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.listSeparator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lnNumType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lock -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.locked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lockedField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lsdException -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvlJc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvlOverride -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvlPicBulletId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvlRestart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.lvlText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mailAsAttachment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mailMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mailSubject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mainDocumentType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mappedName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marBottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.markup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marLeft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marRight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marTop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.marW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.matchSrc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.maxLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mirrorIndents -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mirrorMargins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.monthLong -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.monthShort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveFrom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveFromRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveFromRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveToRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.moveToRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.movie -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.multiLevelType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.multiLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.mwSmallCaps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.next -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.nlCheck -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noBorder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noBreakHyphen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noColumnBalance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noEndnote -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noExtraLineSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noHBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noLabel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noLeading -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noLineBreaksAfter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noLineBreaksBefore -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noProof -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noPunctuationKerning -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noResizeAllowed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noSpaceRaiseLower -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noTabHangInd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.notTrueType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noVBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.noWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.nsid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.null -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.num -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numbering -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numberingChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numberingStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numIdMacAtCleanup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numPicBullet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numPicBulletId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numRestart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.numStyleLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.object -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.objectEmbed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.objectLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.oddHBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.oddVBand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.odso -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.offsetFrom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.oMath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.optimizeForBrowser -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.orient -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.original -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.other -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.outline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.outlineLvl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.overflowPunct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.p -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pageBreakBefore -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.panose1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.paperSrc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pBdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.percent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.permEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.permStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.personal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.personalCompose -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.personalReply -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pgBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pgMar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pgNum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pgNumType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pgSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pict -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.picture -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pitch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pixelsPerInch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.placeholder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.position -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pPrDefault -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.prefixMappings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printBodyTextBeforeHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printColBlack -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printerSettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printFormsData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printFractionalCharacterWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printPostScriptOverText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.printTwoOnOne -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.progId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.proofErr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.proofState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.pStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ptab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.qFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.query -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.readModeInkLockDown -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.recipientData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.recipients -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.recommended -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.relativeTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.relyOnVML -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.removeDateAndTime -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.removePersonalInformation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.restart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.result -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.revisionView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.richText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.right -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rightChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rightFromText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rPrDefault -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidDel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidP -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidR -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidRDefault -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidRoot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidRPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsids -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidSect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rsidTr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rtl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rtlGutter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ruby -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rubyAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rubyBase -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.rubyPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.salt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saltValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saveFormsData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saveInvalidXml -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.savePreviewPicture -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saveSubsetFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saveThroughXslt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.saveXmlDataOnly -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.scrollbar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sdt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sdtContent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sdtEndPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sdtPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sectPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sectPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.selectFldWithFirstOrLastChar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.semiHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sep -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.separator -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.settings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shadow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shapeDefaults -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shapeid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shapeId_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shapeLayoutLikeWW8 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.shd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.showBreaksInFrames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.showEnvelope -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.showingPlcHdr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.showXMLTags -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.size -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sizeAuto -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.smallCaps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.snapToGrid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.softHyphen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.solutionID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sourceFileName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.space -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.spaceForUL -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.spacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.spacingInWholePoints -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.specVanish -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.spelling -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.spinCount -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.splitPgBreakAndParaMark -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.src -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.startChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.startOverride -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.statusText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.storeItemID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.storeMappedDataAs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.strictFirstAndLastChars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.strike -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.styleId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.styleLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.styleLockQFSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.styleLockTheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.stylePaneFormatFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.stylePaneSortMethod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.styles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.stylesInUse -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.subDoc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.subFontBySize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.subsetted -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.summaryLength -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressAutoHyphens -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressBottomSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressLineNumbers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressOverlap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressSpacingAtTopOfPage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressSpBfAfterPgBrk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressTopSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.suppressTopSpacingWP -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.swapBordersFacingPages -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sym -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.sz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.szCs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.t1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.t2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tab -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.table -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tableStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tabs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.targetScreenSz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tbl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblCaption -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblCellMar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblCellSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblDescription -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblGrid -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblGridChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblInd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblLayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblLook -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblOverlap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblPrEx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblPrExChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblpX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblpXSpec -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblpY -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblpYSpec -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblStyleColBandSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblStylePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblStyleRowBandSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tblW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcBorders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcFitText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcMar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tcW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.temporary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tentative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.text -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.textAlignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.textboxTightWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.textDirection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.textInput -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tgtFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeFillShade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeFillTint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeFontLang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeShade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.themeTint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.titlePg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tl2br -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tmpl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tooltip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.top -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.top3HeadingStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.topFromText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.topLinePunct -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tplc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.tr2bl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.trackRevisions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.trHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.trPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.trPrChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.truncateFontHeightsLikeWP6 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.txbxContent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.types -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.u -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.udl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.uiCompat97To2003 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.uiPriority -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.ulTrailSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.underlineTabInNumList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.unhideWhenUsed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.uniqueTag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.updateFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.updateMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.usb0 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.usb1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.usb2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.usb3 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useAltKinsokuLineBreakRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useAnsiKerningPairs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useFELayout -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useNormalStyleForList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.usePrinterMetrics -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useSingleBorderforContiguousCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useWord2002TableStyleRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useWord97LineBreakRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.useXSLTWhenSaving -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.value -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vanish -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vendorID -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vertAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vertAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vertCompress -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.view -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.viewMergedData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.visibleStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vMerge -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vMergeOrig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.vSpace -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.w -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W.wAfter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wBefore -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.webHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.webSettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.widowControl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wordWrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wpJustification -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wpSpaceWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.wrapTrailSpaces -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.writeProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.w_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.x -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.xAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.xpath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.y -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.yAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.yearLong -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.yearShort -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.zoom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W.zOrder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.anchorlock -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.borderbottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.borderleft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.borderright -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.bordertop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W10.w10 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W10.wrap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.algn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.alpha -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.anchorId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.ang -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.b -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.bevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.bevelB -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.bevelT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.blurRad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.bwMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.camera -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.cap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.checkbox -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.checked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.checkedState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.cmpd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.cntxtAlts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.cNvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.conflictDel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.conflictIns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.conflictMode -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.contourClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.contourW -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictDelRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictDelRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictInsRangeEnd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictInsRangeStart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.defaultImageDpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.dir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.discardImageEditingData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.dist -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.docId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.endA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.endPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.entityPicker -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.extrusionClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.extrusionH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.fadeDir -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.fillToRect -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.font -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.glow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.gradFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.gs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.gsLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.h -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.hueMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.kx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.ky -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.l -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.ligatures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lightRig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lim -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lum -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lumMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.lumOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.miter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.noFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.noSpellErr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.numForm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.numSpacing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.nvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.paraId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.path -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.props3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.prst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.prstDash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.prstMaterial -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.rad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.reflection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.rev -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.rig -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.rot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.round -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.sat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.satMod -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.satOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.scaled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.scene3d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.schemeClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.shade -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.shadow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.solidFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.srgbClr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.stA -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.stPos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.styleSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.stylisticSets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.sx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.sy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.textFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.textId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.textOutline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.tint -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.uncheckedState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.w -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W14.w14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W14.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.appearance -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.chartTrackingRefBased -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.collapsed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.color -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.commentEx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.commentsEx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.dataBinding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.docId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.done -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.doNotAllowInsertDeleteSection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.footnoteColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.paraId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.paraIdParent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.people -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.person -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.presenceInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.providerId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.repeatingSection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.repeatingSectionItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.sectionTitle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.userId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.w15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W15.webExtensionCreated -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W15.webExtensionLinked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.commentExtensible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.commentsExtensible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.dateUtc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.durableId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.intelligentPlaceholder -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CEX.w16cex -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W16CID.commentId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CID.commentsIds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CID.durableId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CID.paraId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CID.w16cid -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.W16CUR.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CUR.uri -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.W16CUR.w16cur -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WE.alternateReferences -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.binding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.bindings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.properties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.property -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.reference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.snapshot -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.we -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WE.webextension -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WE.webextensionref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WETP.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WETP.taskpane -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WETP.taskpanes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WETP.webextensionref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WETP.wetp -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WNE.acd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.acdEntry -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.acdManifest -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.acdName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.acds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.active -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.argValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.bEncrypt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.chmPrimary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.chmSecondary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.cmg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.docEvents -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocBuildingBlockAfterInsert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocClose -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlAfterInsert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlBeforeDelete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlContentUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlOnEnter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlOnExit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocNew -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocOpen -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocStoreUpdate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocSync -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocXmlAfterInsert -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocXmlBeforeDelete -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.fci -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.fciBasedOn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.fciIndex -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.fciIndexBasedOn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.fciName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.hash -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.kcmPrimary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.kcmSecondary -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.keymap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.keymaps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.keymapsBad -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.macro -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.macroName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.mask -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.mcd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.mcds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.menuHelp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.recipientData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.recipients -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.swArg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.tcg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.toolbarData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.toolbars -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.vbaSuppData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.wch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.wll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WNE.wne -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WOE.oembed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WOE.woe -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WP.align -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.cNvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.docPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.effectExtent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.extent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.inline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.lineTo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.positionH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.positionV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.posOffset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.simplePos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wp -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapNone -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapPolygon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapSquare -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapThrough -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapTight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP.wrapTopAndBottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.anchorId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.editId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.pctHeight -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.pctPosHOffset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.pctPosVOffset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.pctWidth -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.sizeRelH -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.sizeRelV -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP14.wp14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WP15.webVideoPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WP15.wp15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WPC.bg -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPC.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPC.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPC.whole -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPC.wpc -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WPC.wpc_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvFrPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.wgp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPG.wpg -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WPG.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.bodyPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvCnPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.linkedTxbx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.txbx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.WPS.wps -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.WPS.wsp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.alignment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.author -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.authors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.autoFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.autoSortScope -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.b -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.bgColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.bk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.bookViews -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.border -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.borders -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.bottom -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.brk -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.c -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cacheField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cacheFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cacheHierarchies -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cacheHierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cacheSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calcChain -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calculatedColumnFormula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calculatedItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calculatedItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calculatedMember -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.calculatedMembers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellMetadata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellStyleXfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellWatch -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellWatches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cellXfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cfRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cfvo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.charset -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.chartFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.chartFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.chartsheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.col -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colBreaks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colHierarchiesUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colHierarchyUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.color -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colorFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.colorScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.cols -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.comment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.commentList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.commentPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.comments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.condense -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.connection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.connections -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.consolidation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.control -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.controlPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.controls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customFilters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customProperties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customSheetView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customSheetViews -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customWorkbookView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.customWorkbookViews -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.d -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.DataBinding -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataConsolidate -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataRefs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataValidation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dataValidations -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dateGroupItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dbPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ddeItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ddeItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ddeLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.definedName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.definedNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.deletedField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.diagonal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dialogsheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dimension -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dimensions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.discretePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.drawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.drawingHF -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dxfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.dynamicFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.e -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.end -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.entries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.evenFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.evenHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.extend -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.externalBook -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.externalLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.externalReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.externalReferences -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.family -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fgColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.field -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fieldGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fieldsUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fieldUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fileRecoveryPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fileSharing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fileVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fills -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.filter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.filterColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.filters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.firstFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.firstHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.font -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.fonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.format -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.formats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.formula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.formula1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.formula2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.functionGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.functionGroups -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.futureMetadata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.gradientFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.group -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groupItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groupLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groupLevels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groupMember -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groupMembers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.groups -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.header -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.headerFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.headers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.horizontal -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.hyperlink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.hyperlinks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.i -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.iconFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.iconSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ignoredError -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ignoredErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.indexedColors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.inputCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.is -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.item -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.items -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.k -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.kpi -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.kpis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.left -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.legacyDrawing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.legacyDrawingHF -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.location -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.m -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.main -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.map -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.MapInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.maps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.Map_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mdx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mdxMetadata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.measureGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.measureGroups -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.member -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.members -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mergeCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mergeCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.metadata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.metadataStrings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.metadataType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.metadataTypes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mpMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mps -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.mruColors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ms -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.n -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.name -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.nc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ndxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.numFmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.numFmts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.objectPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oddFooter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oddHeader -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.odxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.olapPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oldFormula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleObjects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.oleSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.outline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.outlinePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.p -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.page -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageMargins -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pages -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageSetup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pageSetUpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pane -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.parameter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.parameters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.patternFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.phoneticPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.picture -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotAreas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotCacheDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotCacheRecords -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotHierarchies -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotHierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotSelection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotTableDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.pivotTableStyleInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.printOptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.protectedRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.protectedRanges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.protection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.query -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryTableDeletedFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryTableField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryTableFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.queryTableRefresh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.r -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.raf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rangePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rangeSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rangeSets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rcc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rcft -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rcmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rcv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rdn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.reference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.references -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.reviewed -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.reviewedList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.revisions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rfmt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rFont -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rgbColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.right -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.ris -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rowBreaks -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rowFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rowHierarchiesUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rowHierarchyUsage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rowItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rPh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rqt -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rrc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.rsnm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.s -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.scenario -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.scenarios -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.Schema -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.scheme -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.selection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.serverFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.serverFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.set -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.shadow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sharedItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetCalcPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetDataSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetFormatPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetId -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetIdMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheets -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sheetViews -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.si -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.singleXmlCell -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.singleXmlCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sortByTuple -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sortCondition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sortState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.start -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.stop -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.stp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.strike -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.styleSheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.sz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.t -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tabColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.table -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableColumn -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableColumns -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tablePart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableParts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableStyleElement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableStyleInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tableStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.text -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.textField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.textFields -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.textPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.to -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.top -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.top10 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.totalsRowFormula -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tpl -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tpls -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.tupleCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.u -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.undo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.userInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.users -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.value -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.valueMetadata -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.values -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.vertAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.vertical -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.volType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.volTypes -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPublishing -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPublishItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPublishItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPublishObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.webPublishObjects -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.workbook -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.workbookPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.workbookProtection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.workbookView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.worksheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.worksheetSource -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.x -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.X.xf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.xmlCellPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.xmlColumnPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.xmlPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X.x_ -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X12AC.list -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X12AC.x12ac -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.X14.argumentDescription -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.argumentDescriptions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.axisColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.borderColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.cacheField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.cacheHierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.calculatedMember -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.calculatedMembers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.cfIcon -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.cfRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.cfvo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.color -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorAxis -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorFirst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorHigh -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorLast -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorLow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorMarkers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorNegative -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.colorSeries -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormat -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormats -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormatting -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormattings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.connection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.customFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.customFilters -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.data -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dataBar -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dataField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.datastoreItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dataValidation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dataValidations -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.definedName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.definedNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.dxfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.editValue -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.fillColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.filter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.formControlPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.formula1 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.formula2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.header -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.headers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.i -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.iconFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.iconSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.ignoredError -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.ignoredErrors -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.item -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.itemLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.items -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.level -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.levels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.negativeBorderColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.negativeFillColor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.olap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.oleItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.p -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotArea -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotAreas -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotCacheDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotChange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotChanges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotEdits -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotHierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTableDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.protectedRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.protectedRanges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.range -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.ranges -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.rowItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.rows -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.selection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.selections -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.setLevel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.setLevels -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicer -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCacheDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicers -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyleElement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyleElements -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sortCondition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sourceConnection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sparkline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sparklineGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sparklineGroups -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.sparklines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.table -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.tabular -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.tupleItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.tupleItems -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.tupleSet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.userEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.values -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.workbookPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14.x14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.X14AC.dyDescent -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14AC.knownFonts -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X14AC.x14ac -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.X15.activeTabTopLevelEntity -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.bounds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.c -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.cachedUniqueName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.cachedUniqueNames -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.cacheHierarchy -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.calculatedMember -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.connection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dataFeedPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dataField -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dataModel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dbCommand -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dbTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dbTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.dxfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.modelRelationship -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.modelRelationships -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.modelTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.modelTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.modelTextPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.movingPeriodState -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.oledbPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCacheDecoupled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCacheIdVersion -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotRow -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableReference -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableReferences -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableUISettings -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.queryTable -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.rangePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.selection -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCacheHideItemsWithNoData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCacheOlapLevelName -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCachePivotTables -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.state -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.tableSlicerCache -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.textPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timeline -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCachePivotCaches -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheRefs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelinePivotCacheDefinition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineRef -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineRefs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyleElement -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyleElements -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.webExtension -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.webExtensions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.workbookPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.x -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15.x15 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.X15AC.absPath -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.X15AC.x15ac -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XDR.absoluteAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.blipFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.clientData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.col -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.colOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.cxnSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.ext -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.from -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.graphicFrame -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.grpSp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.grpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.nvCxnSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.nvGraphicFramePr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.nvGrpSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.nvPicPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.nvSpPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.oneCellAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.pic -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.pos -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.rowOff -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.sp -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.spPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.style -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.to -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.twoCellAnchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.txBody -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.wsDr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR.xdr -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XDR.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.cNvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.cNvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.contentPart -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.nvContentPartPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.nvPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XDR14.xdr14 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XDR14.xfrm -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.fb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.k -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.rv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.rvData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.rvStructures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.s -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD.xlrd -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.a -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.arrayData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.dxfs -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.flag -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.global -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.k -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.key -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.keyFlags -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richProperties -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richStyles -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richStyleSheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rPr -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rpv -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rSty -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rvTypesInfo -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.s -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spb -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbArrays -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbStructures -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.supportingPropertyBags -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.type -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.types -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.v -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRD2.xlrd2 -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.address -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.blip -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.moreImagesAddress -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.webImageSrd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.webImagesSrd -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.xlrdwi -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XLTC.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.mention -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.mentions -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.person -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.personList -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.text -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.threadedComment -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.ThreadedComments -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XLTC.xltc -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XML.id -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XML.space -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XML.xml -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XNE.col -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.colSortMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.f -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.macrosheet -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.rowSortMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.sqref -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.worksheetSortMap -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNE.xne -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XNSV.columnFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.dxf -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.extLst -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.filter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.namedSheetView -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.namedSheetViews -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.nsvFilter -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.richSortCondition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortCondition -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortRule -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortRules -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XNSV.xnsv -> System.Xml.Linq.XNamespace +~static readonly DocumentFormat.OpenXml.Linq.XVML.Accel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Accel2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Anchor -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoFill -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoPict -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoScale -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Camera -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Cancel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.CF -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Checked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ClientData -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ColHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Colored -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Column -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.DDE -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Default -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.DefaultSize -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Disabled -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Dismiss -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.DropLines -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.DropStyle -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Dx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FirstButton -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaGroup -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaLink -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaMacro -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaPict -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaRange -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaTxbx -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Help -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Horiz -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Inc -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.JustLastX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.LCT -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ListItem -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Locked -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.LockText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.MapOCX -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Max -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Min -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.MoveWithCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.MultiLine -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.MultiSel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.NoThreeD -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.NoThreeD2 -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Page -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.PrintObject -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.RecalcAlways -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Row -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.RowHidden -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptExtended -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptLanguage -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptLocation -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptText -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.SecretEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Sel -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.SelType -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.SizeWithCells -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.TextHAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.TextVAlign -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.UIObj -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Val -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.ValidIds -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.Visible -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.VScroll -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.VTEdit -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.WidthMin -> System.Xml.Linq.XName +~static readonly DocumentFormat.OpenXml.Linq.XVML.xvml -> System.Xml.Linq.XNamespace diff --git a/src/DocumentFormat.OpenXml.Linq/PublicAPI.Unshipped.txt b/src/DocumentFormat.OpenXml.Linq/PublicAPI.Unshipped.txt index f070bae1c..5f282702b 100644 --- a/src/DocumentFormat.OpenXml.Linq/PublicAPI.Unshipped.txt +++ b/src/DocumentFormat.OpenXml.Linq/PublicAPI.Unshipped.txt @@ -1,5763 +1 @@ -DocumentFormat.OpenXml.Linq.A -DocumentFormat.OpenXml.Linq.A14 -DocumentFormat.OpenXml.Linq.A15 -DocumentFormat.OpenXml.Linq.A16 -DocumentFormat.OpenXml.Linq.A1611 -DocumentFormat.OpenXml.Linq.AC -DocumentFormat.OpenXml.Linq.ACLSH -DocumentFormat.OpenXml.Linq.ADEC -DocumentFormat.OpenXml.Linq.AHYP -DocumentFormat.OpenXml.Linq.ALF -DocumentFormat.OpenXml.Linq.AOE -DocumentFormat.OpenXml.Linq.AP -DocumentFormat.OpenXml.Linq.ASK -DocumentFormat.OpenXml.Linq.ASL -DocumentFormat.OpenXml.Linq.ASVG -DocumentFormat.OpenXml.Linq.B -DocumentFormat.OpenXml.Linq.C -DocumentFormat.OpenXml.Linq.C14 -DocumentFormat.OpenXml.Linq.C15 -DocumentFormat.OpenXml.Linq.C16R3 -DocumentFormat.OpenXml.Linq.CDR -DocumentFormat.OpenXml.Linq.CDR14 -DocumentFormat.OpenXml.Linq.CLBL -DocumentFormat.OpenXml.Linq.COMP -DocumentFormat.OpenXml.Linq.CS -DocumentFormat.OpenXml.Linq.CX -DocumentFormat.OpenXml.Linq.DGM -DocumentFormat.OpenXml.Linq.DGM14 -DocumentFormat.OpenXml.Linq.DGM1611 -DocumentFormat.OpenXml.Linq.DGM1612 -DocumentFormat.OpenXml.Linq.DS -DocumentFormat.OpenXml.Linq.DSP -DocumentFormat.OpenXml.Linq.EMMA -DocumentFormat.OpenXml.Linq.INKML -DocumentFormat.OpenXml.Linq.LC -DocumentFormat.OpenXml.Linq.M -DocumentFormat.OpenXml.Linq.MC -DocumentFormat.OpenXml.Linq.MSINK -DocumentFormat.OpenXml.Linq.MSO -DocumentFormat.OpenXml.Linq.MSO14 -DocumentFormat.OpenXml.Linq.NoNamespace -DocumentFormat.OpenXml.Linq.O -DocumentFormat.OpenXml.Linq.OAC -DocumentFormat.OpenXml.Linq.OEL -DocumentFormat.OpenXml.Linq.OP -DocumentFormat.OpenXml.Linq.P -DocumentFormat.OpenXml.Linq.P14 -DocumentFormat.OpenXml.Linq.P15 -DocumentFormat.OpenXml.Linq.P188 -DocumentFormat.OpenXml.Linq.PC -DocumentFormat.OpenXml.Linq.PIC -DocumentFormat.OpenXml.Linq.PIC14 -DocumentFormat.OpenXml.Linq.PVML -DocumentFormat.OpenXml.Linq.R -DocumentFormat.OpenXml.Linq.SL -DocumentFormat.OpenXml.Linq.SLE -DocumentFormat.OpenXml.Linq.T -DocumentFormat.OpenXml.Linq.THM15 -DocumentFormat.OpenXml.Linq.TSLE -DocumentFormat.OpenXml.Linq.V -DocumentFormat.OpenXml.Linq.VT -DocumentFormat.OpenXml.Linq.W -DocumentFormat.OpenXml.Linq.W10 -DocumentFormat.OpenXml.Linq.W14 -DocumentFormat.OpenXml.Linq.W15 -DocumentFormat.OpenXml.Linq.W16CEX -DocumentFormat.OpenXml.Linq.W16CID -DocumentFormat.OpenXml.Linq.W16CUR -DocumentFormat.OpenXml.Linq.WE -DocumentFormat.OpenXml.Linq.WETP -DocumentFormat.OpenXml.Linq.WNE -DocumentFormat.OpenXml.Linq.WOE -DocumentFormat.OpenXml.Linq.WP -DocumentFormat.OpenXml.Linq.WP14 -DocumentFormat.OpenXml.Linq.WP15 -DocumentFormat.OpenXml.Linq.WPC -DocumentFormat.OpenXml.Linq.WPG -DocumentFormat.OpenXml.Linq.WPS -DocumentFormat.OpenXml.Linq.X -DocumentFormat.OpenXml.Linq.X12AC -DocumentFormat.OpenXml.Linq.X14 -DocumentFormat.OpenXml.Linq.X14AC -DocumentFormat.OpenXml.Linq.X15 -DocumentFormat.OpenXml.Linq.X15AC -DocumentFormat.OpenXml.Linq.XDR -DocumentFormat.OpenXml.Linq.XDR14 -DocumentFormat.OpenXml.Linq.XLRD -DocumentFormat.OpenXml.Linq.XLRD2 -DocumentFormat.OpenXml.Linq.XLRDWI -DocumentFormat.OpenXml.Linq.XLTC -DocumentFormat.OpenXml.Linq.XML -DocumentFormat.OpenXml.Linq.XNE -DocumentFormat.OpenXml.Linq.XNSV -DocumentFormat.OpenXml.Linq.XVML -DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.GetXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> System.Xml.Linq.XDocument! -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.GetXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> System.Xml.Linq.XElement? -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.IsRootXElementLoaded(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SaveXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SaveXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SetXDocument(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, System.Xml.Linq.XDocument! document) -> void -static DocumentFormat.OpenXml.Packaging.OpenXmlPartRootXElementExtensions.SetXElement(this DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, System.Xml.Linq.XElement! element) -> void -static readonly DocumentFormat.OpenXml.Linq.MC.AlternateContent -> System.Xml.Linq.XName! -static readonly DocumentFormat.OpenXml.Linq.MC.Choice -> System.Xml.Linq.XName! -static readonly DocumentFormat.OpenXml.Linq.MC.Fallback -> System.Xml.Linq.XName! -static readonly DocumentFormat.OpenXml.Linq.MC.Ignorable -> System.Xml.Linq.XName! -static readonly DocumentFormat.OpenXml.Linq.MC.mc -> System.Xml.Linq.XNamespace! -static readonly DocumentFormat.OpenXml.Linq.MC.PreserveAttributes -> System.Xml.Linq.XName! -~static readonly DocumentFormat.OpenXml.Linq.A.a -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.A.accent1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.accent2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.accent3 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.accent4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.accent5 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.accent6 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ahLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ahPolar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ahXY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alpha -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaBiLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaCeiling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaFloor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaInv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaModFix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaOutset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.alphaRepl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.arcTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.audioCd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.audioFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.avLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.backdrop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.band1H -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.band1V -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.band2H -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.band2V -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bevelB -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bevelT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bgClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bgFillStyleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.biLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bldChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bldDgm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blipFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blueMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blueOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.blur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bodyPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.bottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.br -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buAutoNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buBlip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buChar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buClrTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buFontTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buNone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buSzPct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buSzPts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.buSzTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.camera -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cell3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.chart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.chExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.chOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.close -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrFrom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrRepl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrScheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.clrTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.comp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.contourClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cubicBezTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.custClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.custClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.custDash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.custGeom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cxn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cxnLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cxnSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.cxnSpLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.defPPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.defRPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.dgm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.dk1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.dk2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.duotone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effectDag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effectLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effectRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effectStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.effectStyleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.end -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.endCxn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.endParaRPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.extraClrScheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.extraClrSchemeLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.extrusionClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fgClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fillOverlay -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fillRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fillRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fillStyleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fillToRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.firstCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.firstRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.flatTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fmtScheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.folHlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.font -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fontRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.fontScheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gamma -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.glow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gradFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.graphic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.graphicData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.graphicFrameLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gray -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.grayscl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.green -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.greenMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.greenOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gridCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.grpFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.grpSpLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.gsLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.headEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.highlight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hlinkClick -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hlinkHover -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hlinkMouseOver -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hsl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hslClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hueMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.hueOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.innerShdw -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.insideH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.insideV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.inv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.invGamma -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lastCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lastRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.latin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.left -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lightRig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.ln -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnB -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnBlToTr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnL -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnSpc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnStyleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnTlToBr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lnTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lstStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lt1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lt2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lumMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lumOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl1pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl2pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl3pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl4pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl5pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl6pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl7pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl8pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.lvl9pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.majorFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.masterClrMapping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.minorFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.miter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.moveTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.neCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.noAutofit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.noFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.norm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.normAutofit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.nwCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.objectDefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.off -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.outerShdw -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.overrideClrMapping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.p -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.path -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pathLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pattFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.picLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.prstClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.prstDash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.prstGeom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.prstShdw -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.prstTxWarp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.pt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.quadBezTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.quickTimeFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.rect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.red -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.redMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.redOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.reflection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.relOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.right -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.rot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.round -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.rPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.rtl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.satMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.satOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.scene3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.schemeClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.scrgbClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.seCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.shade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.snd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.softEdge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.solidFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sp3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spAutoFit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spcAft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spcBef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spcPct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spcPts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.srcRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.srgbClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.st -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.stCxn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.stretch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.swCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sym -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.sysClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tableStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tableStyleId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tabLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tailEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tblBg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tblGrid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tblPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tblStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tblStyleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tcBdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tcStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tcTxStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.theme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.themeElements -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.themeManager -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.themeOverride -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tileRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tl2br -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.top -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.tr2bl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.txDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.txSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.uFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.uFillTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.uLn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.uLnTx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.up -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.useSpRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.videoFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.wavAudioFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.wholeTbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.a14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticBlur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticChalkSketch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCrisscrossEtching -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticCutout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticFilmGrain -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlass -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlowDiffused -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticGlowEdges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticLightScreen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticLineDrawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticMarker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticMosiaicBubbles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPaintBrush -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPaintStrokes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPastelsSmooth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPencilGrayscale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPencilSketch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPhotocopy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticPlasticWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticTexturizer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.artisticWatercolorSponge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.backgroundMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.backgroundRemoval -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.brightnessContrast -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.cameraTool -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.cNvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.colorTemperature -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.compatExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.cpLocks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.foregroundMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenEffects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenScene3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.hiddenSp3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.imgEffect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.imgLayer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.imgProps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.isCanvas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.legacySpreadsheetColorIndex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.m -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.nvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.saturation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.shadowObscured -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.sharpenSoften -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.useLocalDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A14.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A15.a15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.A15.backgroundPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A15.nonVisualGroupProps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A15.objectPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A15.signatureLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A16.a16 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.A16.colId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A16.creationId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A16.cxnDERefs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A16.predDERef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A16.rowId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.A1611.a1611 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.A1611.picAttrSrcUrl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AC.ac -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.AC.additionalCharacteristics -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AC.characteristic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ACLSH.aclsh -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ACLSH.classification -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ADEC.adec -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ADEC.decorative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AHYP.ahyp -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.AHYP.hlinkClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.alf -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ALF.backgroundProps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.Blur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.Custom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.liveFeedProps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.Normal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ALF.Removed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AOE.aoe -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.AOE.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AOE.oembedShared -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.ap -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.AP.Application -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.AppVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Characters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.CharactersWithSpaces -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Company -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.DigSig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.DocSecurity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.HeadingPairs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.HiddenSlides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.HLinks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.HyperlinkBase -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.HyperlinksChanged -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Lines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.LinksUpToDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Manager -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.MMClips -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Notes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Pages -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Paragraphs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.PresentationFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Properties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.ScaleCrop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.SharedDoc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Slides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Template -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.TitlesOfParts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.TotalTime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.AP.Words -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.ask -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ASK.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchCurved -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchFreehand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchNone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchScribble -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.lineSketchStyleProps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.seed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASK.type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASL.asl -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ASL.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASL.scriptLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.ASVG.asvg -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.ASVG.svgBlip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.AbbreviatedCaseNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.AlbumTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Artist -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.b -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.B.BookAuthor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.BookTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Broadcaster -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.BroadcastTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.CaseNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ChapterNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.City -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Comments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Compiler -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Composer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Conductor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ConferenceName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Corporate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Counsel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.CountryRegion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Court -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Day -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.DayAccessed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Department -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Director -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Distributor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Edition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Editor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.First -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Guid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Institution -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.InternetSiteTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Interviewee -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Interviewer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Inventor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Issue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.JournalName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Last -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.LCID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Medium -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Middle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Month -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.MonthAccessed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.NameList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.NumberVolumes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Pages -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.PatentNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Performer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.PeriodicalTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Person -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ProducerName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ProductionCompany -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.PublicationTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Publisher -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.RecordingNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.RefOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Reporter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ShortTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Source -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Sources -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.SourceType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.StandardNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.StateProvince -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Station -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Tag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Theater -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.ThesisType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Translator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.URL -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Version -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Volume -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Writer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.Year -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.B.YearAccessed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.applyToEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.applyToFront -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.applyToSides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.area3DChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.areaChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.auto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.autoTitleDeleted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.autoUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.axId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.axPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.backWall -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.backward -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bandFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bandFmts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bar3DChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.barChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.barDir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.baseTimeUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bubble3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bubbleChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bubbleScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.bubbleSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.builtInUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.c -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.C.cat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.catAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.chart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.chartObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.chartSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.clrMapOvr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.crossAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.crossBetween -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.crosses -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.crossesAt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.custSplit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.custUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.data -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.date1904 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dateAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.delete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.depthPercent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dispBlanksAs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dispEq -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dispRSqr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dispUnits -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dispUnitsLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dLblPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dLbls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.doughnutChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.downBars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dPt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dropLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.dTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.errBars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.errBarType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.errDir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.errValType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.evenFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.evenHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.explosion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.externalData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.firstFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.firstHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.firstSliceAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.floor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.fmtId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.formatCode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.formatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.forward -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.gapDepth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.gapWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.grouping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.h -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.headerFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.hiLowLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.hMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.holeSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.hPercent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.idx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.intercept -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.invertIfNegative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.lang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.layout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.layoutTarget -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.lblAlgn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.lblOffset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.leaderLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.legacyDrawingHF -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.legend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.legendEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.legendPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.line3DChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.lineChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.logBase -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.lvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.majorGridlines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.majorTickMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.majorTimeUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.majorUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.manualLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.marker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.max -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.min -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.minorGridlines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.minorTickMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.minorTimeUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.minorUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.minus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.multiLvlStrCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.multiLvlStrRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.noEndCap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.noMultiLvlLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.numCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.numFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.numLit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.numRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.oddFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.oddHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.ofPieChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.ofPieType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.order -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.orientation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.overlap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.overlay -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pageMargins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pageSetup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.period -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.perspective -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pictureFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pictureOptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pictureStackUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pie3DChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pieChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pivotFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pivotFmts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pivotSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.plotArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.plotVisOnly -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.plus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.printSettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.protection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.pt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.ptCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.radarChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.radarStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.rAngAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.rich -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.rotX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.rotY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.roundedCorners -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.scaling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.scatterChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.scatterStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.secondPiePt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.secondPieSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.selection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.separator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.ser -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.serAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.serLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.shape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showBubbleSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showCatName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showDLblsOverMax -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showHorzBorder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showKeys -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showLeaderLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showLegendKey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showNegBubbles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showOutline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showPercent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showSerName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.showVertBorder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.sideWall -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.size -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.sizeRepresents -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.smooth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.splitPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.splitType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.stockChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.strCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.strLit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.strRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.surface3DChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.surfaceChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.symbol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.thickness -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.tickLblPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.tickLblSkip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.tickMarkSkip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.trendline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.trendlineLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.trendlineType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.tx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.txPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.upBars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.upDownBars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.userInterface -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.userShapes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.valAx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.varyColors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.view3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.w -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.wireframe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.wMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.x -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.xMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.xVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.y -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.yMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C.yVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.c14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneCategories -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.dropZoneSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.dropZonesVisible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.inSketchMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.invertSolidFillFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.pivotOptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.showSketchBtn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.sketchOptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C14.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.autoCat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.bubble3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.c15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.C15.cat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.categoryFilterException -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.categoryFilterExceptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.datalabelsRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.dLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFieldTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFieldTableCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.dlblFTEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.dlblRangeCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.explosion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredAreaSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredBarSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredBubbleSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredCategoryTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredLineSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredPieSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredRadarSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredScatterSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredSeriesTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.filteredSurfaceSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.formulaRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.fullRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.invertIfNegative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.layout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.leaderLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.levelRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.marker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.numFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.pivotSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.ser -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.showDataLabelsRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.showLeaderLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.sqref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.tx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.txfldGUID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C15.xForSave -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C16R3.c16r3 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.C16R3.dataDisplayOptions16 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C16R3.dispNaAsBlank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.C16R3.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.absSizeAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.blipFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cdr -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.cxnSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.nvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.nvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.nvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.nvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.nvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.pic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.relSizeAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.to -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.x -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR.y -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.cdr14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.CDR14.cNvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.nvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.nvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CDR14.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CLBL.clbl -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.CLBL.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CLBL.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CLBL.label -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CLBL.labelList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.COMP.comp -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.COMP.legacyDrawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.axisTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.bodyPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.categoryAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.chartArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.chartStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.colorStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.cs -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.CS.dataLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataLabelCallout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPoint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPoint3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointMarker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointMarkerLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataPointWireframe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dataTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.defRPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.downBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.dropLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.effectRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.errorBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.fillRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.floor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.fontRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.gridlineMajor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.gridlineMinor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.hiLoLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.leaderLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.legend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.lineWidthScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.lnRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.plotArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.plotArea3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.seriesAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.seriesLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.styleClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.trendline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.trendlineLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.upBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.valueAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.variation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CS.wall -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.aggregation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.autoUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.axis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.axisId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.binCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.binning -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.binSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.catScaling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.chart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.chartData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.chartSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.clrMapOvr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.cx -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.CX.data -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.dataId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabelHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.dataLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.dataPt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.evenFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.evenHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.externalData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.firstFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.firstHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.headerFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.idx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.layoutPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.legend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.lvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.majorGridlines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.majorTickMarks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.minorGridlines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.minorTickMarks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.numDim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.numFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.oddFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.oddHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.pageMargins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.pageSetup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.parentLabelLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.plotArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.plotAreaRegion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.plotSurface -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.printSettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.pt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.rich -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.separator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.series -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.statistics -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.strDim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.subtotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.tickLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.tx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.txData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.txPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.units -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.unitsLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.valScaling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.CX.visibility -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.adj -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.adjLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.alg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.animLvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.animOne -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.bg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.bulletEnabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.cat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.catLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.chMax -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.choose -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.chPref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.clrData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDefHdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.colorsDefHdrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.constr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.constrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.cxn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.cxnLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.dataModel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.desc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.dgm -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DGM.dir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.effectClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.else -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.fillClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.forEach -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.hierBranch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.if -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDefHdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutDefHdrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.layoutNode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.linClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.orgChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.param -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.presLayoutVars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.presOf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.prSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.pt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.ptLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.relIds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.resizeHandles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.rule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.ruleLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.sampData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.scene3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.shape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.sp3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.styleData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDefHdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.styleDefHdrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.styleLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.txEffectClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.txFillClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.txLinClrLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.txPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.varLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM.whole -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM14.dgm14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DGM14.recolorImg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM1611.autoBuNodeInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM1611.autoBuNodeInfoLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM1611.buPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM1611.dgm1611 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DGM1612.dgm1612 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DGM1612.lstStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DGM1612.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DS.datastoreItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DS.ds -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DS.itemID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DS.schemaRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DS.schemaRefs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DS.uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.dataModelExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.drawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.dsp -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.DSP.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.nvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.nvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.spTree -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.DSP.txXfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.arc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.confidence -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.cost -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.derivation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.derived_from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.dialog_turn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.duration -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.emma -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.EMMA.emma_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.end -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_address -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_info -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_info_ref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_pair_ref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.endpoint_role -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.function -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.grammar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.grammar_ref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.group_info -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.info -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.interpretation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.lang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.lattice -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.literal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.media_type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.medium -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.message_id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.mode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.model -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.model_ref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.node -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.no_input -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.offset_to_start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.one_of -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.port_num -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.port_type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.process -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.sequence -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.service_name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.signal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.signal_size -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.source -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.time_ref_anchor_point -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.time_ref_uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.tokens -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.uninterpreted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.EMMA.verbal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.activeArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.annotation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.annotationXML -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.bind -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.brush -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.brushProperty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.canvas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.canvasTransform -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.channel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.channelProperties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.channelProperty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.context -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.definitions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.ink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.inkml -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.INKML.inkSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.intermittentChannels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.latency -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.mapping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.matrix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.sampleRate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.srcProperty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.table -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.timestamp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.trace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.traceFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.traceGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.INKML.traceView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.LC.lc -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.LC.lockedCanvas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.acc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.accPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.aln -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.alnAt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.alnScr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.argPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.argSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.bar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.barPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.baseJc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.begChr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.borderBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.borderBoxPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.box -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.boxPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.brk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.brkBin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.brkBinSub -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.cGp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.cGpRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.chr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.count -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.cSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.ctrlPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.defJc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.deg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.degHide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.den -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.diff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.dispDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.dPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.e -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.endChr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.eqArr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.eqArrPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.fName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.fPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.func -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.funcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.groupChr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.groupChrPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.grow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.hideBot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.hideLeft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.hideRight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.hideTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.interSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.intLim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.intraSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.jc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.lim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.limLoc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.limLow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.limLowPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.limUpp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.limUppPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.lit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.lMargin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.m -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.M.mathFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mathPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.maxDist -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mcJc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mcs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.mr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.m_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.nary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.naryLim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.naryPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.noBreak -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.nor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.num -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.objDist -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.oMath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.oMathPara -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.oMathParaPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.opEmu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.phant -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.phantPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.plcHide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.postSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.preSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.rad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.radPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.rMargin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.rPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.rSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.rSpRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.scr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sepChr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.show -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.shp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.smallFrac -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sPre -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sPrePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSub -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSubPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSubSup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSubSupPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sSupPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.strikeBLTR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.strikeH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.strikeTLBR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.strikeV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sub -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.subHide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.sup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.supHide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.transp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.vertJc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.wrapIndent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.wrapRight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.zeroAsc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.zeroDesc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.M.zeroWid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSINK.context -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSINK.destinationLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSINK.msink -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.MSINK.property -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSINK.sourceLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.box -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.button -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.buttonGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.checkBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.comboBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.command -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.commands -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.contextualTabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.control -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.customUI -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.dialogBoxLauncher -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.documentControls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.dropDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.dynamicMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.editBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.gallery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.item -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.labelControl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.menu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.menuSeparator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.mso -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.MSO.officeMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.qat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.ribbon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.separator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.sharedControls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.splitButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.tab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.tabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.tabSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO.toggleButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.backstage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.bottomItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.box -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.button -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.buttonGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.category -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.checkBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.comboBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.command -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.commands -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextMenus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.contextualTabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.control -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.customUI -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.dialogBoxLauncher -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.documentControls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.dropDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.dynamicMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.editBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.firstColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.gallery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.groupBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.hyperlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.imageControl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.item -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.labelControl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.layoutContainer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.menu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.menuGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.menuSeparator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.mso14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.MSO14.primaryItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.qat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.radioButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.radioGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.ribbon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.secondColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.separator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.sharedControls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.splitButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.tab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.tabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.tabSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.task -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.taskFormGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.taskGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.toggleButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.MSO14.topItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.a -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aboveAverage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aca -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent3 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent5 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accent6 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accentbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accumulate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.accuracyVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.action -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.actionId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCellId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activePane -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activePresent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeSheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.activeTab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.additive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.addlxml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.addlXml_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adj -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjust -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjustColumnWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.adjusthandles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advAuto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advClick -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advise -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.advTm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.afterEffect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aggregatedColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algIdExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algIdExtSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.algorithmName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.align -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignmentLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignshape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alignWithMargins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allDrilled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allocationMethod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowBlank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowcomments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowComments_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowedTaskSizes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowOverlap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowPng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allowRefreshQuery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.allUniqueName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altLang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.altTextSummary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.alwaysShow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.amount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.amt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchorCtr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchorx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.anchory -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.and -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.angle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.animBg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.annotation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Append -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.apply -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyAlignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyAlignmentFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyBorder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyBorderFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyFontFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyNumberFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyNumberFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyPatternFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.applyWidthHeightFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.appRef_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arcsize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.array -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.arrowok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ascender -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.aspectratio -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.assign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.assignedTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.asteriskTotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.attribute -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.authorId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.auto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoAdjust -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoApply -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoCompressPictures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoDelete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFilterDateGrouping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.AutoFit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoformat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoFormatId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autolayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPageBreaks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoPict -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRecover -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRepublish -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoRev -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autorotationcenter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoShow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.autoUpdateAnimBg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.avgSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.axis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.axisPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.b -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backdepth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.background -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backgroundQuery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backgroundRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backupFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.backwards -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bandCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bandRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.base -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseColWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.baseType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.beginModifierType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.behindDoc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bestFit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bg1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bg2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bilevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blackAndWhite -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blacklevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bldLvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bldStep -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blipPhldr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.blurRad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bmk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bmkName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bookmarkIdSeed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.boolean -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.border -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.borderId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.boxStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bright -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brightness -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brushRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.brushSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.build -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtIn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtInGroupCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.builtinId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bw -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwNormal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bwPure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.bx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.by -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.byPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.c -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ca -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIdCreatedVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIdSupportedVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cacheIndex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcCompleted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcmode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcMode_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calcOnSave -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calculatedColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calculatedMembersInFilters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.calendarType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.canvasRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.canvasTransformRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.caption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.caseSensitive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.categoryIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.categoryName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellComments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellMeta -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cellRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.centerVertically -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.centroid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cfe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.changesSavedWin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.channel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.char -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.characterSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.charset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chartFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chartTrackingRefBase -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.che -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.checkCompatibility -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.checked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cho -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.chromakey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.class -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.classificationOutcomeType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearComments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearContents -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clearFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.click -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clientInsertedTime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clipped -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.clrSpc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cmd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cmpd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cnt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.codeName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.codePage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coerce -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coherent3DOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colGrandTotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colHeaderCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapse -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapsed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.collapsedLevelsAreSubtotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.color -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.color2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colored -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colorId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colorTemp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.colPageCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cols -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.column -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnSort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.columnWidthPercent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.comma -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.command -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.commandType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.comment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compact -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compactData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compatLnSpc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.compatMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.complete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.composite -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrentCalc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.concurrentManualCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.conformance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectionId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ConnectionID_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectloc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.connectorLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.consecutive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.constrainbounds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsBlank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsInteger -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsMixedTypes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsNonDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsSemiMixedTypes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.containsString -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.content -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contentBits -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contentType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contextRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.continuation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contourW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.contrast -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.control1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.control2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coordorigin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.coordsize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.copies -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.copy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.count -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.countASubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.countSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crackSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crashSave -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.created -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.createdVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.credentials -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropbottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropleft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cropright -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.croptop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.crossFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmClass -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmSid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptAlgorithmType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProvider -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderTypeExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cryptProviderTypeExtSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.csCatId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.css -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cstate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.csTypeId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.culture -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.current -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custFlipHor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custFlipVert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactNeighborX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactNeighborY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custLinFactY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customBuiltin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customListSort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customRecognizerId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customRollUp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.customWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custRadScaleInc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custRadScaleRad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custScaleX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custScaleY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custSzX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custSzY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.custT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cxnId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.cy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dashstyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.data -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.databaseField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DataBindingLoadMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DataBindingName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataBound -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataCellStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataExtractLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataOnly -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataOnRows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dataSourceSort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.date1904 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateCompatibility -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateTime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dateTimeGrouping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.day -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dde -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ddeService -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ddeTopic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decimal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.decoupled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.def -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.default -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultAttributeDrillState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultColWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultGridColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultImageDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultMemberUniqueName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultPivotStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultRowHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSlicerStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultTableStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultThemeVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defaultTimelineStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.defTabSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.degree -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.del1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.del2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delay -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleteColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.deleteRows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delimited -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.delimiter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.denormalized -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descender -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descending -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.descr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.description -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destination -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destinationFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.destOrd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.detail -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmbasetextscale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmfontsize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmscalex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmscaley -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dgmstyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diagonalDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diagonalUp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.differentFirst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.differentOddEven -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diffusity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dimension -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dimensionUniqueName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.direction -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dirty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableFieldList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disablePrompts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disableRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.discardImageEditData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.disjunction_type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.diskRevisions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.display -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayEmptyCellsAs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayFolder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.displayXAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dist -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distB -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distL -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.distT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.divId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dockstate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.documentID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.done -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.double -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.draft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToPage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dragToRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.DrawAspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.drillThrough -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.drop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropauto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dropStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dt2D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dtr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dT_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dueDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.duration -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dvAspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxfid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dxfId_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dynamicSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.dz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.e -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eaLnBrk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editAs_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.edited -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editPage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.editVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embeddedDataId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embeddedHtml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embedTrueTypeFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.embosscolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.emptyCellReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableDrill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableFieldProperties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableFormatConditionsCalculation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.enableWizard -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.encoding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.end -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endangle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrowlength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endarrowwidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endcap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endModifierType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endOfListFormulaUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.endSnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.eqn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.equalAverage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.equationxml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.err -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.error -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.errorTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evalError -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evalOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.evtFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.excludeFromRefreshAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.exclusive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.exp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.expand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extendable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusioncolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusionH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.extrusionOk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.facet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fact -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fadeDir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.field -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldIdWrapped -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldListSortAscending -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fieldPrintTitles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.FileBinding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.FileBindingName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fileType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillDownLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillDownLabelsDefault -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillFormulas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fillok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filltype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterPivotName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterPrivacy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterTabId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterUnique -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.filterVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.final -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.first -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstBackgroundRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstColumnMaxWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstColumnMinWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstDataCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstDataRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstHeaderRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstPageNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstSheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.firstSlideNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitpath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitshape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToPage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fitToWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flattenHierarchies -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flipH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.flipV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fLocksText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fLocksWithSheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmla -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmlaTxbx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fmtid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focusposition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.focussize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.folHlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.followColorScheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontAlgn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fontScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.footer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.for -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forceAA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forceFullCalc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.foredepth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.format -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatCode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formatRows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.formulaRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.forName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fov -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fPrintsWithSheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fPublished -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frameSlides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fromWordArt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.frozen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ftr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullCalcOnLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullPrecision -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.fullScrn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.func -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.function -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.functionGroupId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.g -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gain -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gamma -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gapWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gdRefY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getAltText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getContent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getDescription -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getEnabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getHelperText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemScreentip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemSupertip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getItemWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getKeytip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getPressed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getScreentip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSelectedItemID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSelectedItemIndex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getShowImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getShowLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getSupertip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getTarget -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.getVisible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ghostCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ghostRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.goal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gradient -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gradientshapeok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grainSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grandTotalCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grayscale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridDropZones -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridLinesSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gridSpan -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.groupBy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grouping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.groupInterval -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.growShrinkType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.grpId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.gte -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.guid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.h -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hangingPunct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hasBounce -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hasCustomPrompt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hashData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hashValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.header -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowBorderDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowCellStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headerRowDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headersInLastRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.headings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.height -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.help -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.helperText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenRows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hiddenSlides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideGeom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideLastTrans -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideNewItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hidePivotFieldList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hideValuesRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hier -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchizeDistinct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchyName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hierarchyUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.high -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.highlightClick -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.history -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horiz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontalCentered -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horizontalDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horzBarState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.horzOverflow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hotPoints -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hour -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.how -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.href -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ht -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.htmlFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.htmlTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.hueDir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i3 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.i4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.icon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iconId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iconSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idcntr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iddest -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idMso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idQ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idsrc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.idx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ID_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ignore -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.image -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imagealignshape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imageaspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imageMso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imagesize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iMeasureFld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iMeasureHier -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imeMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.imgW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.immersive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.in -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includeHiddenRowCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includeNewItemsInFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.includePrintSettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.indent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.index -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.indexed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.initial -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.initials -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inkSourceRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertAfterMso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertAfterQ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBeforeMso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBeforeQ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertBlankRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertHyperlinks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertPageBreak -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insertRowShift -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.inset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insetpen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.insetpenok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.integer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intensity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intermediate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.interpolation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.interval -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.intervalClosed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalEndChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalidateContentOnDrop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalidUrl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invalStChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invertible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invX_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.invY_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isActiveX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isComment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isContent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isCountDistinct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isDefinitive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isInverted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isLegacyGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isNarration -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isPhoto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.issignatureline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.isSignatureLine_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.item -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemPageCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemPrintTitles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.itemWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterateCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.iterateDelta -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.joinstyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.justifyLastLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.justLastX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keepAlive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keepChangeHistory -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kern -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keyAttribute -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.keytip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kumimoji -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.kx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ky -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.l -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.label -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.labelOnly -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.last -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastEdited -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastGuid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastRefreshVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lastView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.latinLnBrk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutChildren -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.layoutInCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lBound -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.leadZeros -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.left -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.leftLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.len -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.length -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lengthspecified -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.level -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lfe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lhe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lhf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lho -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightface -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightharsh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightharsh2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightlevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightlevel2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightposition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lightposition2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.likes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.limo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linestyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lineWeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.link -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkedCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkTarget -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.linkType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.listDataValidation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.listFillRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lkTxEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lnSpcReduction -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loadImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.local -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localConnection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.localSheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loCatId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.location -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.locked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockedPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockRevision -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockrotationcenter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockStructure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lockWindows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.longFileNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.longText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.loTypeId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.low -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lowestEdited -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.lvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.m -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.macro -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.majorUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.man -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualBreakCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualMax -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manualMin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.manufacturer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.map -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mapId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mappingCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mappingRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marB -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.markers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marL -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.marT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.masterRel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.matchingName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathML -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathStruct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mathSymbol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.matrix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.max -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxAxisType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maximized -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxRank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxRId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxSheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxValIso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.maxY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdxLong -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mdxSubqueries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meanLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meanMarker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measureFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measureGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.measuresSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mediaType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberPropertyField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.memberValueDatatype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mentionId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mentionpersonId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.merge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeInterval -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mergeItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.metal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.meth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.method -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.midline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.min -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minAxisType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimalRefreshVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimized -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minimumVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minorUnit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minRefreshableVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minRId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minSupportedVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minusx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minusy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minute -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minVer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minVersionLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.minY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.missingCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.missingItemsLimit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.miterlimit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.model -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.modelId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mods -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.month -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.moveWith -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.moveWithCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.movingMultiple -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.movingPeriod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mpFld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multiLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multipleFieldFilters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multipleItemSelectionAllowed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.multiSel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.mute -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.n -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nameLen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Namespace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Name_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negativeBarBorderColorSameAsPositive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.negativeBarColorSameAsPositive -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.new -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.newVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nextAc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nextId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noAdjustHandles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeArrowheads -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeAspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noChangeShapeType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noCrop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nodePh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nodeType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.node_number -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noDrilldown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noEditPoints -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noGrp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noMove -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nonAutoSortDefault -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.nonoutliers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noProof -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noResize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.normalEastAsianFlow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.normalizeH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noRot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noSelect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noTextEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noThreeD -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noThreeD2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noUngrp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.noWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.np -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberOfShades -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numberStoredAsText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numFmtId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.numSld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.o -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objectId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ObjectID_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objectType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ObjectType_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.objId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.obscured -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.odcFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.odxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oEmbedUrl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.offset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.offset2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.old -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldComment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldCustomMenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldDescription -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldFunction -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldFunctionGroupId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldHelp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldPh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldQuotePrefix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldShortcutKey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldStatusBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oldVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ole -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oleUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.on -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onAction -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.oneField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onHide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onlySync -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onlyUseConnectionFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.onShow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.op -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.opacity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.operator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.optimizeMemory -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.organizeInFolders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orient -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orientation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.orientationangle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.origin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.out -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outliers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevelCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineLevelRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.outlineSymbols -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.overflow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.overlay -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.override -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ownerIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.p -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.page -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageOverThenDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pageWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pane -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.panose -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.paperSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.par -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parameterType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parentId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parentSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parsePre -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.parTransId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.password -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.passwordEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteColWidths -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteComments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteDataValidation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteFormulas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteNumberFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pasteValues -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.path -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pathEditMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pattern -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.patternType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pencilSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.percent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.percentComplete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.personalView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.personId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ph -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phldr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phldrT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.phonetic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.picLocksAutoForOEmbed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pitchFamily -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotCacheId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotShowAs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pivotTableStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pLen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.points -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.polar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.position -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.post -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pred -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferPic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferRelativeResize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preferSingleView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prefix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presAssocID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserve -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.PreserveFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveHistory -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.PreserveSortAFLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.preserveSortFilterLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetClass -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presetSubtype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleCnt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.presStyleLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pressure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prevAc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.previousCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.previousRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.print -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.printArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.printDrill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.priority -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.priorRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prnWhat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.productSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.progId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ProgID_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prompt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.promptedSolutions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.promptTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.propertyName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.protected -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.provid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.providerId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.provId_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.prstMaterial -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptsTypes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ptType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.pubBrowser -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.published -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.publishItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.publishToServer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qsCatId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qsTypeId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.qualifier -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.quartileMethod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.queryFailed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.queryTableFieldId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.quotePrefix -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.r2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ra -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.radius -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.radiusrange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rank -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rankBy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rctx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.readingOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.readOnlyRecommended -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recalcAlways -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recolortarget -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reconnectionMethod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.recordCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ref3D -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referenceDateBegin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referenceMultiple -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.referencePeriod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refersTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refFor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refForName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refPtType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshAllConnections -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedBy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedDateIso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshedVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshError -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshOnChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refreshOnLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.refType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeFrom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relativeIndent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relNeededHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.relyOnVml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removeDataOnSave -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.removePersonalInfoOnSave -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.render -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repairLoad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repeatCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.repeatDur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reservationPassword -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resizeGraphics -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.resource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.respectTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.restart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rev -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.reverse -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsAlgorithmName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsHashValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsPassword -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsSaltValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.revisionsSpinCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rfe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rgb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rhe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rhf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rho -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.richSortKey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.right -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rightToLeft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.RootElement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotatedBoundingBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationangle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationAngle_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotationcenter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rotWithShape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowColShift -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowDrillCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowGrandTotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHeaderCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowNumbers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowPageCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rowSpan -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rtl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rtlCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.rupBuild -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.s -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saltData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saltValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveExternalLinkValues -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.savePassword -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.saveSubsetFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaleToFitPaper -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaleWithDoc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scaling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scenarios -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SchemaID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SchemaRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scope -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.screentip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.script -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.scrollPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.second -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.secondColumnMaxWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.secondColumnMinWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.securityDescriptor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seek -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selected -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SelectedStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectionLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.SelectionNamespaces -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectLockedCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.selectUnlockedCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seltype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.semanticType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.semicolon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sendLocale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seq -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serialNo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.series -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seriesIdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.seriesName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverCommand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverFontColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverNumberFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverSldId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverSldModifiedTime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.serverZoom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.set -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.setDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.setDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadeToTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadowcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shadowok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeGeometry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ShapeID_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapeName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shapetype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shared -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sheetPosition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shininess -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shortcutKey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.show -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAnimation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAsCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAsIcon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showAutoFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showBorderUnselectedTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCalcMbrs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCaptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColHeaders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColStripes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showColumnStripes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showComments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataAs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataDropDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDataTips -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDrill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropDowns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showDropZones -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showEmptyCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showEmptyRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showError -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showErrorMessage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFirstColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormulaBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showFormulas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showGridLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showGuides -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHeaders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHorizontalScroll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showHorizontalScrollbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ShowImportExportValidationErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInFieldList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInkAnnotation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInputMessage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showInRibbon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItemImage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItemLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showLastColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMasterPhAnim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMasterSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMemberPropertyTips -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMissing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showMultipleLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showNarration -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showObjects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showOutlineIcons -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showOutlineSymbols -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPageBreaks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPivotChartFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropAsCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showPropTip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowColHeaders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowHeaders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRowStripes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showRuler -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showScrollbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSelectionLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSheetTabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showsigndate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSignDate_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSpeakerNotes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showSpecialPlsOnTitleSld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showStatus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showStatusbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showTimeLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showTip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showVerticalScroll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showWhenStopped -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showWhiteSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.showZeros -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.shrinkToFit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.si -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sibTransId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.side -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signinginstructions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signinginstructionsset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signingInstructionsSet_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.signingInstructions_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sigprovurl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sigProvUrl_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.simplePos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.singleRangeFilterState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.singleSignOnId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.siteId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.size -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sizeString -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sizeWithCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.skewamt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.skewangle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sldNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.slicerData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.slideIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smoothness -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smtClean -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.smtId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapToGrid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapToObjects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.snapVertSplitter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.solveOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortBy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortMethod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sortType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.source -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceDataName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceLinked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceSheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sourceType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.space -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spans -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spcCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spcFirstLastPara -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.specificationRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.specularity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spidmax -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spinCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spinValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.splitAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.splitFirst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.spokes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sqlType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sqref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.src -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcOrd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.srcUrl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.st -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startangle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrowlength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startarrowwidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startAt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startFromScratch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startIndex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.startNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.state -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.status -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.statusBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDev -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDevPSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stdDevSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.step -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stopIfTrue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.store -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.storeType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strictFirstAndLastChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strike -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.string -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stringValue1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stringValue2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stroke -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokecolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.stroked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokeok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.strokeweight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleLbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.styleName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.StyleName_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalHiddenItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.subtotalTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSigner -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSigner2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.suggestedSignerEmail -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.summaryBelow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.summaryRight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sumSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supertip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportAddCalcMems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportAdvancedDrill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubquery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubqueryCalcMem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.supportSubqueryNonVisual -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.swAng -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.switch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.symbol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncBehavior -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncHorizontal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.syncVertical -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.sz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.table -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableBorderDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableColumnId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tableType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabRatio -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tabSelected -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tags -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.target -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.targetScreenSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.text -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textborder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textboxrect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textDates -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textHAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textpathok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textRotation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.textVAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tgtFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.theme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickBot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickBottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thicket -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thickTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thousands -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.thruBlk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.time -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timelineData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeOffset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timePeriod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timestampRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeString -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.timeZoneBias -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tmFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.to -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.toColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tooltip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.top -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topAutoShow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topLabels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.topLeftCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.toTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowBorderDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowCellStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowDxfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowFunction -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.totalsRowShown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.traceDataRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.traceFormatRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.track -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trackRevisions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trans -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transitionEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.transitionEvaluation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.trim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tupleCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.twoDigitTextYear -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.tx2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.txBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.typeface -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.Type_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.u -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ua -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uBound -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uiExpand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uiObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.un -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unbalanced -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unbalancedGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unboundColumnsLeft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unboundColumnsRight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.underflow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.undone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ungrouping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniform -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueMemberProperty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uniqueParent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.units -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.unlockedFormula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updateAutomatic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updatedVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.updateLinks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.UpdateMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.upgradeOnRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.upright -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.URI_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.url -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useAutoFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useBgFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.usedByAddin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useDef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useFirstPageNumber -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useLongFilenames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.usePrinterDefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.user -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userDrawn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.userProvider -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useTimings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.useWholeDay -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vacatedStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.valIso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.value -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.valueType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.variable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varPSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.varSubtotal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vbProcedure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.version -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertBarState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertical -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalCentered -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticalDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.verticies -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vertOverflow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.view -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.viewpoint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.viewpointorigin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visibility -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visualTotals -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.visualTotalsForSets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vocabulary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.vol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.w -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.weight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.weightExpression -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.width -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.widthMin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.windowWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookAlgorithmName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookHashValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookParameter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookPassword -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookSaltValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookSpinCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.workbookViewId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrapcoords -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.wrapText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.x2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfDxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xfrmType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xl2000 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xl97 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xlm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xmlDataType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xpath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xrange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xscale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xSplit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.xWindow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.y2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.year -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.yrange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.ySplit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.yWindow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.z -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zeroHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zeroValues -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomContents -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScaleNormal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScalePageLayoutView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomScaleSheetLayoutView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zoomToFit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.zOrderOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.NoNamespace.z_order -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.allowincell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.allowoverlap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.althref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.borderbottomcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.borderleftcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.borderrightcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bordertopcolor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bullet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.button -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bwmode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bwnormal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.bwpure -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.callout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.clip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.clippath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.cliptowrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.colormenu -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.colormru -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.column -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.complex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.connectangles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.connectlocs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.connectortype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.connecttype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.detectmouseclick -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.dgmlayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.dgmlayoutmru -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.dgmnodekind -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.diagram -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.doubleclicknotify -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.entry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.extrusion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.extrusionok -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.FieldCodes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.forcedash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.gfxdata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.hr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.hralign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.href -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.hrnoshade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.hrpct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.hrstd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.idmap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.ink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.insetmode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.left -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.LinkType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.lock -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.LockedField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.master -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.o -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.O.ole -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.oleicon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.OLEObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.oned -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.opacity2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.preferrelative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.proxy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.regroupid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.regrouptable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.rel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.relationtable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.relid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.right -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.rules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.shapedefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.shapelayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.signatureline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.singleclick -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.skew -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.spid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.spt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigner -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigner2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.suggestedsigneremail -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.tablelimits -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.tableproperties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.targetscreensize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.title -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.top -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.userdrawn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.userhidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.O.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.deMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.gridColMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.oac -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.OAC.tcMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.trMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.txBodyMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OAC.txMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OEL.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OEL.oel -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.OP.op -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.OP.Properties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.OP.property -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.anim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.animClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.animEffect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.animMotion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.animRot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.animScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.attrName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.attrNameLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.audio -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bgPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bgRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldAsOne -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldDgm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldGraphic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldOleChart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldP -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bldSub -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.blinds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.blipFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bodyStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.bold -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.boldItalic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.boolVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.browse -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.by -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cBhvr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.charRg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.checker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.childTnLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.circle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.clrMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.clrMapOvr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.clrMru -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.clrVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cmAuthor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cmAuthorLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cmd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cMediaNode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cmLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.comb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cond -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.control -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.controls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cover -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cSld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cSldViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cTn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.custData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.custDataLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.custShow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.custShowLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cut -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.cxnSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.defaultTextStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.diamond -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.dissolve -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.embed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.embeddedFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.embeddedFontLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.endCondLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.endSnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.endSync -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.excl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.fade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.fltVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.font -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.graphicEl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.gridSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.guide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.guideLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.handoutMaster -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.handoutMasterId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.handoutMasterIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.hf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.hsl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.htmlPubPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.inkTgt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.intVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.italic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.iterate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.kinsoku -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.kiosk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.link -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.modifyVerifier -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.newsflash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nextCondLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.normalViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesMaster -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesMasterId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesMasterIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesTextViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.notesViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.nvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.oleChartEl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.oleObj -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.origin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.otherStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.outlineViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.p -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.P.par -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.penClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.ph -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.photoAlbum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.pic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.plus -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.present -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.presentation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.presentationPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.prevCondLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.pRg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.prnPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.progress -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.pull -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.push -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.random -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.randomBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.rCtr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.regular -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.restoredLeft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.restoredTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.rgb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.rtn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.scale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.seq -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.set -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.showPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sld -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldLayoutId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldLayoutIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldMaster -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldMasterId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldMasterIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldRg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldSyncPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sldTgt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.slideViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.snd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sndAc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sndTgt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sorterViewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.split -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.spTgt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.spTree -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.stCondLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.strips -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.strVal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.stSnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.subSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.subTnLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tagLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tags -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tav -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tavLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.text -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tgtEl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.timing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.titleStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tmAbs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tmPct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tmpl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tmplLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.tnLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.to -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.transition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.txEl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.txStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.video -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.viewPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.webPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.wedge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.wheel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.wipe -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P.zoom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.bmk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.bmkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.bmkTgt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.bounceEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.browseMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.bwMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.cNvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.conveyor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.creationId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.defaultImageDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.discardImageEditData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.doors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.dur -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.fade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.ferris -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.flash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.flip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.flythrough -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.gallery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.glitter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.honeycomb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.laserClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.laserTraceLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.media -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.modId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.nullEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.nvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.nvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.p14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.P14.pan -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.pauseEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.playEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.presetBounceEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.prism -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.resumeEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.reveal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.ripple -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.section -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.sectionLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.sectionPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.seekEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.showEvtLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.showMediaCtrls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.shred -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.sldId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.sldIdLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.stopEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.switch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.tracePt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.tracePtLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.triggerEvt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.trim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.vortex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.warp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.wheelReverse -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.window -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P14.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.chartTrackingRefBased -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.clr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.guide -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.notesGuideLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.p15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.P15.parentCm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.presenceInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.prstTrans -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.sldGuideLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P15.threadingInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.authorLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.cm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.cmLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.p188 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.P188.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.reply -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.replyLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.P188.unknownAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PC.pc -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.PC.sldLayoutMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PC.sldMasterMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PC.sldMkLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.blipFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.cNvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.nvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.pic -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.PIC.pic_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PIC14.pic14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.PIC14.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PVML.iscomment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.PVML.pvml -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.PVML.textdata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.blip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.cs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.dm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.embed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.href -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.link -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.lo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.pict -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.qs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.R.r -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.SL.manifestLocation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SL.schema -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SL.schemaLibrary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SL.schemaLocation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SL.sl -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.SL.uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SLE.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.SLE.sle -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.SLE.slicer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Assign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Attribution -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Comment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Create -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Delete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Event -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.History -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Priority -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Progress -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Schedule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.SetTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.t -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.T.Task -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Tasks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Unassign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.UnassignAll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Undelete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.T.Undo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.THM15.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.THM15.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.THM15.themeFamily -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.THM15.thm15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.TSLE.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.TSLE.timeslicer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.TSLE.tsle -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.V.arc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.background -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.curve -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.formulas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.h -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.handles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.image -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.imagedata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.line -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.oval -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.path -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.polyline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.rect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.roundrect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.shadow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.shape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.shapetype -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.stroke -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.textbox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.textpath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.V.v -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.VT.array -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.blob -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.bool -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.bstr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.cf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.clsid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.cy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.date -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.decimal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.empty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.error -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.filetime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.i1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.i2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.i4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.i8 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.int -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.lpstr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.lpwstr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.null -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.oblob -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ostorage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ostream -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.r4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.r8 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.storage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.stream -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ui1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ui2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ui4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.ui8 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.uint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.variant -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.vector -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.vstream -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.VT.vt -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W.abstractNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.abstractNumId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent3 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent4 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent5 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.accent6 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.active -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.activeRecord -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.activeWritingStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.actualPg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.addressFieldName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.adjustLineHeightInTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.adjustRightInd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.after -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.afterAutospacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.afterLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.algIdExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.algIdExtSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.algorithmName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alias -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.aliases -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alignBordersAndEdges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alignTablesRowByRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.all -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.allowPNG -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.allowSpaceOfSameStyleInTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.allStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.altChunk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.altChunkPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alternateStyleNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.altName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alwaysMergeEmptyNamespace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.alwaysShowPlaceholderText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.anchorLock -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.annotationRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.applyBreakingRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.appName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ascii -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.asciiTheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.attachedSchema -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.attachedTemplate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.attr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoCaptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autofitToFirstFixedWidthCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoFormatOverride -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoHyphenation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoRedefine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceDE -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceDN -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.autoSpaceLikeWord95 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.b -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.background -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.balanceSingleByteDoubleByteWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.basedOn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bCs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bdo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.before -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.beforeAutospacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.beforeLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.behavior -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.behaviors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.between -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bg1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bg2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bibliography -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bidi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bidiVisual -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.blockQuote -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.body -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bodyDiv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldPrinting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldPrintingSheets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bookFoldRevPrinting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bookmarkEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bookmarkStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bordersDoNotSurroundFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bordersDoNotSurroundHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.bottomFromText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.br -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cachedColBalance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.calcOnExit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.calendar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cantSplit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.caps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.caption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.captions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.category -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cellDel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cellIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cellMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.chapNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.chapSep -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.chapStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.char -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.characterSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.characterSpacingControl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.charset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.charSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.checkBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.checked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.checkErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.checkStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.citation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.clear -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.clearFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.clickAndTypeStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.clrSchemeMapping -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cnfStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.code -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.col -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.colDelim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.colFirst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.colLast -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.color -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cols -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.column -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.combine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.combineBrackets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.comboBox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.comment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.commentRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.commentRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.commentReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.comments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.compat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.compatSetting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.conformance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.connectString -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.consecutiveHyphenLimit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.contextualSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.continuationSeparator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.control -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.convMailMergeEsc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.count -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.countBy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmClass -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmSid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptAlgorithmType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptProvider -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderTypeExt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptProviderTypeExtSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cryptSpinCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.csb0 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.csb1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.cstheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customMarkFollows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlDelRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlDelRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlInsRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlInsRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveFromRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveFromRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveToRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlMoveToRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.customXmlPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dataBinding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dataSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dataType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.date -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dateFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dayLong -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dayShort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ddList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.decimalSymbol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.decorated -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.default -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defaultTableStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defaultTabStop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defLockedState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defQFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defSemiHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defUIPriority -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.defUnhideWhenUsed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.del -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.delInstrText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.delText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.description -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.destination -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnNumbering -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnParagraphs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnRuns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.directFormattingOnTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dirty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displacedByCustomXml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.display -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displayBackgroundShape -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displayHangulFixedWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displayHorizontalDrawingGridEvery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displayText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.displayVerticalDrawingGridEvery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.distance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.div -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.divBdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.divId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.divs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.divsChild -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dllVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docDefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docGrid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docLocation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartCategory -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartGallery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartObj -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docParts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docPartUnique -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.document -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.documentProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.documentType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docVar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.docVars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotAutoCompressPictures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotAutofitConstrainedTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotBreakConstrainedForcedTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotBreakWrappedTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotDemarcateInvalidXml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotDisplayPageBoundaries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotExpandShiftReturn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotHyphenateCaps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotIncludeSubdocsInStats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotLeaveBackslashAlone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotOrganizeInFolder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotRelyOnCSS -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotSaveAsSingleFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotShadeFormData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotSnapToGridInCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressBlankLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressIndentation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotSuppressParagraphBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotTrackFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotTrackMoves -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseEastAsianBreakRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseHTMLParagraphAutoSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseIndentAsNumberingTabStop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseLongFileNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotUseMarginsForDrawingGridOrigin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotValidateAgainstSchema -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotVertAlignCellWithSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotVertAlignInTxbx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.doNotWrapTextWithPunct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawAspect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridHorizontalOrigin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridHorizontalSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridVerticalOrigin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.drawingGridVerticalSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dropCap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dropDownList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dstrike -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dxaOrig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dyaOrig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.dynamicAddress -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.eastAsia -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.eastAsianLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.eastAsiaTheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.edGrp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.edit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.effect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.element -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.em -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedBold -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedBoldItalic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedItalic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedRegular -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedSystemFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.embedTrueTypeFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.emboss -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.enabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.encoding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.end -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endnote -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endnotePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endnoteRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endnoteReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.endnotes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.enforcement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.entryMacro -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.equalWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.equation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.evenAndOddHeaders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.evenHBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.evenVBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.exitMacro -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.family -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ffData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fHdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fieldCodes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fieldMapData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.first -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstLineChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstRowFirstColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.firstRowLastColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fitText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.flatBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fldChar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fldCharType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fldData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fldLock -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fldSimple -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.followedHyperlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.font -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fontKey -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fontSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footerReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnote -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnoteLayoutLikeWW8 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnotePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnoteRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnoteReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.footnotes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.forceUpgrade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.forgetLastTabAlignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.format -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.formatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.formProt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.formsDesign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.frame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.frameLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.framePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.frameset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.framesetSplitbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ftr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.fullDate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gallery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.glossaryDocument -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.grammar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gridAfter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gridBefore -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gridCol -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gridSpan -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.growAutofit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.guid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gutter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.gutterAtTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.h -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hanging -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hangingChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hAnsi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hAnsiTheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hashValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hdrShapeDefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.header -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.headerReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.headerSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.heading -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.headingStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.helpText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hideGrammaticalErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hideMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hideSpellingErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.highlight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.history -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.horzAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hpsBaseText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hpsRaise -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hyperlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.hyphenationZone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.i -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.iCs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ignoreMixedContent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ilvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.imprint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ind -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.initials -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.inkAnnotations -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.insDel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.insideH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.insideV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.instr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.instrText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.isLgl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.jc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.keepLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.keepNext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.kern -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.kinsoku -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastRenderedPageBreak -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastRowFirstColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastRowLastColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lastValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.latentStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.layoutRawTableWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.layoutTableRowsApart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.leader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.left -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.leftChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.leftFromText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.legacy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.legacyIndent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.legacySpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.line -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.linePitch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lineRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lineWrapLikeWord6 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.link -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.linkedToFile -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.linkStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.linkToQuery -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.listEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.listItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.listSeparator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lnNumType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lock -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.locked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lockedField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lsdException -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvlJc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvlOverride -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvlPicBulletId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvlRestart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.lvlText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mailAsAttachment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mailMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mailSubject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mainDocumentType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mappedName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marBottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.markup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marLeft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marRight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marTop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.marW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.matchSrc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.maxLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mirrorIndents -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mirrorMargins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.monthLong -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.monthShort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveFrom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveFromRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveFromRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveToRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.moveToRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.movie -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.multiLevelType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.multiLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.mwSmallCaps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.next -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.nlCheck -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noBorder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noBreakHyphen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noColumnBalance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noEndnote -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noExtraLineSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noHBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noLabel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noLeading -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noLineBreaksAfter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noLineBreaksBefore -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noProof -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noPunctuationKerning -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noResizeAllowed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noSpaceRaiseLower -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noTabHangInd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.notTrueType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noVBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.noWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.nsid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.null -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.num -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numbering -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numberingChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numberingStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numIdMacAtCleanup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numPicBullet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numPicBulletId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numRestart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.numStyleLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.object -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.objectEmbed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.objectLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.oddHBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.oddVBand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.odso -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.offsetFrom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.oMath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.optimizeForBrowser -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.orient -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.original -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.other -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.outline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.outlineLvl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.overflowPunct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.p -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pageBreakBefore -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.panose1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.paperSrc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pBdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.percent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.permEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.permStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.personal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.personalCompose -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.personalReply -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pgBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pgMar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pgNum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pgNumType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pgSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pict -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.picture -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pitch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pixelsPerInch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.placeholder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.position -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pPrDefault -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.prefixMappings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printBodyTextBeforeHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printColBlack -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printerSettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printFormsData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printFractionalCharacterWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printPostScriptOverText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.printTwoOnOne -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.progId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.proofErr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.proofState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.pStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ptab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.qFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.query -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.readModeInkLockDown -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.recipientData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.recipients -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.recommended -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.relativeTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.relyOnVML -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.removeDateAndTime -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.removePersonalInformation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.restart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.result -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.revisionView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.richText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.right -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rightChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rightFromText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rPrDefault -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidDel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidP -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidR -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidRDefault -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidRoot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidRPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsids -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidSect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rsidTr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rtl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rtlGutter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ruby -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rubyAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rubyBase -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.rubyPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.salt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saltValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saveFormsData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saveInvalidXml -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.savePreviewPicture -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saveSubsetFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saveThroughXslt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.saveXmlDataOnly -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.scrollbar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sdt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sdtContent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sdtEndPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sdtPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sectPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sectPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.selectFldWithFirstOrLastChar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.semiHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sep -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.separator -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.settings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shadow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shapeDefaults -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shapeid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shapeId_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shapeLayoutLikeWW8 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.shd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.showBreaksInFrames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.showEnvelope -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.showingPlcHdr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.showXMLTags -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.size -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sizeAuto -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.smallCaps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.snapToGrid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.softHyphen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.solutionID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sourceFileName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.space -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.spaceForUL -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.spacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.spacingInWholePoints -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.specVanish -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.spelling -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.spinCount -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.splitPgBreakAndParaMark -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.src -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.startChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.startOverride -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.statusText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.storeItemID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.storeMappedDataAs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.strictFirstAndLastChars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.strike -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.styleId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.styleLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.styleLockQFSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.styleLockTheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.stylePaneFormatFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.stylePaneSortMethod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.styles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.stylesInUse -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.subDoc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.subFontBySize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.subsetted -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.summaryLength -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressAutoHyphens -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressBottomSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressLineNumbers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressOverlap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressSpacingAtTopOfPage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressSpBfAfterPgBrk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressTopSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.suppressTopSpacingWP -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.swapBordersFacingPages -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sym -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.sz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.szCs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.t1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.t2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tab -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.table -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tableStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tabs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.targetScreenSz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tbl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblCaption -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblCellMar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblCellSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblDescription -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblGrid -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblGridChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblInd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblLayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblLook -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblOverlap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblPrEx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblPrExChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblpX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblpXSpec -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblpY -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblpYSpec -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblStyleColBandSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblStylePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblStyleRowBandSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tblW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcBorders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcFitText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcMar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tcW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.temporary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tentative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.text -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.textAlignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.textboxTightWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.textDirection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.textInput -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tgtFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeFillShade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeFillTint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeFontLang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeShade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.themeTint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.titlePg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tl2br -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tmpl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tooltip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.top -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.top3HeadingStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.topFromText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.topLinePunct -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tplc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.tr2bl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.trackRevisions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.trHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.trPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.trPrChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.truncateFontHeightsLikeWP6 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.txbxContent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.types -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.u -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.udl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.uiCompat97To2003 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.uiPriority -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.ulTrailSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.underlineTabInNumList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.unhideWhenUsed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.uniqueTag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.updateFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.updateMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.usb0 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.usb1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.usb2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.usb3 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useAltKinsokuLineBreakRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useAnsiKerningPairs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useFELayout -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useNormalStyleForList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.usePrinterMetrics -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useSingleBorderforContiguousCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useWord2002TableStyleRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useWord97LineBreakRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.useXSLTWhenSaving -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.value -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vanish -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vendorID -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vertAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vertAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vertCompress -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.view -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.viewMergedData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.visibleStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vMerge -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vMergeOrig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.vSpace -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.w -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W.wAfter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wBefore -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.webHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.webSettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.widowControl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wordWrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wpJustification -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wpSpaceWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.wrapTrailSpaces -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.writeProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.w_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.x -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.xAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.xpath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.y -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.yAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.yearLong -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.yearShort -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.zoom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W.zOrder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.anchorlock -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.borderbottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.borderleft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.borderright -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.bordertop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W10.w10 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W10.wrap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.algn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.alpha -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.anchorId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.ang -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.b -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.bevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.bevelB -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.bevelT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.blurRad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.bwMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.camera -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.cap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.checkbox -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.checked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.checkedState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.cmpd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.cntxtAlts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.cNvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.conflictDel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.conflictIns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.conflictMode -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.contourClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.contourW -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictDelRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictDelRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictInsRangeEnd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.customXmlConflictInsRangeStart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.defaultImageDpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.dir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.discardImageEditingData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.dist -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.docId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.endA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.endPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.entityPicker -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.extrusionClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.extrusionH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.fadeDir -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.fillToRect -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.font -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.glow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.gradFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.gs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.gsLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.h -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.hueMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.kx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.ky -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.l -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.ligatures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lightRig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lim -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lum -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lumMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.lumOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.miter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.noFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.noSpellErr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.numForm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.numSpacing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.nvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.paraId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.path -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.props3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.prst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.prstDash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.prstMaterial -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.rad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.reflection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.rev -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.rig -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.rot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.round -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.sat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.satMod -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.satOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.scaled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.scene3d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.schemeClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.shade -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.shadow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.solidFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.srgbClr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.stA -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.stPos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.styleSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.stylisticSets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.sx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.sy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.textFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.textId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.textOutline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.tint -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.uncheckedState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.w -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W14.w14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W14.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.appearance -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.chartTrackingRefBased -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.collapsed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.color -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.commentEx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.commentsEx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.dataBinding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.docId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.done -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.doNotAllowInsertDeleteSection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.footnoteColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.paraId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.paraIdParent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.people -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.person -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.presenceInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.providerId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.repeatingSection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.repeatingSectionItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.sectionTitle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.userId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.w15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W15.webExtensionCreated -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W15.webExtensionLinked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.commentExtensible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.commentsExtensible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.dateUtc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.durableId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.intelligentPlaceholder -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CEX.w16cex -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W16CID.commentId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CID.commentsIds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CID.durableId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CID.paraId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CID.w16cid -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.W16CUR.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CUR.uri -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.W16CUR.w16cur -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WE.alternateReferences -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.binding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.bindings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.properties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.property -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.reference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.snapshot -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.we -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WE.webextension -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WE.webextensionref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WETP.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WETP.taskpane -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WETP.taskpanes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WETP.webextensionref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WETP.wetp -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WNE.acd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.acdEntry -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.acdManifest -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.acdName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.acds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.active -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.argValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.bEncrypt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.chmPrimary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.chmSecondary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.cmg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.docEvents -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocBuildingBlockAfterInsert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocClose -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlAfterInsert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlBeforeDelete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlContentUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlOnEnter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocContentControlOnExit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocNew -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocOpen -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocStoreUpdate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocSync -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocXmlAfterInsert -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.eventDocXmlBeforeDelete -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.fci -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.fciBasedOn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.fciIndex -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.fciIndexBasedOn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.fciName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.hash -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.kcmPrimary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.kcmSecondary -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.keymap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.keymaps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.keymapsBad -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.macro -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.macroName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.mask -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.mcd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.mcds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.menuHelp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.recipientData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.recipients -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.swArg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.tcg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.toolbarData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.toolbars -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.vbaSuppData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.wch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.wll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WNE.wne -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WOE.oembed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WOE.woe -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WP.align -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.cNvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.docPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.effectExtent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.extent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.inline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.lineTo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.positionH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.positionV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.posOffset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.simplePos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wp -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapNone -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapPolygon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapSquare -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapThrough -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapTight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP.wrapTopAndBottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.anchorId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.editId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.pctHeight -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.pctPosHOffset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.pctPosVOffset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.pctWidth -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.sizeRelH -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.sizeRelV -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP14.wp14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WP15.webVideoPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WP15.wp15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WPC.bg -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPC.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPC.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPC.whole -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPC.wpc -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WPC.wpc_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvFrPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.wgp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPG.wpg -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WPG.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.bodyPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvCnPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.linkedTxbx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.txbx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.WPS.wps -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.WPS.wsp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.alignment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.author -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.authors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.autoFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.autoSortScope -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.b -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.bgColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.bk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.bookViews -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.border -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.borders -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.bottom -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.brk -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.c -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cacheField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cacheFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cacheHierarchies -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cacheHierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cacheSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calcChain -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calculatedColumnFormula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calculatedItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calculatedItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calculatedMember -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.calculatedMembers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellMetadata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellStyleXfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellWatch -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellWatches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cellXfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cfRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cfvo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.charset -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.chartFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.chartFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.chartsheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.col -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colBreaks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colHierarchiesUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colHierarchyUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.color -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colorFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.colorScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.cols -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.comment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.commentList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.commentPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.comments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.condense -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.conditionalFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.connection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.connections -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.consolidation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.control -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.controlPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.controls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customFilters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customProperties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customSheetView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customSheetViews -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customWorkbookView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.customWorkbookViews -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.d -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.DataBinding -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataConsolidate -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataRefs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataValidation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dataValidations -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dateGroupItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dbPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ddeItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ddeItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ddeLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.definedName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.definedNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.deletedField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.diagonal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dialogsheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dimension -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dimensions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.discretePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.drawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.drawingHF -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dxfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.dynamicFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.e -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.end -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.entries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.evenFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.evenHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.extend -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.externalBook -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.externalLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.externalReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.externalReferences -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.family -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fgColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.field -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fieldGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fieldsUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fieldUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fileRecoveryPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fileSharing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fileVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fills -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.filter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.filterColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.filters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.firstFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.firstHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.font -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.fonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.format -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.formats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.formula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.formula1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.formula2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.functionGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.functionGroups -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.futureMetadata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.gradientFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.group -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groupItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groupLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groupLevels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groupMember -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groupMembers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.groups -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.header -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.headerFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.headers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.horizontal -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.hyperlink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.hyperlinks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.i -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.iconFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.iconSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ignoredError -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ignoredErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.indexedColors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.inputCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.is -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.item -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.items -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.k -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.kpi -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.kpis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.left -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.legacyDrawing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.legacyDrawingHF -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.location -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.m -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.main -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.map -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.MapInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.maps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.Map_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mdx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mdxMetadata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.measureGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.measureGroups -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.member -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.members -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mergeCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mergeCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.metadata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.metadataStrings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.metadataType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.metadataTypes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mpMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mps -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.mruColors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ms -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.n -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.name -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.nc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ndxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.numFmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.numFmts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.objectPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oddFooter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oddHeader -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.odxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.olapPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oldFormula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleObjects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.oleSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.outline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.outlinePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.p -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.page -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageMargins -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pages -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageSetup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pageSetUpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pane -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.parameter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.parameters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.patternFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.phoneticPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.picture -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotAreas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotCacheDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotCacheRecords -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotHierarchies -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotHierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotSelection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotTableDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.pivotTableStyleInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.printOptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.protectedRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.protectedRanges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.protection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.query -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryTableDeletedFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryTableField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryTableFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.queryTableRefresh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.r -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.raf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rangePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rangeSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rangeSets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rcc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rcft -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rcmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rcv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rdn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.reference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.references -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.reviewed -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.reviewedList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.revisions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rfmt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rFont -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rgbColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.right -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.ris -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rowBreaks -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rowFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rowHierarchiesUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rowHierarchyUsage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rowItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rPh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rqt -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rrc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.rsnm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.s -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.scenario -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.scenarios -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.Schema -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.scheme -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.selection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.serverFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.serverFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.set -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.shadow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sharedItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetCalcPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetDataSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetFormatPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetId -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetIdMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheets -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sheetViews -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.si -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.singleXmlCell -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.singleXmlCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sortByTuple -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sortCondition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sortState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.start -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.stop -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.stp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.strike -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.styleSheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.sz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.t -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tabColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.table -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableColumn -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableColumns -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tablePart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableParts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableStyleElement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableStyleInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tableStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.text -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.textField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.textFields -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.textPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.to -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.top -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.top10 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.totalsRowFormula -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tpl -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tpls -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.tupleCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.u -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.undo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.userInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.users -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.value -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.valueMetadata -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.values -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.vertAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.vertical -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.volType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.volTypes -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPublishing -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPublishItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPublishItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPublishObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.webPublishObjects -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.workbook -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.workbookPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.workbookProtection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.workbookView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.worksheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.worksheetSource -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.x -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.X.xf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.xmlCellPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.xmlColumnPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.xmlPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X.x_ -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X12AC.list -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X12AC.x12ac -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.X14.argumentDescription -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.argumentDescriptions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.axisColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.borderColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.cacheField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.cacheHierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.calculatedMember -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.calculatedMembers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.cfIcon -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.cfRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.cfvo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.color -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorAxis -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorFirst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorHigh -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorLast -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorLow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorMarkers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorNegative -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.colorSeries -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormat -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormats -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormatting -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.conditionalFormattings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.connection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.customFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.customFilters -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.data -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dataBar -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dataField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.datastoreItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dataValidation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dataValidations -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.definedName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.definedNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.dxfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.editValue -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.fillColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.filter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.formControlPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.formula1 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.formula2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.header -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.headers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.i -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.iconFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.iconSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.ignoredError -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.ignoredErrors -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.item -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.itemLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.items -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.level -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.levels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.negativeBorderColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.negativeFillColor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.olap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.oleItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.p -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotArea -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotAreas -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotCacheDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotChange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotChanges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotEdits -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotHierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTableDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.pivotTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.protectedRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.protectedRanges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.range -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.ranges -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.rowItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.rows -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.selection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.selections -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.setLevel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.setLevels -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicer -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCacheDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicers -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyleElement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyleElements -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.slicerStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sortCondition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sourceConnection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sparkline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sparklineGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sparklineGroups -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.sparklines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.table -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.tabular -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.tupleItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.tupleItems -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.tupleSet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.userEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.values -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.workbookPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14.x14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.X14AC.dyDescent -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14AC.knownFonts -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X14AC.x14ac -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.X15.activeTabTopLevelEntity -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.bounds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.c -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.cachedUniqueName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.cachedUniqueNames -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.cacheHierarchy -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.calculatedMember -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.connection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dataFeedPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dataField -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dataModel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dbCommand -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dbTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dbTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.dxfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.modelRelationship -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.modelRelationships -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.modelTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.modelTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.modelTextPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.movingPeriodState -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.oledbPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCacheDecoupled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCacheIdVersion -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotRow -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableReference -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableReferences -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.pivotTableUISettings -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.queryTable -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.rangePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.selection -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCacheHideItemsWithNoData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCacheOlapLevelName -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCachePivotTables -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.slicerCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.state -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.tableSlicerCache -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.textPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timeline -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCachePivotCaches -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineCacheRefs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelinePivotCacheDefinition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineRef -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineRefs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyleElement -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyleElements -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.timelineStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.webExtension -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.webExtensions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.workbookPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.x -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15.x15 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.X15AC.absPath -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.X15AC.x15ac -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XDR.absoluteAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.blipFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.clientData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cNvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.col -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.colOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.cxnSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.ext -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.from -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.graphicFrame -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.grpSp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.grpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.nvCxnSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.nvGraphicFramePr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.nvGrpSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.nvPicPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.nvSpPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.oneCellAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.pic -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.pos -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.rowOff -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.sp -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.spPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.style -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.to -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.twoCellAnchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.txBody -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.wsDr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR.xdr -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XDR.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.cNvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.cNvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.contentPart -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.nvContentPartPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.nvPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XDR14.xdr14 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XDR14.xfrm -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.fb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.k -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.rv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.rvData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.rvStructures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.s -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD.xlrd -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.a -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.arrayData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.dxfs -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.flag -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.global -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.k -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.key -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.keyFlags -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richProperties -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richStyles -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.richStyleSheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rPr -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rpv -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rSty -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.rvTypesInfo -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.s -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spb -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbArrays -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.spbStructures -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.supportingPropertyBags -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.type -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.types -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.v -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRD2.xlrd2 -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.address -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.blip -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.moreImagesAddress -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.webImageSrd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.webImagesSrd -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLRDWI.xlrdwi -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XLTC.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.mention -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.mentions -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.person -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.personList -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.text -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.threadedComment -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.ThreadedComments -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XLTC.xltc -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XML.id -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XML.space -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XML.xml -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XNE.col -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.colSortMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.f -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.macrosheet -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.rowSortMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.sqref -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.worksheetSortMap -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNE.xne -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XNSV.columnFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.dxf -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.extLst -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.filter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.namedSheetView -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.namedSheetViews -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.nsvFilter -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.richSortCondition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortCondition -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortRule -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.sortRules -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XNSV.xnsv -> System.Xml.Linq.XNamespace -~static readonly DocumentFormat.OpenXml.Linq.XVML.Accel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Accel2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Anchor -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoFill -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoPict -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.AutoScale -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Camera -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Cancel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.CF -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Checked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ClientData -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ColHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Colored -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Column -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.DDE -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Default -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.DefaultSize -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Disabled -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Dismiss -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.DropLines -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.DropStyle -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Dx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FirstButton -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaGroup -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaLink -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaMacro -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaPict -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaRange -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.FmlaTxbx -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Help -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Horiz -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Inc -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.JustLastX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.LCT -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ListItem -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Locked -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.LockText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.MapOCX -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Max -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Min -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.MoveWithCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.MultiLine -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.MultiSel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.NoThreeD -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.NoThreeD2 -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Page -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.PrintObject -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.RecalcAlways -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Row -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.RowHidden -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptExtended -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptLanguage -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptLocation -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ScriptText -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.SecretEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Sel -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.SelType -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.SizeWithCells -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.TextHAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.TextVAlign -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.UIObj -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Val -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.ValidIds -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.Visible -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.VScroll -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.VTEdit -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.WidthMin -> System.Xml.Linq.XName -~static readonly DocumentFormat.OpenXml.Linq.XVML.xvml -> System.Xml.Linq.XNamespace + \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt index ba0a9fbe8..ab058de62 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt @@ -1,207 +1 @@ #nullable enable -DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser -DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? -DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void -DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void -DocumentFormat.OpenXml.Packaging.ImagePartExtensions -DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void -override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! -override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! -static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt index 2d1366b36..15110a8cf 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt index f31b9e007..865502521 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt index f31b9e007..865502521 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt index f190497db..5de51f512 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.HexBinaryValue.TryWriteBytes(System.Span bytes) -> bool static DocumentFormat.OpenXml.HexBinaryValue.Create(System.ReadOnlySpan bytes) -> DocumentFormat.OpenXml.HexBinaryValue! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt index 2e1fd2431..eb9567db3 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt index f31b9e007..865502521 100644 --- a/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt +++ b/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt @@ -50539,6 +50539,212 @@ static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEvents static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.FileFormatVersions.Microsoft365 = 1073741824 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OEmbedShared(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink() -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ScriptLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbed() -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl.set -> void +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.BackgroundBlurProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.BackgroundCustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.BackgroundNormalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.BackgroundRemovedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.LiveFeedBackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedBackgroundProperties.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.LiveFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Packaging.ImagePartExtensions +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! qname) -> void +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +static DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(this DocumentFormat.OpenXml.Packaging.MainDocumentPart! main, string! extension) -> DocumentFormat.OpenXml.Packaging.ImagePart! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable!