Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17226 программистов и 1834 робота. Сейчас ищут 1668 программистов ...
Worksheet::fitToPages
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::fitToPages
Worksheet::fitToPages – Store the vertical and horizontal number of pages that will define the
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::fitToPages ( integer $width , integer $height )
Store the vertical and horizontal number of pages that will define the maximum area printed. It doesn't seem to work with OpenOffice.
Parameter
-
integer $width - Maximun width of printed area in pages
-
integer $height - Maximun heigth of printed area in pages
Note
This function can not be called statically.
Example
Using fitToPages()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer