Table of Contents
Interfaces
- Watermark
Constants
-
POSITION_CENTER_FRAME
= 'F'
-
POSITION_CENTER_PAGE
= 'P'
-
SIZE_DEFAULT
= 'D'
-
SIZE_FIT_FRAME
= 'F'
-
SIZE_FIT_PAGE
= 'P'
Properties
-
$alpha
: float
-
$alphaBlend
: string
-
$behindContent
: bool
-
$path
: string
-
$position
: mixed
-
$size
: mixed
Methods
-
__construct()
: mixed
-
getAlpha()
: mixed
-
getAlphaBlend()
: mixed
-
getPath()
: mixed
-
getPosition()
: mixed
-
getSize()
: mixed
-
isBehindContent()
: mixed
POSITION_CENTER_FRAME
public
mixed
POSITION_CENTER_FRAME
= 'F'
POSITION_CENTER_PAGE
public
mixed
POSITION_CENTER_PAGE
= 'P'
SIZE_DEFAULT
public
mixed
SIZE_DEFAULT
= 'D'
SIZE_FIT_FRAME
public
mixed
SIZE_FIT_FRAME
= 'F'
SIZE_FIT_PAGE
public
mixed
SIZE_FIT_PAGE
= 'P'
$alpha
private
float
$alpha
$alphaBlend
private
string
$alphaBlend
$behindContent
private
bool
$behindContent
$path
private
string
$path
$position
private
mixed
$position
$size
private
mixed
$size
__construct()
public
__construct(mixed $path[, mixed $size = self::SIZE_DEFAULT ][, mixed $position = self::POSITION_CENTER_PAGE ][, mixed $alpha = -1 ][, mixed $behindContent = false ][, mixed $alphaBlend = 'Normal' ]) : mixed
Parameters
-
$path
: mixed
-
-
$size
: mixed
= self::SIZE_DEFAULT
-
-
$position
: mixed
= self::POSITION_CENTER_PAGE
-
-
$alpha
: mixed
= -1
-
-
$behindContent
: mixed
= false
-
-
$alphaBlend
: mixed
= 'Normal'
-
getAlpha()
public
getAlpha() : mixed
getAlphaBlend()
public
getAlphaBlend() : mixed
getPath()
public
getPath() : mixed
getPosition()
public
getPosition() : mixed
getSize()
public
getSize() : mixed
isBehindContent()
public
isBehindContent() : mixed