SetaPDF_Core_Document_Action_Form Abstract class for form actions
File: /SetaPDF v2/Core/Document/Action/Form.php
Class hierarchy
Summary
Properties
Static Methods
byObjectOrDictionary()
Creates an action object by an action dictionary.
Parameters
- $objectOrDictionary : SetaPDF_Core_Type_IndirectObject|SetaPDF_Core_Type_IndirectReference|SetaPDF_Core_Type_Dictionary
Exceptions
Throws SetaPDF_Core_Type_Exception
Throws InvalidArgumentException
Methods
__construct()
The constructor.
Parameters
- $objectOrDictionary : SetaPDF_Core_Type_AbstractType
Exceptions
Throws InvalidArgumentException
Throws SetaPDF_Core_Type_Exception
addNext()
Add an additional action to the next value of this action.
Parameters
Exceptions
Throws SetaPDF_Core_Type_Exception
getFields()
Get the fields to include or exclude in the submission.
Parameters
- $encoding : string
The output encoding
Return Values
An array of field names in the specific encoding
Exceptions
Throws SetaPDF_Core_Type_Exception
getFlags()
getIndirectObject()
Get the indirect object of this annotation or creates it in the specific document context.
Parameters
- $document : ?SetaPDF_Core_Document
The document instance
getNext()
Gets the PDF value of the next entry.
isFlagSet()
Checks if a specific flag is set.
Parameters
- $flag : int
Exceptions
Throws SetaPDF_Core_Type_Exception
setFields()
string $encoding = 'UTF-8'
Set which fields to reset or which to exclude from resetting, depending on the setting of the Include/Exclude flag.
Parameters
- $fields : ?array
An array of fully qualified names or an indirect object to a field dictionary
- $encoding : string
The input encoding
See
setFlags()
Sets a flag or flags.
Parameters
- $flags : int
- $add : ?bool
Add = true, remove = false, set = null
Exceptions
Throws SetaPDF_Core_Type_Exception
setIndirectObject()
Set the indirect object of this annotation.
Parameters
- $indirectReference : SetaPDF_Core_Type_IndirectObjectInterface
setNext()
Set the next action which should be executed after this one.