Documentation

Borders
in package
implements ComparableInterface

\PhpOffice\PhpPresentation\Style\Borders.

Table of Contents

Interfaces

ComparableInterface
PhpOffice\PhpPresentation\ComparableInterface.

Properties

$bottom  : Border
Bottom.
$diagonalDown  : Border
Diagonal down.
$diagonalUp  : Border
Diagonal up.
$hashIndex  : int
Hash index.
$left  : Border
Left.
$right  : Border
Right.
$top  : Border
Top.

Methods

__construct()  : mixed
Create a new \PhpOffice\PhpPresentation\Style\Borders.
getBottom()  : Border
Get Bottom.
getDiagonalDown()  : Border
Get Diagonal Down.
getDiagonalUp()  : Border
Get Diagonal Up.
getHashCode()  : string
Get hash code.
getHashIndex()  : null|int
Get hash index.
getLeft()  : Border
Get Left.
getRight()  : Border
Get Right.
getTop()  : Border
Get Top.
setHashIndex()  : $this
Set hash index.

Properties

$hashIndex

Hash index.

private int $hashIndex

Methods

__construct()

Create a new \PhpOffice\PhpPresentation\Style\Borders.

public __construct() : mixed

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getHashIndex()

Get hash index.

public getHashIndex() : null|int

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Return values
null|int

Hash index

setHashIndex()

Set hash index.

public setHashIndex(int $value) : $this

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Parameters
$value : int

Hash index

Return values
$this

        
On this page

Search results