Package appModules :: Module winword :: Class SpellCheckErrorField
[hide private]
[frames] | no frames]

Class SpellCheckErrorField

source code

                                  object --+                        
                                           |                        
               baseObject.AutoPropertyObject --+                    
                                               |                    
                     baseObject.ScriptableObject --+                
                                                   |                
                           editableText.EditableText --+            
                                                       |            
     editableText.EditableTextWithoutAutoSelectDetection --+        
                                                           |        
                                  object --+               |        
                                           |               |        
               baseObject.AutoPropertyObject --+           |        
                                               |           |        
                     baseObject.ScriptableObject --+       |        
                                                   |       |        
                           editableText.EditableText --+   |        
                                                       |   |        
                                  object --+           |   |        
                                           |           |   |        
               baseObject.AutoPropertyObject --+       |   |        
                                               |       |   |        
                     baseObject.ScriptableObject --+   |   |        
                                                   |   |   |        
                              NVDAObjects.NVDAObject --+   |        
                                                       |   |        
                      NVDAObjects.behaviors.EditableText --+        
                                                           |        
NVDAObjects.behaviors.EditableTextWithoutAutoSelectDetection --+    
                                                               |    
                                      object --+               |    
                                               |               |    
                   baseObject.AutoPropertyObject --+           |    
                                                   |           |    
                         baseObject.ScriptableObject --+       |    
                                                       |       |    
                                  NVDAObjects.NVDAObject --+   |    
                                                           |   |    
                                   NVDAObjects.window.Window --+    
                                                               |    
                         NVDAObjects.window.winword.WordDocument --+
                                                                   |
                                                                  SpellCheckErrorField

Nested Classes [hide private]

Inherited from NVDAObjects.window.winword.WordDocument: TextInfo

Inherited from NVDAObjects.NVDAObject: __metaclass__

Instance Methods [hide private]
 
_get_WinwordWindowObject(self) source code
basestring
_get_name(self)
The name or label of this object (example: the text of a button).
source code
basestring
_get_description(self)
The description or help text of this object.
source code
 
reportFocus(self)
Announces this object in a way suitable such that it gained focus.
source code

Inherited from NVDAObjects.window.winword.WordDocument: __init__, script_nextColumn, script_nextRow, script_previousColumn, script_previousRow, script_tab

Inherited from NVDAObjects.window.winword.WordDocument (private): _get_WinwordApplicationObject, _get_WinwordDocumentObject, _get_WinwordSelectionObject, _get_WinwordVersion, _get_role

Inherited from NVDAObjects.behaviors.EditableTextWithoutAutoSelectDetection: initOverlayClass

Inherited from editableText.EditableTextWithoutAutoSelectDetection: initClass, script_caret_changeSelection

Inherited from editableText.EditableText: detectPossibleSelectionChange, initAutoSelectDetection, script_caret_backspaceCharacter, script_caret_backspaceWord, script_caret_delete, script_caret_moveByCharacter, script_caret_moveByLine, script_caret_moveByParagraph, script_caret_moveByWord

Inherited from editableText.EditableText (private): _backspaceScriptHelper, _caretMovementScriptHelper, _caretScriptPostMovedHelper, _hasCaretMoved

Inherited from NVDAObjects.window.Window: correctAPIForRelation, findOverlayClasses, redraw

Inherited from NVDAObjects.window.Window (private): _get_devInfo, _get_displayText, _get_firstChild, _get_isInForeground, _get_isWindowUnicode, _get_lastChild, _get_location, _get_next, _get_parent, _get_previous, _get_processHandle, _get_processID, _get_states, _get_windowClassName, _get_windowControlID, _get_windowStyle, _get_windowText, _get_windowThreadID, _isEqual

Inherited from NVDAObjects.NVDAObject: __eq__, __ne__, doAction, event_becomeNavigatorObject, event_caret, event_descriptionChange, event_focusEntered, event_foreground, event_gainFocus, event_mouseMove, event_nameChange, event_stateChange, event_typedCharacter, event_valueChange, getActionName, makeTextInfo, scrollIntoView, setFocus

Inherited from NVDAObjects.NVDAObject (private): _findSimpleNext, _get_actionCount, _get_activeChild, _get_appModule, _get_basicText, _get_childCount, _get_children, _get_columnCount, _get_columnNumber, _get_container, _get_defaultActionIndex, _get_embeddingTextInfo, _get_flatReviewPosition, _get_flowsFrom, _get_flowsTo, _get_indexInParent, _get_isPresentableFocusAncestor, _get_isProtected, _get_keyboardShortcut, _get_labeledBy, _get_positionInfo, _get_presentationType, _get_recursiveDescendants, _get_rowCount, _get_rowNumber, _get_simpleFirstChild, _get_simpleLastChild, _get_simpleNext, _get_simpleParent, _get_simplePrevious, _get_statusBar, _get_table, _get_treeInterceptor, _get_treeInterceptorClass, _get_value, _set_treeInterceptor

Inherited from baseObject.ScriptableObject: bindGesture, bindGestures, clearGestureBindings, getScript

Inherited from baseObject.AutoPropertyObject: invalidateCache

Inherited from baseObject.AutoPropertyObject (private): _getPropertyViaCache

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from NVDAObjects.window.Window: getPossibleAPIClasses, kwargsFromSuper, normalizeWindowClassName

Inherited from NVDAObjects.NVDAObject: findBestAPIClass

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Static Methods [hide private]

Inherited from NVDAObjects.NVDAObject: objectFromPoint, objectInForeground, objectWithFocus

Class Variables [hide private]
  parentSDMCanOverrideName = False

Inherited from NVDAObjects.behaviors.EditableText: shouldFireCaretMovementFailedEvents

Inherited from NVDAObjects.window.Window: normalizedWindowClassNameCache

Inherited from NVDAObjects.NVDAObject: beTransparentToMouse, cachePropertiesByDefault, presType_content, presType_layout, presType_unavailable, tableCellCoordsInName

Instance Variables [hide private]

Inherited from NVDAObjects.window.Window: windowClassName, windowControlID, windowHandle, windowProcessID, windowText

Inherited from NVDAObjects.NVDAObject: textRepresentationLineLength

Inherited from NVDAObjects.NVDAObject (private): _mouseEntered

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_WinwordWindowObject(self)

source code 
Overrides: NVDAObjects.window.winword.WordDocument._get_WinwordWindowObject

_get_name(self)

source code 

The name or label of this object (example: the text of a button).

Returns: basestring
Overrides: NVDAObjects.NVDAObject._get_name
(inherited documentation)

_get_description(self)

source code 

The description or help text of this object.

Returns: basestring
Overrides: NVDAObjects.NVDAObject._get_description
(inherited documentation)

reportFocus(self)

source code 

Announces this object in a way suitable such that it gained focus.

Overrides: NVDAObjects.NVDAObject.reportFocus
(inherited documentation)