Skip to content

When using UIA to access Word documents, replace the XX centimeters of the indent value with xx characters to ensure the consistency of user experience #14542

@cary-rowen

Description

@cary-rowen

Is your feature request related to a problem? Please describe.

In the paragraph formatting dialog in MS Word, we set the first line indent to be XX characters, but NVDA reports XX centimeters, which confuses users.

Use the object model to access Word documents, press NVDA + F to get formatting information:

style 正文 楷体 16 pt default color align default first line indent 2 characters line spacing 1.5 lines
Use the UIA to access Word documents, press NVDA + F to get formatting information:
style 正文 楷体 16.0 pt black on white align justify first line indent 1.13 cm line spacing 1/.5 倍行距

Describe the solution you'd like

When using UIA to access Word documents, replace the XX centimeters of the indent value with xx characters to ensure the consistency of user experience.

Describe alternatives you've considered

Additional context

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    component/UIA-ms-officeSpecific to UIA used in MS office applications.p4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.ux

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions