Module JABHandler :: Class AccessibleTextAttributesInfo
[hide private]
[frames] | no frames]

Class AccessibleTextAttributesInfo

source code

ctypes.Structure --+
                   |
                  AccessibleTextAttributesInfo

Class Variables [hide private]
  _fields_ = [('bold', BOOL), ('italic', BOOL), ('underline', BO...
Class Variable Details [hide private]

_fields_

Value:
[('bold', BOOL), ('italic', BOOL), ('underline', BOOL), ('strikethroug\
h', BOOL), ('superscript', BOOL), ('subscript', BOOL), ('backgroundCol\
or', WCHAR* SHORT_STRING_SIZE), ('foregroundColor', WCHAR* SHORT_STRIN\
G_SIZE), ('fontFamily', WCHAR* SHORT_STRING_SIZE), ('fontSize', jint),\
 ('alignment', jint), ('bidiLevel', jint), ('firstLineIndent', jfloat)\
, ('LeftIndent', jfloat), ('rightIndent', jfloat), ('lineSpacing', jfl\
oat), ('spaceAbove', jfloat), ('spaceBelow', jfloat), ('fullAttributes\
String', WCHAR* MAX_STRING_SIZE),]