dotnet / dotnet/Open-XML-SDK

The UpRight property in DocumentFormat.OpenXml.Drawing.BodyProperties may be named incorrectly

Open
#784 1 comment 1 reaction 1 assignee Claimed by @mikeebowen View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.