Package com.pspdfkit.annotations
Class ScreenAnnotation
-
- All Implemented Interfaces:
public class ScreenAnnotation extends MediaAnnotation
A screen annotation (PDF 1.5) specifies a region of a page upon which media clips may be played. It also serves as an object from which actions can be triggered. PSPDFKit also supports the matching Rendition Actions to control the video play state.
-
-
Constructor Summary
Constructors Constructor Description ScreenAnnotation(AnnotationPropertyManager properties, boolean markDirty, String resourceId)
-
Method Summary
Modifier and Type Method Description AnnotationType
getType()
Gets the annotation type of the annotation. -
-
Constructor Detail
-
ScreenAnnotation
ScreenAnnotation(AnnotationPropertyManager properties, boolean markDirty, String resourceId)
-
-
Method Detail
-
getType
@NonNull() AnnotationType getType()
Gets the annotation type of the annotation.
- Returns:
The type of the annotation. Makes down casting easier.
-
-
-
-