poppler-glib Reference Manual

Synopsis

public enum ActionType {
    UNKNOWN,
    GOTO_DEST,
    GOTO_REMOTE,
    LAUNCH,
    URI,
    NAMED,
    MOVIE,
}

Description

Enum Value Details

UNKNOWN

    UNKNOWN,		

GOTO_DEST

    GOTO_DEST,		

GOTO_REMOTE

    GOTO_REMOTE,		

LAUNCH

    LAUNCH,		

URI

    URI,		

NAMED

    NAMED,		

MOVIE

    MOVIE,		

Method Details


Created by Valadoc