PdfWidgetActions

constructor(mouseEnter: PdfAction? = null, mouseExit: PdfAction? = null, mouseDown: PdfAction? = null, mouseUp: PdfAction? = null, focus: PdfAction? = null, blur: PdfAction? = null, pageOpen: PdfAction? = null, pageClose: PdfAction? = null, pageVisible: PdfAction? = null, pageInvisible: PdfAction? = null, keystroke: PdfAction? = null, format: PdfAction? = null, validate: PdfAction? = null, calculate: PdfAction? = null, raw: PdfDictionary)