$left : float
Left.
$right : float
Right.
$top : float
Top.
$bottom : float
Bottom.
$header : float
Header.
$footer : float
Footer.
__construct()
Create a new PageMargins.
getLeft() : float
Get Left.
setLeft(float $pValue) : $this
Set Left.
getRight() : float
Get Right.
setRight(float $pValue) : $this
Set Right.
getTop() : float
Get Top.
setTop(float $pValue) : $this
Set Top.
getBottom() : float
Get Bottom.
setBottom(float $pValue) : $this
Set Bottom.
getHeader() : float
Get Header.
setHeader(float $pValue) : $this
Set Header.
getFooter() : float
Get Footer.
setFooter(float $pValue) : $this
Set Footer.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.