Companion

object Companion

Functions

Link copied to clipboard
fun createGoToEmbeddedAction(pdfPath: String?, pageIndex: Int, newWindow: Boolean, subActions: List<Action>?): GoToEmbeddedAction

Framework private constructor for creating GoToEmbeddedAction.

Link copied to clipboard
fun createHideAction(annotationReferences: List<AnnotationReference>, shouldHide: Boolean, subActions: List<Action>?): HideAction

Framework private constructor for creating HideAction.

Link copied to clipboard

Framework private constructor for creating ImportDataAction.

Link copied to clipboard
fun createRenditionAction(renditionActionType: RenditionAction.RenditionActionType, screenAnnotationObjectNumber: Int, javascript: String?, subActions: List<Action>?): RenditionAction

Framework private constructor for creating RenditionAction.

Link copied to clipboard

Framework private constructor for creating RichMediaExecuteAction.

Link copied to clipboard
fun getAnnotationReferences(hideAction: HideAction): List<AnnotationReference>

Returns AnnotationReferences that are targets of the HideAction.