java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.annotations.AnnotationZIndexMove |
The possible z-index moves that can be applied on the annotation.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Move the annotation behind all other annotations on the page.
Move the annotation in front of all other annotations on the page.