public final enum

AnnotationZIndexMove

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.AnnotationZIndexMove

Class Overview

The possible z-index moves that can be applied on the annotation.

Summary

Enum Values
AnnotationZIndexMove  MOVE_BACKWARD  Move the annotation one place backward. 
AnnotationZIndexMove  MOVE_FORWARD  Move the annotation one place forward. 
AnnotationZIndexMove  MOVE_TO_BACK  Move the annotation behind all other annotations on the page. 
AnnotationZIndexMove  MOVE_TO_FRONT  Move the annotation in front of all other annotations on the page. 
Public Methods
static AnnotationZIndexMove valueOf(String name)
final static AnnotationZIndexMove[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AnnotationZIndexMove MOVE_BACKWARD

Move the annotation one place backward.

public static final AnnotationZIndexMove MOVE_FORWARD

Move the annotation one place forward.

public static final AnnotationZIndexMove MOVE_TO_BACK

Move the annotation behind all other annotations on the page.

public static final AnnotationZIndexMove MOVE_TO_FRONT

Move the annotation in front of all other annotations on the page.

Public Methods

public static AnnotationZIndexMove valueOf (String name)

public static final AnnotationZIndexMove[] values ()