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

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

Worksheet::setPrintScale

Worksheet::setPrintScale – 印刷時の拡大率を設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

印刷時の拡大率を設定します。これは、"ページにあわせて印刷" の設定を無効にします。

Parameter

  • integer $scale - 拡大率。デフォルトは 100。

Note

This function can not be called statically.

Example

setPrintScale() の使用法

<?php

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

Download Documentation Last updated: Sun, 21 Jun 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?