Documentation

PageMargins
in package

Table of Contents

Properties

$bottom  : float
Bottom.
$footer  : float
Footer.
$header  : float
Header.
$left  : float
Left.
$right  : float
Right.
$top  : float
Top.

Methods

__construct()  : mixed
Create a new PageMargins.
fromCentimeters()  : float
fromMillimeters()  : float
fromPoints()  : float
getBottom()  : float
Get Bottom.
getFooter()  : float
Get Footer.
getHeader()  : float
Get Header.
getLeft()  : float
Get Left.
getRight()  : float
Get Right.
getTop()  : float
Get Top.
setBottom()  : $this
Set Bottom.
setFooter()  : $this
Set Footer.
setHeader()  : $this
Set Header.
setLeft()  : $this
Set Left.
setRight()  : $this
Set Right.
setTop()  : $this
Set Top.
toCentimeters()  : float
toMillimeters()  : float
toPoints()  : float

Properties

Methods

__construct()

Create a new PageMargins.

public __construct() : mixed

fromCentimeters()

public static fromCentimeters(float $value) : float
Parameters
$value : float
Return values
float

fromMillimeters()

public static fromMillimeters(float $value) : float
Parameters
$value : float
Return values
float

fromPoints()

public static fromPoints(float $value) : float
Parameters
$value : float
Return values
float

getBottom()

Get Bottom.

public getBottom() : float
Return values
float

getFooter()

Get Footer.

public getFooter() : float
Return values
float

getHeader()

Get Header.

public getHeader() : float
Return values
float

getLeft()

Get Left.

public getLeft() : float
Return values
float

getRight()

Get Right.

public getRight() : float
Return values
float

getTop()

Get Top.

public getTop() : float
Return values
float

setBottom()

Set Bottom.

public setBottom(float $bottom) : $this
Parameters
$bottom : float
Return values
$this

setFooter()

Set Footer.

public setFooter(float $footer) : $this
Parameters
$footer : float
Return values
$this

setHeader()

Set Header.

public setHeader(float $header) : $this
Parameters
$header : float
Return values
$this

setLeft()

Set Left.

public setLeft(float $left) : $this
Parameters
$left : float
Return values
$this

setRight()

Set Right.

public setRight(float $right) : $this
Parameters
$right : float
Return values
$this

setTop()

Set Top.

public setTop(float $top) : $this
Parameters
$top : float
Return values
$this

toCentimeters()

public static toCentimeters(float $value) : float
Parameters
$value : float
Return values
float

toMillimeters()

public static toMillimeters(float $value) : float
Parameters
$value : float
Return values
float

toPoints()

public static toPoints(float $value) : float
Parameters
$value : float
Return values
float

        
On this page

Search results