SPYAuthenticElementKind (nicht mehr verwendet)
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; |
}