RichMediaExecuteAction
extends Action
in package
Rich-media execute action (/S /RichMediaExecute) — ISO 32000-2 §13.6.9.
Invokes a command on a rich-media annotation's embedded content.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V2_0
Table of Contents
Constants
- PDF_TYPE = 'Action'
Properties
- $cmd : PdfDictionary|null
- $generationNumber : int
- $next : PdfReference|null
- $objectNumber : int
- $ta : PdfReference|null
- $ti : PdfReference|null
Methods
- getActionType() : string
- Returns the /S (action type) value for this action.
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
- baseDictionary() : PdfDictionary
- Build a dictionary pre-populated with the common /Type, /S, and /Next entries so subclasses only need to add their subtype-specific fields.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'Action'
Properties
$cmd
public
PdfDictionary|null
$cmd
= null
$generationNumber
public
int
$generationNumber
= 0
$next
public
PdfReference|null
$next
= null
$objectNumber
public
int
$objectNumber
= 0
$ta
public
PdfReference|null
$ta
= null
$ti
public
PdfReference|null
$ti
= null
Methods
getActionType()
Returns the /S (action type) value for this action.
public
getActionType() : string
Return values
stringtoIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string
Return values
stringbaseDictionary()
Build a dictionary pre-populated with the common /Type, /S, and /Next entries so subclasses only need to add their subtype-specific fields.
protected
baseDictionary() : PdfDictionary