ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($pIndex= 'A') | |
Create a new PHPExcel_Worksheet_RowDimension. | |
getColumnIndex () | |
Get ColumnIndex. | |
setColumnIndex ($pValue) | |
Set ColumnIndex. | |
getWidth () | |
Get Width. | |
setWidth ($pValue=-1) | |
Set Width. | |
getAutoSize () | |
Get Auto Size. | |
setAutoSize ($pValue=false) | |
Set Auto Size. | |
getVisible () | |
Get Visible. | |
setVisible ($pValue=true) | |
Set Visible. | |
getOutlineLevel () | |
Get Outline Level. | |
setOutlineLevel ($pValue) | |
Set Outline Level. | |
getCollapsed () | |
Get Collapsed. | |
setCollapsed ($pValue=true) | |
Set Collapsed. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_columnIndex | |
$_width | |
$_autoSize | |
$_visible | |
$_outlineLevel = 0 | |
$_collapsed |
Definition at line 36 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::__construct | ( | $pIndex = 'A' | ) |
Create a new PHPExcel_Worksheet_RowDimension.
string | $pIndex | Character column index |
Definition at line 87 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::__clone | ( | ) |
PHPExcel_Worksheet_ColumnDimension::getAutoSize | ( | ) |
Get Auto Size.
Definition at line 143 of file ColumnDimension.php.
References $_autoSize.
PHPExcel_Worksheet_ColumnDimension::getCollapsed | ( | ) |
Get Collapsed.
Definition at line 210 of file ColumnDimension.php.
References $_collapsed.
PHPExcel_Worksheet_ColumnDimension::getColumnIndex | ( | ) |
Get ColumnIndex.
Definition at line 103 of file ColumnDimension.php.
References $_columnIndex.
PHPExcel_Worksheet_ColumnDimension::getOutlineLevel | ( | ) |
Get Outline Level.
Definition at line 183 of file ColumnDimension.php.
References $_outlineLevel.
PHPExcel_Worksheet_ColumnDimension::getVisible | ( | ) |
PHPExcel_Worksheet_ColumnDimension::getWidth | ( | ) |
PHPExcel_Worksheet_ColumnDimension::setAutoSize | ( | $pValue = false | ) |
Set Auto Size.
bool | $pValue |
Definition at line 153 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::setCollapsed | ( | $pValue = true | ) |
Set Collapsed.
bool | $pValue |
Definition at line 220 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::setColumnIndex | ( | $pValue | ) |
Set ColumnIndex.
string | $pValue |
Definition at line 113 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::setOutlineLevel | ( | $pValue | ) |
Set Outline Level.
Value must be between 0 and 7
int | $pValue |
Exception |
Definition at line 196 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::setVisible | ( | $pValue = true | ) |
Set Visible.
bool | $pValue |
Definition at line 173 of file ColumnDimension.php.
PHPExcel_Worksheet_ColumnDimension::setWidth | ( | $pValue = -1 | ) |
Set Width.
double | $pValue |
Definition at line 133 of file ColumnDimension.php.
|
private |
Definition at line 59 of file ColumnDimension.php.
Referenced by getAutoSize().
|
private |
Definition at line 80 of file ColumnDimension.php.
Referenced by getCollapsed().
|
private |
Definition at line 43 of file ColumnDimension.php.
Referenced by getColumnIndex().
|
private |
Definition at line 73 of file ColumnDimension.php.
Referenced by getOutlineLevel().
|
private |
Definition at line 66 of file ColumnDimension.php.
Referenced by getVisible().
|
private |
Definition at line 52 of file ColumnDimension.php.
Referenced by getWidth().