fixing comments
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@124674 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c1721aea35
commit
5c3887a0a2
|
|
@ -691,7 +691,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color The color we are setting. Either a string (like 'blue'),
|
* @param mixed $color The color we are setting. Either a string (like 'blue'),
|
||||||
* or an integer (like 0x41).
|
* or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setBorderColor($color)
|
function setBorderColor($color)
|
||||||
{
|
{
|
||||||
|
|
@ -729,7 +729,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
* Sets the cell's left border color
|
* Sets the cell's left border color
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color either a string (like 'blue'), or an integer (like 0x41).
|
* @param mixed $color either a string (like 'blue'), or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setLeftColor($color)
|
function setLeftColor($color)
|
||||||
{
|
{
|
||||||
|
|
@ -741,7 +741,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
* Sets the cell's right border color
|
* Sets the cell's right border color
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color either a string (like 'blue'), or an integer (like 0x41).
|
* @param mixed $color either a string (like 'blue'), or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setRightColor($color)
|
function setRightColor($color)
|
||||||
{
|
{
|
||||||
|
|
@ -754,7 +754,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
* Sets the cell's foreground color
|
* Sets the cell's foreground color
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color either a string (like 'blue'), or an integer (like 0x41).
|
* @param mixed $color either a string (like 'blue'), or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setFgColor($color)
|
function setFgColor($color)
|
||||||
{
|
{
|
||||||
|
|
@ -766,7 +766,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
* Sets the cell's background color
|
* Sets the cell's background color
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color either a string (like 'blue'), or an integer (like 0x41).
|
* @param mixed $color either a string (like 'blue'), or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setBgColor($color)
|
function setBgColor($color)
|
||||||
{
|
{
|
||||||
|
|
@ -778,7 +778,7 @@ class Spreadsheet_Excel_Writer_Format extends PEAR
|
||||||
* Sets the cell's color
|
* Sets the cell's color
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $color either a string (like 'blue'), or an integer (like 0x41).
|
* @param mixed $color either a string (like 'blue'), or an integer (range is [8...63]).
|
||||||
*/
|
*/
|
||||||
function setColor($color)
|
function setColor($color)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue