some documentation fixes
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@112795 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a73efa2508
commit
e1f556ab47
|
|
@ -179,8 +179,7 @@ class Workbook extends BIFFwriter
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calls finalization methods and explicitly close the OLEwriter file
|
* Calls finalization methods.
|
||||||
* handle.
|
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
|
|
@ -219,7 +218,6 @@ class Workbook extends BIFFwriter
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a new worksheet to the Excel workbook.
|
* Add a new worksheet to the Excel workbook.
|
||||||
* TODO: Add accessor for $this->{_sheetname} for international Excel versions.
|
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $name the optional name of the worksheet
|
* @param string $name the optional name of the worksheet
|
||||||
|
|
@ -258,8 +256,8 @@ class Workbook extends BIFFwriter
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a new format to the Excel workbook. This adds an XF record and
|
* Add a new format to the Excel workbook.
|
||||||
* a FONT record. Also, pass any properties to the Format constructor.
|
* Also, pass any properties to the Format constructor.
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param array $properties array with properties for initializing the format (see Format.php)
|
* @param array $properties array with properties for initializing the format (see Format.php)
|
||||||
|
|
|
||||||
|
|
@ -554,8 +554,9 @@ class Worksheet extends BIFFwriter
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set this worksheet as the active worksheet, i.e. the worksheet that is
|
* Set this worksheet as the active worksheet,
|
||||||
* displayed when the workbook is opened. Also set it as selected.
|
* i.e. the worksheet that is displayed when the workbook is opened.
|
||||||
|
* Also set it as selected.
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
|
|
@ -740,7 +741,7 @@ class Worksheet extends BIFFwriter
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Center the page horinzontally.
|
* Center the page vertically.
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param integer $center the optional value for centering. Defaults to 1 (center).
|
* @param integer $center the optional value for centering. Defaults to 1 (center).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue