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
@param formatConfig: the types of formatting requested.
138
-
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
138
+
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
139
139
@param ignoreMixedValues: If True, formatting that is mixed according to UI Automation will not be included. If False, L{UIAUtils.MixedAttributeError} will be raised if UI Automation gives back a mixed attribute value signifying that the caller may want to try again with a smaller range.
@param formatConfig: the types of formatting requested.
451
-
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
451
+
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
452
452
@param UIAFormatUnits: the UI Automation text units (in order of resolution) that should be used to split the text so as to avoid mixed attribute values. This is None by default.
453
453
If the parameter is a list of 1 or more units, The range will be split by the first unit in the list, and this method will be recursively run on each subrange, with the remaining units in this list given as the value of this parameter.
454
454
If this parameter is an empty list, then formatting and text is fetched for the entire range, but any mixed attribute values are ignored and no splitting occures.
@param textRange: the UI Automation text range whos content should be fetched.
493
493
@type textRange: L{UIAHandler.IUIAutomation}
494
494
@param formatConfig: the types of formatting requested.
495
-
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
495
+
@type formatConfig: a dictionary of NVDA document formatting configuration keys with values set to true for those types that should be fetched.
496
496
@param includeRoot: If true, then a control start and end will be yielded for the root element.
497
-
@type includeRoot: bool
497
+
@type includeRoot: bool
498
498
@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.
499
499
@type alwaysWalkAncestors: bool
500
500
@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.
0 commit comments