ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_PageMargins. More... | |
getLeft () | |
Get Left. More... | |
setLeft ($pValue) | |
Set Left. More... | |
getRight () | |
Get Right. More... | |
setRight ($pValue) | |
Set Right. More... | |
getTop () | |
Get Top. More... | |
setTop ($pValue) | |
Set Top. More... | |
getBottom () | |
Get Bottom. More... | |
setBottom ($pValue) | |
Set Bottom. More... | |
getHeader () | |
Get Header. More... | |
setHeader ($pValue) | |
Set Header. More... | |
getFooter () | |
Get Footer. More... | |
setFooter ($pValue) | |
Set Footer. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Private Attributes | |
$_left = 0.7 | |
$_right = 0.7 | |
$_top = 0.75 | |
$_bottom = 0.75 | |
$_header = 0.3 | |
$_footer = 0.3 | |
Definition at line 36 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::__construct | ( | ) |
Create a new PHPExcel_Worksheet_PageMargins.
Definition at line 83 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 210 of file PageMargins.php.
References $key.
PHPExcel_Worksheet_PageMargins::getBottom | ( | ) |
Get Bottom.
Definition at line 152 of file PageMargins.php.
References $_bottom.
PHPExcel_Worksheet_PageMargins::getFooter | ( | ) |
Get Footer.
Definition at line 192 of file PageMargins.php.
References $_footer.
PHPExcel_Worksheet_PageMargins::getHeader | ( | ) |
Get Header.
Definition at line 172 of file PageMargins.php.
References $_header.
PHPExcel_Worksheet_PageMargins::getLeft | ( | ) |
PHPExcel_Worksheet_PageMargins::getRight | ( | ) |
Get Right.
Definition at line 112 of file PageMargins.php.
References $_right.
PHPExcel_Worksheet_PageMargins::getTop | ( | ) |
Get Top.
Definition at line 132 of file PageMargins.php.
References $_top.
PHPExcel_Worksheet_PageMargins::setBottom | ( | $pValue | ) |
Set Bottom.
double | $pValue |
Definition at line 162 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::setFooter | ( | $pValue | ) |
Set Footer.
double | $pValue |
Definition at line 202 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::setHeader | ( | $pValue | ) |
Set Header.
double | $pValue |
Definition at line 182 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::setLeft | ( | $pValue | ) |
Set Left.
double | $pValue |
Definition at line 102 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::setRight | ( | $pValue | ) |
Set Right.
double | $pValue |
Definition at line 122 of file PageMargins.php.
PHPExcel_Worksheet_PageMargins::setTop | ( | $pValue | ) |
Set Top.
double | $pValue |
Definition at line 142 of file PageMargins.php.
|
private |
Definition at line 64 of file PageMargins.php.
Referenced by getBottom().
|
private |
Definition at line 78 of file PageMargins.php.
Referenced by getFooter().
|
private |
Definition at line 71 of file PageMargins.php.
Referenced by getHeader().
|
private |
Definition at line 43 of file PageMargins.php.
Referenced by getLeft().
|
private |
Definition at line 50 of file PageMargins.php.
Referenced by getRight().
|
private |
Definition at line 57 of file PageMargins.php.
Referenced by getTop().