$name
$name : string
Field name
Pdf page button field class
$fontColor : \Pop\Pdf\Document\Page\Color\ColorInterface
Field font color
setName(string $name) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the field name
string | $name |
setValue(string $value) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the field value
string | $value |
setDefaultValue(string $value) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the field default value
string | $value |
setFont(string $font) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the font
string | $font |
setSize(integer $size) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the font size
integer | $size |
setFontColor(\Pop\Pdf\Document\Page\Color\ColorInterface $color) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the font color
\Pop\Pdf\Document\Page\Color\ColorInterface | $color |
getFontColor() : \Pop\Pdf\Document\Page\Color\ColorInterface
Get the field font color
setReadOnly() : \Pop\Pdf\Document\Page\Field\AbstractField
Set read-only
setRequired() : \Pop\Pdf\Document\Page\Field\AbstractField
Set required
setNoExport() : \Pop\Pdf\Document\Page\Field\AbstractField
Set no export
setWidth(integer $width) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the field width
integer | $width |
setHeight(integer $height) : \Pop\Pdf\Document\Page\Field\AbstractField
Set the field height
integer | $height |
addOption(string $option, integer $xOffset, integer $yOffset) : \Pop\Pdf\Document\Page\Field\Button
Add an option
string | $option | |
integer | $xOffset | |
integer | $yOffset |
setNoToggleToOff() : \Pop\Pdf\Document\Page\Field\Button
Set no toggle to off
setRadio() : \Pop\Pdf\Document\Page\Field\Button
Set radio
setPushButton() : \Pop\Pdf\Document\Page\Field\Button
Set push button
setRadiosInUnison() : \Pop\Pdf\Document\Page\Field\Button
Set radios in unison
isPushButton() : \Pop\Pdf\Document\Page\Field\Button
Is push button