Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17136 программистов и 1833 робота. Сейчас ищут 1692 программиста ...
Worksheet::setMarginBottom
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::setMarginBottom
Worksheet::setMarginBottom – Set the bottom margin in inches.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setMarginBottom ( float $margin=1 )
Set the bottom margin in inches.
Parameter
-
float $margin - The margin to set in inches
Note
This function can not be called statically.
Example
Using setMarginBottom()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer