Constants

HORIZONTAL_GENERAL

HORIZONTAL_GENERAL = 'general'

HORIZONTAL_LEFT

HORIZONTAL_LEFT = 'left'

HORIZONTAL_RIGHT

HORIZONTAL_RIGHT = 'right'

HORIZONTAL_CENTER

HORIZONTAL_CENTER = 'center'

HORIZONTAL_CENTER_CONTINUOUS

HORIZONTAL_CENTER_CONTINUOUS = 'centerContinuous'

HORIZONTAL_JUSTIFY

HORIZONTAL_JUSTIFY = 'justify'

HORIZONTAL_FILL

HORIZONTAL_FILL = 'fill'

HORIZONTAL_DISTRIBUTED

HORIZONTAL_DISTRIBUTED = 'distributed'

VERTICAL_BOTTOM

VERTICAL_BOTTOM = 'bottom'

VERTICAL_TOP

VERTICAL_TOP = 'top'

VERTICAL_CENTER

VERTICAL_CENTER = 'center'

VERTICAL_JUSTIFY

VERTICAL_JUSTIFY = 'justify'

VERTICAL_DISTRIBUTED

VERTICAL_DISTRIBUTED = 'distributed'

READORDER_CONTEXT

READORDER_CONTEXT = 0

READORDER_LTR

READORDER_LTR = 1

READORDER_RTL

READORDER_RTL = 2

Properties

$isSupervisor

$isSupervisor : bool

Supervisor?

Type

bool

$parent

$parent : \PhpOffice\PhpSpreadsheet\Spreadsheet|\PhpOffice\PhpSpreadsheet\Style\Style

Parent. Only used for supervisor.

Type

Style

$parentPropertyName

$parentPropertyName : null|string

Parent property name.

Type

null|string

$horizontal

$horizontal : string

Horizontal alignment.

Type

string

$vertical

$vertical : string

Vertical alignment.

Type

string

$textRotation

$textRotation : int

Text rotation.

Type

int

$wrapText

$wrapText : bool

Wrap text.

Type

bool

$shrinkToFit

$shrinkToFit : bool

Shrink to fit.

Type

bool

$indent

$indent : int

Indent - only possible with horizontal alignment left and right.

Type

int

$readOrder

$readOrder : int

Read order.

Type

int

Methods

__construct()

__construct(bool  $isSupervisor = false, bool  $isConditional = false) : mixed

Create a new 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

bool $isConditional

Flag indicating if this is a conditional style or not Leave this value at default unless you understand exactly what its ramifications are

Returns

mixed —

bindParent()

bindParent(\PhpOffice\PhpSpreadsheet\Spreadsheet|\PhpOffice\PhpSpreadsheet\Style\Style  $parent, null|string  $parentPropertyName = null) : \PhpOffice\PhpSpreadsheet\Style\Supervisor

Bind parent. Only used for supervisor.

Parameters

\PhpOffice\PhpSpreadsheet\Spreadsheet|\PhpOffice\PhpSpreadsheet\Style\Style $parent
null|string $parentPropertyName

Returns

\PhpOffice\PhpSpreadsheet\Style\Supervisor —

getIsSupervisor()

getIsSupervisor() : bool

Is this a supervisor or a cell style component?

Returns

bool —

getActiveSheet()

getActiveSheet() : \PhpOffice\PhpSpreadsheet\Worksheet\Worksheet

Get the currently active sheet. Only used for supervisor.

Returns

\PhpOffice\PhpSpreadsheet\Worksheet\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 —

getSharedComponent()

getSharedComponent() : \PhpOffice\PhpSpreadsheet\Style\Alignment

Get the shared style component for the currently active cell in currently active sheet.

Only used for style supervisor.

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getStyleArray()

getStyleArray(array  $array) : array

Build style array from subcomponents.

Parameters

array $array

Returns

array —

applyFromArray()

applyFromArray(array  $pStyles) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Apply styles from array.

$spreadsheet->getActiveSheet()->getStyle('B2')->getAlignment()->applyFromArray( [ 'horizontal' => \PhpOffice\PhpSpreadsheet\Style\Alignment::HORIZONTAL_CENTER, 'vertical' => \PhpOffice\PhpSpreadsheet\Style\Alignment::VERTICAL_CENTER, 'textRotation' => 0, 'wrapText' => TRUE ] );

Parameters

array $pStyles

Array containing style information

Throws

\PhpOffice\PhpSpreadsheet\Exception

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getHorizontal()

getHorizontal() : string

Get Horizontal.

Returns

string —

setHorizontal()

setHorizontal(string  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set Horizontal.

Parameters

string $pValue

see self::HORIZONTAL_*

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getVertical()

getVertical() : string

Get Vertical.

Returns

string —

setVertical()

setVertical(string  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set Vertical.

Parameters

string $pValue

see self::VERTICAL_*

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getTextRotation()

getTextRotation() : int

Get TextRotation.

Returns

int —

setTextRotation()

setTextRotation(int  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set TextRotation.

Parameters

int $pValue

Throws

\PhpOffice\PhpSpreadsheet\Exception

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getWrapText()

getWrapText() : bool

Get Wrap Text.

Returns

bool —

setWrapText()

setWrapText(bool  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set Wrap Text.

Parameters

bool $pValue

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getShrinkToFit()

getShrinkToFit() : bool

Get Shrink to fit.

Returns

bool —

setShrinkToFit()

setShrinkToFit(bool  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set Shrink to fit.

Parameters

bool $pValue

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getIndent()

getIndent() : int

Get indent.

Returns

int —

setIndent()

setIndent(int  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set indent.

Parameters

int $pValue

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getReadOrder()

getReadOrder() : int

Get read order.

Returns

int —

setReadOrder()

setReadOrder(int  $pValue) : \PhpOffice\PhpSpreadsheet\Style\Alignment

Set read order.

Parameters

int $pValue

Returns

\PhpOffice\PhpSpreadsheet\Style\Alignment —

getHashCode()

getHashCode() : string

Get hash code.

Returns

string —

Hash code