HORIZONTAL_GENERAL
HORIZONTAL_GENERAL = 'general'
PHPExcel_Style_Alignment
Copyright (c) 2006 - 2015 PHPExcel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
$parent : \PHPExcel_Style
Parent. Only used for supervisor
__construct(boolean $isSupervisor = false, boolean $isConditional = false)
Create a new PHPExcel_Style_Alignment
boolean | $isSupervisor | Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are |
boolean | $isConditional | Flag indicating if this is a conditional style or not Leave this value at default unless you understand exactly what its ramifications are |
bindParent(\PHPExcel $parent, $parentPropertyName = null) : \PHPExcel_Style_Supervisor
Bind parent. Only used for supervisor
\PHPExcel | $parent | |
$parentPropertyName |
getActiveSheet() : \PHPExcel_Worksheet
Get the currently active sheet. Only used for supervisor
getSharedComponent() : \PHPExcel_Style_Alignment
Get the shared style component for the currently active cell in currently active sheet.
Only used for style supervisor
applyFromArray(array $pStyles = null) : \PHPExcel_Style_Alignment
Apply styles from array
$objPHPExcel->getActiveSheet()->getStyle('B2')->getAlignment()->applyFromArray(
array(
'horizontal' => PHPExcel_Style_Alignment::HORIZONTAL_CENTER,
'vertical' => PHPExcel_Style_Alignment::VERTICAL_CENTER,
'rotation' => 0,
'wrap' => TRUE
)
);
array | $pStyles | Array containing style information |
setHorizontal(string $pValue = \PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) : \PHPExcel_Style_Alignment
Set Horizontal
string | $pValue |
setVertical(string $pValue = \PHPExcel_Style_Alignment::VERTICAL_BOTTOM) : \PHPExcel_Style_Alignment
Set Vertical
string | $pValue |
setTextRotation(integer $pValue) : \PHPExcel_Style_Alignment
Set TextRotation
integer | $pValue |
setWrapText(boolean $pValue = false) : \PHPExcel_Style_Alignment
Set Wrap Text
boolean | $pValue |
setShrinkToFit(boolean $pValue = false) : \PHPExcel_Style_Alignment
Set Shrink to fit
boolean | $pValue |
setIndent(integer $pValue) : \PHPExcel_Style_Alignment
Set indent
integer | $pValue |
setReadorder(integer $pValue) : \PHPExcel_Style_Alignment
Set read order
integer | $pValue |