PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setPaper ([integer $size=0])
void Worksheet::setPaper
Set the paper type. Ex. 1 = US Letter, 9 = A4
integer $size - The type of paper size to use
This function can not be called statically.
Example 37-1. Using setPaper()