The objects described in this section (Application API for Java) are obsolete from v2012 onwards.
For information about how to access the Application API from Java code, see the section: Programming Languages | Java. |
public class SPYAuthenticElementKind
{
public final static long spyAuthenticChar |
= 0; |
|
public final static long spyAuthenticWord |
= 1; |
|
public final static long spyAuthenticLine |
= 3; |
|
public final static long spyAuthenticParagraph |
= 4; |
|
public final static long spyAuthenticTag |
= 6; |
|
public final static long spyAuthenticDocument |
= 8; |
|
public final static long spyAuthenticTable |
= 9; |
|
public final static long spyAuthenticTableRow |
= 10; |
|
public final static long spyAuthenticTableColumn |
= 11; |
}