Class: Poppler::ActionAny
- Inherits:
-
Action
- Object
- Action
- Poppler::ActionAny
- Defined in:
- ext/poppler/rbpoppler-action.c
Direct Known Subclasses
ActionGotoDest, ActionGotoRemote, ActionLaunch, ActionMovie, ActionNamed, ActionUri
Instance Method Summary collapse
-
#type ⇒ Object
PopplerActionAny.
Instance Method Details
#type ⇒ Object
PopplerActionAny
63 64 65 66 67 |
# File 'ext/poppler/rbpoppler-action.c', line 63
static VALUE
action_any_type(VALUE self)
{
return ACTION_TYPE2RVAL(RVAL2POPPLER_ACTION(self)->type);
}
|