Worksheet::setLandscape (Previous) (Next) Worksheet::setHeader

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Worksheet::setPaper

Worksheet::setPaper -- 用紙設定をする (例えば 1 が US レター、9 が A4 サイズ)

説明

用紙の種類を設定します。例えば「1 = US Letter」、「9 = A4」です。

パラメータ

  • integer $size - 使用する用紙サイズの種類。

注意

この関数は、スタティックにコールする ことはできません。

Worksheet::setLandscape (Previous) (Next) Worksheet::setHeader

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: kcubabukoh@readysetservice.com
Number Paper Size
1 USLetter
2 A4
3 B11 X 17
4 A4
5 LGL8.5 X 14
6 HLT5.5 X 8.5
7 EXE7.5 X 10.5
8 A3
9 A4

These are the ones I know. I am not sure if there are more paper sizes.
Note by: daniel.kauffman@rocksolidsolutions.org
For a list of additional paper sizes, see:

http://rocksolidsolutions.org/reference/excel_file_format_paper_size_table.html

For example, 5 = US Legal, 8 = A3

Thanks to the crew at http://sc.openoffice.org for making the Excel file format documentation available.