Skip to content

Commit 3ed3d3a

Browse files
authored
changed HightScale to HeightScale (#1444)
1 parent 159db6e commit 3ed3d3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/schemas/schemas_openxmlformats_org_drawingml_2006_diagram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5023,7 +5023,7 @@
50235023
},
50245024
{
50255025
"QName": ":custScaleY",
5026-
"PropertyName": "HightScale",
5026+
"PropertyName": "HeightScale",
50275027
"Type": "Int32Value",
50285028
"PropertyComments": "Height Scale"
50295029
},

generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4542,7 +4542,7 @@ public static class NoNamespace
45424542
/// <para>As an XML attribute, it:</para>
45434543
/// <list type="bullet">
45444544
/// <item><description>is contained in the following XML elements: <see cref="DGM.prSet" />.</description></item>
4545-
/// <item><description>corresponds to the following strongly-typed properties: PropertySet.HightScale.</description></item>
4545+
/// <item><description>corresponds to the following strongly-typed properties: PropertySet.HeightScale.</description></item>
45464546
/// </list>
45474547
/// </remarks>
45484548
public static readonly XName custScaleY = "custScaleY";

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6910,7 +6910,7 @@ public Int32Value? WidthScale
69106910
/// <para>Height Scale</para>
69116911
/// <para>Represents the following attribute in the schema: custScaleY</para>
69126912
/// </summary>
6913-
public Int32Value? HightScale
6913+
public Int32Value? HeightScale
69146914
{
69156915
get => GetAttribute<Int32Value>();
69166916
set => SetAttribute(value);
@@ -7020,7 +7020,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
70207020
.AddAttribute("custSzX", a => a.FixedWidthOverride)
70217021
.AddAttribute("custSzY", a => a.FixedHeightOverride)
70227022
.AddAttribute("custScaleX", a => a.WidthScale)
7023-
.AddAttribute("custScaleY", a => a.HightScale)
7023+
.AddAttribute("custScaleY", a => a.HeightScale)
70247024
.AddAttribute("custT", a => a.TextChanged)
70257025
.AddAttribute("custLinFactX", a => a.FactorWidth)
70267026
.AddAttribute("custLinFactY", a => a.FactorHeight)

0 commit comments

Comments
 (0)