SetaPDF_Core_Document_Catalog_MarkInfo Class representing the access to the mark information dictionary.
File: /SetaPDF v2/Core/Document/Catalog/MarkInfo.php
Class hierarchy
Summary
Properties
Methods
__construct()
The constructor.
Parameters
- $catalog : SetaPDF_Core_Document_Catalog
_is()
Checks if an entry is set or not.
Parameters
- $name : string
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
_set()
Set a value in the mark information dictionary.
Parameters
- $name : string
- $value : boolean
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
getDictionary()
Get the mark info dictionary.
Parameters
- $create : bool
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
hasSuspects()
Checks the flag indicating the presence of tag suspects.
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
hasUserProperties()
Checks the flag indicating the presence of structure elements that contain user properties attributes.
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
isMarked()
Checks the flag indicating whether the document conforms to tagged PDF conventions.
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
setMarked()
Set the flag indicating whether the document conforms to tagged PDF conventions.
Parameters
- $marked : bool
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
setSuspects()
Set the flag indicating the presence of tag suspects.
Parameters
- $suspects : bool
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
setUserProperties()
Set the flag indicating the presence of structure elements that contain user properties attributes.
Parameters
- $userProperties : bool
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception