Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17183 программиста и 1833 робота. Сейчас ищут 1726 программистов ...
Worksheet::setPrintScale
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::setPrintScale
Worksheet::setPrintScale – Set the scale factor for the printed page.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setPrintScale ( integer $scale=100 )
Set the scale factor for the printed page. It turns off the "fit to page" option
Parameter
-
integer $scale - The optional scale factor. Defaults to 100
Note
This function can not be called statically.
Example
Using setPrintScale()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer