Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CT_PresetTextShape's prstTxWarp gets PresetTextWrap wrapper class #1447

Closed
tomjebo opened this issue Jun 13, 2023 · 1 comment
Closed

CT_PresetTextShape's prstTxWarp gets PresetTextWrap wrapper class #1447

tomjebo opened this issue Jun 13, 2023 · 1 comment
Assignees
Labels

Comments

@tomjebo
Copy link
Collaborator

tomjebo commented Jun 13, 2023

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

@tomjebo tomjebo added the bug label Jun 13, 2023
@tomjebo tomjebo self-assigned this Jun 13, 2023
@tomjebo
Copy link
Collaborator Author

tomjebo commented Jun 13, 2023

#1448 fixes this.

@tomjebo tomjebo closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant