Package NVDAObjects :: Package window :: Module winword
[hide private]
[frames] | no frames]

Module winword

source code

Classes [hide private]
  WordDocumentTextInfo
A default TextInfo which is used to enable text review of information about widgets that don't support text content.
  WordDocument
Variables [hide private]
  wdCollapseEnd = 0
  wdCollapseStart = 1
  wdActiveEndAdjustedPageNumber = 1
  wdActiveEndPageNumber = 3
  wdNumberOfPagesInDocument = 4
  wdFirstCharacterLineNumber = 10
  wdWithInTable = 12
  wdStartOfRangeRowNumber = 13
  wdMaximumNumberOfRows = 15
  wdStartOfRangeColumnNumber = 16
  wdMaximumNumberOfColumns = 18
  wdAlignParagraphLeft = 0
  wdAlignParagraphCenter = 1
  wdAlignParagraphRight = 2
  wdAlignParagraphJustify = 3
  wdCharacter = 1
  wdWord = 2
  wdSentence = 3
  wdParagraph = 4
  wdLine = 5
  wdStory = 6
  wdColumn = 9
  wdRow = 10
  wdWindow = 11
  wdCell = 12
  wdCharFormat = 13
  wdParaFormat = 14
  wdTable = 15
  wdGoToAbsolute = 1
  wdGoToRelative = 2
  wdGoToNext = 2
  wdGoToPrevious = 3
  wdGoToPage = 1
  wdGoToLine = 3
  winwordWindowIid = GUID('{00020962-0000-0000-C000-000000000046}')
  wm_winword_expandToLine = ctypes.windll.user32.RegisterWindowM...
  NVDAUnitsToWordUnits = {textInfos.UNIT_CHARACTER: wdCharacter,...
Variables Details [hide private]

wm_winword_expandToLine

Value:
ctypes.windll.user32.RegisterWindowMessageW(u"wm_winword_expandToLine"\
)

NVDAUnitsToWordUnits

Value:
{textInfos.UNIT_CHARACTER: wdCharacter, textInfos.UNIT_WORD: wdWord, t\
extInfos.UNIT_LINE: wdLine, textInfos.UNIT_SENTENCE: wdSentence, textI\
nfos.UNIT_PARAGRAPH: wdParagraph, textInfos.UNIT_TABLE: wdTable, textI\
nfos.UNIT_CELL: wdCell, textInfos.UNIT_ROW: wdRow, textInfos.UNIT_COLU\
MN: wdColumn, textInfos.UNIT_STORY: wdStory, textInfos.UNIT_READINGCHU\
NK: wdSentence,}