previousWorksheet::setZoom (Previous) (Next) Worksheet::writenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Worksheet::setPrintScale

Worksheet::setPrintScale – Définit le facteur échelle pour la page à imprimer

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setPrintScale ( integer $scale=100 )

Description

Définit le facteur échelle pour la page à imprimer. Cela désactive l'option de mise à l'échelle automatique de la page.

Parameter

  • integer $scale - Le facteur échelle optionnel. Par défaut, vaut 100

Note

This function can not be called statically.

Example

Exemple avec setPrintScale()

<?php

?>
previousWorksheet::setZoom (Previous) (Next) Worksheet::writenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: karabo@jacklinenterprises.com
I am using PHPExcel writer 2007 and am trying to use setPrintScale('80').

Does it not work with 2007 or how is it done?