Gdata/Spreadsheets/Extension/Cell.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Spreadsheets
- Version
- $Id$
\Zend_Gdata_Spreadsheets_Extension_Cell
- Parent(s)
- \Zend_Gdata_Extension < \Zend_Gdata_App_Extension < \Zend_Gdata_App_Base
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
string $_numericValue = null
null
Details- Type
- string
Methods
__construct(string $text = null, string $row = null, string $col = null, string $inputValue = null, string $numericValue = null) : void
Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.
Name | Type | Description |
---|---|---|
$text | string | (optional) Text contents of the element. |
$row | string | (optional) Row attribute of the element. |
$col | string | (optional) Column attribute of the element. |
$inputValue | string | (optional) Input value attribute of the element. |
$numericValue | string | (optional) Numeric value attribute of the element. |
getColumn() : string
Gets the column attribute of the Cell element.
Type | Description |
---|---|
string | Column of the Cell. |
getDOM( $doc = null, $majorVersion = 1, $minorVersion = null) : void
Name | Type | Description |
---|---|---|
$doc | ||
$majorVersion | ||
$minorVersion |
getInputValue() : string
Gets the input value attribute of the Cell element.
Type | Description |
---|---|
string | Input value of the Cell. |
getNumericValue() : string
Gets the numeric value attribute of the Cell element.
Type | Description |
---|---|
string | Numeric value of the Cell. |
getRow() : string
Gets the row attribute of the Cell element.
Type | Description |
---|---|
string | Row of the Cell. |
setColumn(string $col) : void
Sets the column attribute of the Cell element.
Name | Type | Description |
---|---|---|
$col | string | New column of the Cell. |
setInputValue(string $inputValue) : void
Sets the input value attribute of the Cell element.
Name | Type | Description |
---|---|---|
$inputValue | string | New input value of the Cell. |
setNumericValue(string $numericValue) : void
Sets the numeric value attribute of the Cell element.
Name | Type | Description |
---|---|---|
$numericValue | string | New numeric value of the Cell. |
setRow(string $row) : void
Sets the row attribute of the Cell element.
Name | Type | Description |
---|---|---|
$row | string | New row of the Cell. |