AnnotationActionCollection

AnnotationActionCollection

Vue de l’ensemble

‘AnnotationActionCollection’ est une classe dans Aspose.PDF FOSS pour Java.

Il représente une collection d’actions associées à un annotation (ISO 32000-1:2008, section 12.6.3).

Cette classe fournit 10 méthodes pour travailler avec des objets AnnotationActionCollection dans les programmes Java. Les méthodologies disponibles comprennent: AnnotationsActionCollection, add , ‘get;getOnEnter; getOnPressMouseBtn : setOnEnter: setonExit. tous les membres publics sont accessibles à toute application Java après l'installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : onEnte’, unExite et ` onPressMusebt.

Propriétés

NameTypeAccessDescription
onExitPdfActionReadReturns the action triggered when the cursor exits the annotation area.
onEnterPdfActionReadReturns the action triggered when the cursor enters the annotation area.
onPressMouseBtnPdfActionReadReturns the action triggered when the mouse button is pressed.

méthodes

SignatureDescription
AnnotationActionCollection()Creates an empty annotation action collection.
add(action: PdfAction)Adds an action to this collection.
size()intReturns the number of actions in this collection.
get(index: int)PdfActionReturns the action at the specified index.
getOnExit()PdfActionReturns the action triggered when the cursor exits the annotation area.
setOnExit(action: PdfAction)Sets the action triggered when the cursor exits the annotation area.
getOnEnter()PdfActionReturns the action triggered when the cursor enters the annotation area.
setOnEnter(action: PdfAction)Sets the action triggered when the cursor enters the annotation area.
getOnPressMouseBtn()PdfActionReturns the action triggered when the mouse button is pressed.
setOnPressMouseBtn(action: PdfAction)Sets the action triggered when the mouse button is pressed.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français