"""updateLevel - updating level. Can only be incremented or decremented. Do so only in a try block -- if the level is greater than zero, visual text updating will cease. """
which='pUpL'
want='long'
classbeginning(aetools.NProperty):
"""beginning - Beginning of element """
which='bgng'
want='obj '
classend(aetools.NProperty):
"""end - Ending of element """
which='end '
want='obj '
classinfront(aetools.NProperty):
"""infront - Immediately before element """
which='pBef'
want='obj '
classjustbehind(aetools.NProperty):
"""justbehind - Immediately after element """
which='pAft'
want='obj '
# element 'stys' as ['indx', 'name']
classstyleset(aetools.ComponentItem):
"""styleset - A style <20>set<65> that may be used repeatedly in text objects. """
want='stys'
classname(aetools.NProperty):
"""name - style name """
which='pnam'
want='TEXT'
classcolor(aetools.NProperty):
"""color - the color """
which='colr'
want='RGB '
classfont(aetools.NProperty):
"""font - font name """
which='font'
want='TEXT'
classsize(aetools.NProperty):
"""size - the size in points """
which='ptsz'
want='long'
classwriting_code(aetools.NProperty):
"""writing code - the script system and language """