setasign\SetaPDF2\FormFiller\Field
DefaultAppearanceData Helper class to parse data from the default apperance entry of a form field.
File: /SetaPDF v2/FormFiller/Field/DefaultAppearanceData.php
Old class name (alias):
\SetaPDF_FormFiller_Field_DefaultAppearanceData
Class hierarchy
Summary
Properties
$_fontName
protected string DefaultAppearanceData::$_fontName
The font name.
Methods
__construct()
The constuctor.
Parameters
- $daString : string
The default appearance string.
Exceptions
Throws \setasign\SetaPDF2\Core\Exception
Throws \setasign\SetaPDF2\Core\Parser\Pdf\InvalidTokenException
_onNonstrokingColor()
Callback of the content parser which is called if a nonstroking color operator is matched (g, rg, k).
Parameters
- $arguments : array
_onTextFont()
Callback of the content parser which is called if the text font operator is matched (Tf).
Parameters
- $arguments : array
Exceptions
Throws Exception