You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yields start and end control fields, and text, for the given UI Automation text range.
732
-
@param rootElement: the highest ancestor that encloses the given text range. This function will not walk higher than this point.
733
-
@param textRange: the UI Automation text range whos content should be fetched.
734
-
@param formatConfig: the types of formatting requested.
735
-
@type formatConfig: a dictionary of NVDA document formatting configuration keys
732
+
:param rootElement: the highest ancestor that encloses the given text range. This function will not walk higher than this point.
733
+
:param textRange: the UI Automation text range whos content should be fetched.
734
+
:param formatConfig: the types of formatting requested.
735
+
:type formatConfig: a dictionary of NVDA document formatting configuration keys
736
736
with values set to true for those types that should be fetched.
737
-
@param includeRoot: If true, then a control start and end will be yielded for the root element.
738
-
@param alwaysWalkAncestors: If true then control fields will be yielded for any element enclosing the given text range, that is a descendant of the root element. If false then the root element may be assumed to be the only ancestor.
739
-
@param recurseChildren: If true, this function will be recursively called for each child of the given text range, clipped to the bounds of this text range. Formatted text between the children will also be yielded. If false, only formatted text will be yielded.
740
-
@param _rootElementClipped: Indicates if textRange represents all of the given rootElement,
737
+
:param includeRoot: If true, then a control start and end will be yielded for the root element.
738
+
:param alwaysWalkAncestors: If true then control fields will be yielded for any element enclosing the given text range, that is a descendant of the root element. If false then the root element may be assumed to be the only ancestor.
739
+
:param recurseChildren: If true, this function will be recursively called for each child of the given text range, clipped to the bounds of this text range. Formatted text between the children will also be yielded. If false, only formatted text will be yielded.
740
+
:param _rootElementClipped: Indicates if textRange represents all of the given rootElement,
Copy file name to clipboardExpand all lines: user_docs/en/changes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
13
13
* In WinUI 3 apps including Microsoft Copilot and parts of Windows 11 File Explorer, NVDA will no longer fail to announce controls when using mouse and touch interaction. (#17407, #17771, @josephsl)
14
14
* Fixed some rare cases where NVDA playing sounds could result in unexpected errors. (#17918, @LeonarddeR)
15
+
* In Microsoft Word, when UIA is enabled, NVDA will no longer braille redundant table end markers when the cursor is in a table cell. (#15828, @LeonarddeR)
0 commit comments