The UpRight property in DocumentFormat.OpenXml.Drawing.BodyProperties may be named incorrectly
Open
- Dominant language
- C#
- Stars
- 4.6k
- Forks
- 605
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
According to 21.1.2.1.1 bodyPr (Body Properties) in ECMA 376, we can find the `upright` means "Text Upright". And "Upright" is a word not two words. But we use `UpRight` as the property name.
**Observed**
The property named `UpRight` is in DocumentFormat.OpenXml.Drawing.BodyProperties.
**Expected**
The property name is "upright".
Contributor guide
Assessment
This issue has not been assessed yet.