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
$bottom
Bottom.
private
Border
$bottom
$diagonalDown
Diagonal down.
private
Border
$diagonalDown
$diagonalUp
Diagonal up.
private
Border
$diagonalUp
$hashIndex
Hash index.
private
int
$hashIndex
$left
Left.
private
Border
$left
$right
Right.
private
Border
$right
$top
Top.
private
Border
$top
Methods
__construct()
Create a new \PhpOffice\PhpPresentation\Style\Borders.
public
__construct() : mixed
getBottom()
Get Bottom.
public
getBottom() : Border
Return values
BordergetDiagonalDown()
Get Diagonal Down.
public
getDiagonalDown() : Border
Return values
BordergetDiagonalUp()
Get Diagonal Up.
public
getDiagonalUp() : Border
Return values
BordergetHashCode()
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
getLeft()
Get Left.
public
getLeft() : Border
Return values
BordergetRight()
Get Right.
public
getRight() : Border
Return values
BordergetTop()
Get Top.
public
getTop() : Border
Return values
BordersetHashIndex()
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