You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/DocumentFormat.OpenXml.Framework/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Namespaces.g.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,7 @@ internal partial class OpenXmlNamespaceResolver
Copy file name to clipboardExpand all lines: generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17807,6 +17807,18 @@ public static partial class NoNamespace
17807
17807
/// </remarks>
17808
17808
public static readonly XName setDefinition = "setDefinition";
17809
17809
17810
+
/// <summary>
17811
+
/// Represents the setVersion XML attribute.
17812
+
/// </summary>
17813
+
/// <remarks>
17814
+
/// <para>As an XML attribute, it:</para>
17815
+
/// <list type="bullet">
17816
+
/// <item><description>is contained in the following XML elements: <see cref="XLWCV.version" />.</description></item>
17817
+
/// <item><description>corresponds to the following strongly-typed properties: Version.SetVersion.</description></item>
17818
+
/// </list>
17819
+
/// </remarks>
17820
+
public static readonly XName setVersion = "setVersion";
17821
+
17810
17822
/// <summary>
17811
17823
/// Represents the shadeToTitle XML attribute.
17812
17824
/// </summary>
@@ -22511,6 +22523,18 @@ public static partial class NoNamespace
22511
22523
/// </remarks>
22512
22524
public static readonly XName w = "w";
22513
22525
22526
+
/// <summary>
22527
+
/// Represents the warnBelowVersion XML attribute.
22528
+
/// </summary>
22529
+
/// <remarks>
22530
+
/// <para>As an XML attribute, it:</para>
22531
+
/// <list type="bullet">
22532
+
/// <item><description>is contained in the following XML elements: <see cref="XLWCV.version" />.</description></item>
22533
+
/// <item><description>corresponds to the following strongly-typed properties: Version.WarnBelowVersion.</description></item>
22534
+
/// </list>
22535
+
/// </remarks>
22536
+
public static readonly XName warnBelowVersion = "warnBelowVersion";
0 commit comments