Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Concrete class for working with cell elements.
string $_col = 'null'
The column attribute of this cell
string $_inputValue = 'null'
The inputValue attribute of this cell
string $_numericValue = 'null'
The numericValue attribute of this cell
$_rootElement = 'cell'
$_rootNamespace = 'gs'
string $_row = 'null'
The row attribute of this cell
__construct(
string $text
=
null, string $row
=
null, string $col
=
null, string $inputValue
=
null, string $numericValue
=
null
)
:
Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.
getColumn(
)
:
string
Gets the column attribute of the Cell element.
getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
getInputValue(
)
:
string
Gets the input value attribute of the Cell element.
getNumericValue(
)
:
string
Gets the numeric value attribute of the Cell element.
getRow(
)
:
string
Gets the row attribute of the Cell element.
setColumn(
string $col
)
:
Sets the column attribute of the Cell element.
setInputValue(
string $inputValue
)
:
Sets the input value attribute of the Cell element.
setNumericValue(
string $numericValue
)
:
Sets the numeric value attribute of the Cell element.
setRow(
string $row
)
:
Sets the row attribute of the Cell element.
takeAttributeFromDOM(
$attribute
)
: