\PhpOffice\PhpWord\SimpleTypeJcTable

Table Alignment Type.

Introduced in ISO/IEC-29500:2008.

Summary

Methods
Properties
Constants
values()
isValid()
validate()
No public properties found
START
CENTER
END
No protected methods found
No protected properties found
N/A
getConstants()
$constCacheArray
N/A

Constants

START

START = 'start'

CENTER

CENTER = 'center'

END

END = 'end'

Properties

$constCacheArray

$constCacheArray : 

Type

Methods

values()

values() : array

Returns all values for this enum

Returns

array

isValid()

isValid(string  $value) : boolean

Returns true the value is valid for this enum

Parameters

string $value

Returns

boolean —

true if value is valid

validate()

validate(string  $value) 

Validates that the value passed is a valid value

Parameters

string $value

Throws

\InvalidArgumentException

if the value passed is not valid for this enum

getConstants()

getConstants()