SetaPDF_Core_Document_Page_Annotation_BorderEffect Class representing annotations border effect dictionary
File: /SetaPDF v2/Core/Document/Page/Annotation/BorderEffect.php
See PDF 32000-1:2008 - 12.5.4 Border Styles
Class hierarchy
Summary
Constants
CLOUDY
Border effect
NONE
Border effect
Properties
$_dictionary
protected SetaPDF_Core_Type_Dictionary SetaPDF_Core_Document_Page_Annotation_BorderEffect::$_dictionary
The dictionary
Methods
__construct()
public SetaPDF_Core_Document_Page_Annotation_BorderEffect::__construct (
SetaPDF_Core_Type_Dictionary $dictionary
)The constructor.
Parameters
- $dictionary : SetaPDF_Core_Type_Dictionary
getDictionary()
public SetaPDF_Core_Document_Page_Annotation_BorderEffect::getDictionary (
void
): SetaPDF_Core_Type_DictionaryGet the dictionary of it.
getIntensity()
setIntensity()
public SetaPDF_Core_Document_Page_Annotation_BorderEffect::setIntensity (
null|int|float $intensity
): SetaPDF_Core_Document_Page_Annotation_BorderEffectSet the border width.
Parameters
- $intensity : null|int|float
setName()
public SetaPDF_Core_Document_Page_Annotation_BorderEffect::setName (
null|string $name
): SetaPDF_Core_Document_Page_Annotation_BorderEffectSet the border effect name.
Parameters
- $name : null|string