62 $this->_isSupervisor = $isSupervisor;
71 public function bindParent($parent, $parentPropertyName=NULL)
73 $this->_parent = $parent;
94 return $this->_parent->getActiveSheet();
123 $vars = get_object_vars($this);
124 foreach ($vars as
$key => $value) {
125 if ((is_object($value)) && (
$key !=
'_parent')) {
126 $this->
$key = clone $value;
128 $this->
$key = $value;
__construct($isSupervisor=FALSE)
Create a new PHPExcel_Style_Alignment.
getSelectedCells()
Get the currently active cell coordinate in currently active sheet.
getIsSupervisor()
Is this a supervisor or a cell style component?
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
bindParent($parent, $parentPropertyName=NULL)
Bind parent.
getActiveCell()
Get the currently active cell coordinate in currently active sheet.
getActiveSheet()
Get the currently active sheet.