setasign\SetaPDF2\Core\Document\Action

Action Class representing a PDF action

File: /SetaPDF v2/Core/Document/Action/Action.php
Old class name (alias): \SetaPDF_Core_Document_Action

See PDF 32000-1:2008 - 12.6

Class hierarchy

Summary

Properties

$_actionDictionary


Static Methods


Methods

__construct()

The constructor.

Parameters
$objectOrDictionary : \setasign\SetaPDF2\Core\Type\AbstractType
 
Exceptions

Throws \InvalidArgumentException

Throws \setasign\SetaPDF2\Core\Type\Exception

addNext()

Adds an additional action to the next value of this action.

Parameters
$next : \setasign\SetaPDF2\Core\Type\PdfDictionary|Action
 
Exceptions

Throws \setasign\SetaPDF2\Core\Type\Exception

getActionDictionary()

Get the action dictionary.

getIndirectObject()

Get the indirect object of this annotation or creates it in the specific document context.

Parameters
$document : ?\setasign\SetaPDF2\Core\Document

The document instance

getPdfValue()

Get the PDF value of this action.

getType()

public Action::getType (
void
): string

Get the action type specified in the S key.

setIndirectObject()

Set the indirect object of this annotation.

Parameters
$indirectReference : \setasign\SetaPDF2\Core\Type\IndirectObjectInterface