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