|
|
|
|
|
|
|
|
| _getFormatFieldAtRange(self,
range,
formatConfig) |
source code
|
|
|
|
| _expandFormatRange(self,
range,
formatConfig) |
source code
|
|
|
|
| _getEmbeddedObjectLabel(self,
embedRangeObj) |
source code
|
|
|
|
|
|
|
|
|
list of unicode and FieldCommand
|
getTextWithFields(self,
formatConfig=None)
Retreaves the text in this range, as well as any control/format
fields associated therewith. |
source code
|
|
|
|
expand(self,
unit)
Expands the start and end of this text info object to a given unit |
source code
|
|
|
int
|
|
|
|
|
|
bool
|
_get_isCollapsed(self)
Returns:
True if representing a collapsed range,
False if the range is expanded to cover one or more
characters. |
source code
|
|
|
|
collapse(self,
end=False)
Collapses this text info object so that both endpoints are the same. |
source code
|
|
|
|
copy(self)
duplicates this text info object so that changes can be made to
either one with out afecting the other |
source code
|
|
|
unicode
|
|
|
int
|
move(self,
unit,
direction,
endPoint=None)
Moves one or both of the endpoints of this object by the given unit
and direction. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from textInfos.TextInfo:
copyToClipboard,
find,
getControlFieldBraille,
getControlFieldSpeech,
getEmbeddedObject,
getTextInChunks,
isOverlapping,
unitCount,
unitIndex
Inherited from textInfos.TextInfo (private):
_get_NVDAObjectAtStart,
_get_clipboardText,
_get_obj,
_get_unit_mouseChunk
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__
|