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;
 
An exception for terminatinating execution or to throw for unit testing.
bindParent($parent, $parentPropertyName=NULL)
Bind parent.
__construct($isSupervisor=FALSE)
Create a new PHPExcel_Style_Alignment.
getActiveSheet()
Get the currently active sheet.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
getActiveCell()
Get the currently active cell coordinate in currently active sheet.
getIsSupervisor()
Is this a supervisor or a cell style component?
getSelectedCells()
Get the currently active cell coordinate in currently active sheet.