AnnoObjGetObjType

Usage                  Integer AnnoObjGetObjType

Description         Returns the type of the selected object.

Parameters         None

Return value      Type of the object or -1 if no object is selected or the selected annotation is not on the selected page. It may return one of the following possible types:

                            aotWout     = 1

                            aotNote       = 2

                            aotStamp    = 3

                            aotHighlight           = 4

                            aotLine       = 5

                            aotRect       = 6

                            aotCircle    = 7

                            aotRoundRect = 8

                            aotText = 9

                            aotFreeHand = 10

                            aotMeta = 11

                            aotRubberStamp = 12

                            aotVoice = 13

Programming Notes        None