RenditionAction
Vue de l’ensemble
‘RenditionAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.
Action de rendition — contrôle les renditions multimédias (ISO 32000-1:2008, §12.6.4.13).
Cette classe fournit 8 méthodes pour travailler avec les objets RenditionAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Rendition Action’, ‘fromDictionary’, getAnnotation', ‘getNext’, 'getOperation’, gettPdfDictationary’, ‘getteRenition’, ’getType’. Tous les membres publics sont accessibles à toute application Java après avoir installé l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘OP_PAUSE’, ‘‘OP-PLAY_STOP’, “OP&RESUME’,‘‘OP=STop’, et 5 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
operation | int | Read | Returns the operation code (0–4). |
rendition | PdfDictionary | Read | Returns the rendition dictionary (/R). |
annotation | PdfDictionary | Read | Returns the screen annotation associated with this action (/AN). |
OP_PLAY_STOP | int | Read | Play if not playing, stop if playing. |
OP_STOP | int | Read | Stop. |
OP_PAUSE | int | Read | Pause. |
OP_RESUME | int | Read | Resume. |
OP_PLAY | int | Read | Play. |
pdfDictionary | PdfDictionary | Read | Returns the underlying action dictionary. |
type | String | Read | Returns the action type (/S entry). |
next | PdfAction | Read | Returns the next action (/Next), if any. |
méthodes
| Signature | Description |
|---|---|
RenditionAction(dict: PdfDictionary) | Parses a RenditionAction from an existing dictionary. |
getOperation() → int | Returns the operation code (0–4). |
getRendition() → PdfDictionary | Returns the rendition dictionary (/R). |
getAnnotation() → PdfDictionary | Returns the screen annotation associated with this action (/AN). |
getPdfDictionary() → PdfDictionary | Returns the underlying action dictionary. |
getType() → String | Returns the action type (/S entry). |
getNext() → PdfAction | Returns the next action (/Next), if any. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Factory: creates the appropriate PdfAction subclass from a dictionary. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise