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
Describe the bug
This is a typo on the backend generator. The class name should match more closely the element name prstTxWarp.
Observed behavior
In the generated file:
Open-XML-SDK\generated\DocumentFormat.OpenXml\DocumentFormat.OpenXml.Generator\DocumentFormat.OpenXml.Generator.OpenXmlGenerator\schemas_openxmlformats_org_drawingml_2006_main.cs
The class is defined:
public partial class PresetTextWrap : OpenXmlCompositeElement
Expected behavior
public partial class PresetTextWarp : OpenXmlCompositeElement
The text was updated successfully, but these errors were encountered:
Describe the bug
This is a typo on the backend generator. The class name should match more closely the element name prstTxWarp.
Observed behavior
In the generated file:
Open-XML-SDK\generated\DocumentFormat.OpenXml\DocumentFormat.OpenXml.Generator\DocumentFormat.OpenXml.Generator.OpenXmlGenerator\schemas_openxmlformats_org_drawingml_2006_main.cs
The class is defined:
public partial class PresetTextWrap : OpenXmlCompositeElement
Expected behavior
public partial class PresetTextWarp : OpenXmlCompositeElement
The text was updated successfully, but these errors were encountered: