Known Direct Subclasses
|
Class Overview
Base class for media annotation related actions.
Protected Constructors
protected
AbstractMediaAction
(int annotationObjectNumber, List<Action> subActions)
Public Methods
public
boolean
equals
(Object o)
Protected Methods
Returns the annotation associated with this action, asynchronously.
Parameters
pdfDocument |
PDF document in which to look for the associated rich media annotation. |
Returns
- An instance of
Maybe
that either emits the requested annotation in
`onSuccess()` or terminates with `onCompleted()` or `onError()`.
protected
int
getAnnotationObjectNumber
()
Returns the object number of the target annotation (if any).
Returns
- Referenced annotation object number.