java.lang.Object | |||
↳ | com.pspdfkit.annotations.actions.Action | ||
↳ | com.pspdfkit.annotations.actions.AbstractMediaAction | ||
↳ | com.pspdfkit.annotations.actions.RichMediaExecuteAction |
Action for starting RichMediaAnnotation
s.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | RichMediaExecuteAction.RichMediaExecuteActionType | Types of rich media execute actions. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
Maybe<RichMediaAnnotation> |
getRichMediaAnnotationAsync(PdfDocument pdfDocument)
Returns rich media annotation associated with this action, asynchronously.
| ||||||||||
int |
getRichMediaAnnotationObjectNumber()
Returns the object number of the referenced rich media annotation (if any).
| ||||||||||
RichMediaExecuteAction.RichMediaExecuteActionType |
getRichMediaExecuteActionType()
Type of action to be performed on the specified rich media annotation.
| ||||||||||
ActionType |
getType()
Returns type of action to make down-casting easier.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns rich media annotation associated with this action, asynchronously.
pdfDocument | PDF document in which to look for the associated rich media annotation. |
---|
Maybe
that either emits the requested annotation in
`onSuccess()` or terminates with `onCompleted()` or `onError()`.
Returns the object number of the referenced rich media annotation (if any).
Type of action to be performed on the specified rich media annotation.
RichMediaExecuteAction.RichMediaExecuteActionType
describing the action, or UNKNOWN
if not known.
Returns type of action to make down-casting easier.