Package NVDAObjects :: Package IAccessible :: Module adobeAcrobat
[hide private]
[frames] | no frames]

Module adobeAcrobat

source code

Classes [hide private]
  AcrobatNode
  RootNode
  Document
  RootTextNode
The message text node that appears instead of the document when the document is not available.
  AcrobatTextInfo
A default TextInfo which is used to enable text review of information about widgets that don't support text content.
  EditableTextNode
  AcrobatSDIWindowClient
Functions [hide private]
 
normalizeStdName(stdName) source code
 
findExtraOverlayClasses(obj, clsList)
Determine the most appropriate class(es) for Acrobat objects.
source code
Variables [hide private]
  SID_AccID = GUID("{449D454B-1F46-497e-B2B6-3357AED9912B}")
  SID_GetPDDomNode = GUID("{C0A1D5E9-1142-4cf3-B607-82FC3B96A4DF}")
  stdNamesToRoles = {"Sect": controlTypes.ROLE_SECTION, "Div": c...
Function Details [hide private]

findExtraOverlayClasses(obj, clsList)

source code 

Determine the most appropriate class(es) for Acrobat objects. This works similarly to NVDAObjects.NVDAObject.findOverlayClasses except that it never calls any other findOverlayClasses method.


Variables Details [hide private]

stdNamesToRoles

Value:
{"Sect": controlTypes.ROLE_SECTION, "Div": controlTypes.ROLE_SECTION, \
"BlockQuote": controlTypes.ROLE_BLOCKQUOTE, "Caption": controlTypes.RO\
LE_CAPTION, "L": controlTypes.ROLE_LIST, "LI": controlTypes.ROLE_LISTI\
TEM, "Lbl": controlTypes.ROLE_LABEL, "P": controlTypes.ROLE_PARAGRAPH,\
 "H": controlTypes.ROLE_HEADING, "Form": controlTypes.ROLE_FORM,}