__construct() __construct(bool $isSupervisor = FALSE) : mixed Create a new PHPExcel_Style_Alignment Parameters bool $isSupervisor Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are Returns mixed —
bindParent() bindParent(\PHPExcel $parent, mixed $parentPropertyName = NULL) : \PHPExcel_Style_Supervisor Bind parent. Only used for supervisor Parameters \PHPExcel $parent mixed $parentPropertyName Returns \PHPExcel_Style_Supervisor —
getIsSupervisor() getIsSupervisor() : bool Is this a supervisor or a cell style component? Returns bool —
getActiveSheet() getActiveSheet() : \PHPExcel_Worksheet Get the currently active sheet. Only used for supervisor Returns \PHPExcel_Worksheet —
getSelectedCells() getSelectedCells() : string Get the currently active cell coordinate in currently active sheet. Only used for supervisor Returns string — E.g. 'A1'
getActiveCell() getActiveCell() : string Get the currently active cell coordinate in currently active sheet. Only used for supervisor Returns string — E.g. 'A1'
__clone() __clone() : mixed Implement PHP __clone to create a deep clone, not just a shallow copy. Returns mixed —