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
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:
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