setasign\SetaPDF2\Core\Document\Catalog
OptionalContent Class for handling optional content
File: /SetaPDF v2/Core/Document/Catalog/OptionalContent.php
Old class name (alias):
\SetaPDF_Core_Document_Catalog_OptionalContent
Class hierarchy
Implements
Summary
Methods
- __construct()
- _getArrayFromDefaultViewing()
- _setOnOrOff()
- addGroup()
- addUsageApplication()
- appendGroup()
- cleanUp()
- getAsArray()
- getBaseState()
- getDefaultViewingDictionary()
- getDocument()
- getGroup()
- getGroups()
- getIterator()
- getOffArray()
- getOnArray()
- getOptionalContentPropertiesDictionary()
- getOrderArray()
- prependGroup()
- setBaseState()
- setOff()
- setOn()
Constants
STATE_OFF
State constant
STATE_ON
State constant
STATE_UNCHANGED
State constant
Properties
Methods
__construct()
_getArrayFromDefaultViewing()
bool $create = false
Get and/or create an array entry in the default viewing dictionary.
Parameters
- $name : string
- $create : bool
Exceptions
_setOnOrOff()
Parameters
- $group : \SetaPDF_Core_Document_OptionalContent_Group
- $on : bool
Exceptions
addGroup()
This method adds a method to the OCGs array.
By adding a group with this method the group will not be added to the user interface.
Parameters
- $group : \SetaPDF_Core_Document_OptionalContent_Group|string
Exceptions
addUsageApplication()
Create and add usage application dictionaries for the given optional content group.
The usage definition in an optional content group will only apply to automatically adjustment if the group is referenced by a usage application dictionary.
$triangle = $optionalContent->appendGroup('Triangle'); // Define the usage $triangle->usage()->setPrintState(\SetaPDF_Core_Document_Catalog_OptionalContent::STATE_OFF); // Now add it to an usage application dictionary $optionalContent->addUsageApplication($triangle);
Parameters
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
appendGroup()
?\SetaPDF_Core_Document_OptionalContent_Group $parent = null,
?int $afterIndex = null,
string|\SetaPDF_Core_Document_OptionalContent_Group $nextToOrLabel = null,
string $label = ''
Append an optional content group to the outline structure.
Parameters
- $group : string|\SetaPDF_Core_Document_OptionalContent_Group
- $parent : ?\SetaPDF_Core_Document_OptionalContent_Group
- $afterIndex : ?int
- $nextToOrLabel : string|\SetaPDF_Core_Document_OptionalContent_Group
- $label : string
Exceptions
getAsArray()
Get and/or create the AS array in the default viewing dictionary.
Parameters
- $create : bool
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
getBaseState()
Get the base state from the default viewing dictionary.
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
getDefaultViewingDictionary()
Get the default viewing dictionary.
Parameters
- $create : bool
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.2 Optional Content Properties Dictionary
getGroup()
string $encoding = 'UTF-8'
Get a group by its name.
Parameters
- $name : string
The group name
- $encoding : string
The input encoding
Exceptions
getGroups()
getIterator()
Implementation of IteratorAggregate.
A separate iterator is needed to receive \setasign\SetaPDF2\Core\Document\OptionalContent\Group objects while iterating.
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
getOffArray()
Get and/or create the OFF array in the default viewing dictionary.
Parameters
- $create : bool
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
getOnArray()
Get and/or create the ON array in the default viewing dictionary.
Parameters
- $create : bool
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
getOptionalContentPropertiesDictionary()
Get and creates the optional content properties dictionary.
Parameters
- $create : bool
Exceptions
getOrderArray()
Get and/or create the Order array in the default viewing dictionary.
Parameters
- $create : bool
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
prependGroup()
?\SetaPDF_Core_Document_OptionalContent_Group $parent = null,
?int $beforeIndex = 0,
string|\SetaPDF_Core_Document_OptionalContent_Group $nextToOrLabel = null,
string $label = ''
Prepends an optional content group to the outline structure.
If the $beforeIndex parameter is out of range the group will be appended.
Parameters
- $group : string|\SetaPDF_Core_Document_OptionalContent_Group
- $parent : ?\SetaPDF_Core_Document_OptionalContent_Group
- $beforeIndex : ?int
- $nextToOrLabel : string|\SetaPDF_Core_Document_OptionalContent_Group
- $label : string
Exceptions
setBaseState()
Set the base state in the default viewing dictionary.
Parameters
- $baseState : string
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
Throws \setasign\SetaPDF2\Core\Type\Exception
See
- PDF 32000-1:2008 - 8.11.4.3 Optional Content Configuration Dictionaries
setOff()
Set the default state of the optional content group to off.
Parameters
Exceptions
setOn()
Set the default state of the optional content group to on.